Commit Graph

24 Commits

Author SHA1 Message Date
Lorenzooone c949c2a29c
Change to Github actions for building + releasing & testing (#166)
Should fix the issue with temp-builds on appveyor as well.
2022-07-03 22:52:08 +02:00
Lorenzooone 3412187933 Change docker script's execution flow
Changes the user who will build the ROM.
Separates building the docker image and building the ROM.
Updates README.md to reflect the new building method.
2021-12-27 20:25:25 +01:00
jeffman 117a49d791 Update gitignore 2018-12-21 15:18:54 -05:00
jeffman 69292b100f Add label dump 2018-12-17 20:06:02 -05:00
jeffman c9d4753e3c Move notes to subfolder 2018-12-04 22:22:52 -05:00
jeffman 47ba917a13 Merge branch 'master' into compiled-vwf
# Conflicts:
#	.gitignore
2018-05-30 21:23:13 -04:00
jeffman 74a60bc60b Merge 100% text strings draft 1
Also updated contributors and gitignore
2018-05-28 19:30:43 -04:00
jeffman c4f35dff7e Updated gitignore 2018-03-26 20:30:45 -04:00
jeffman 96b7850733 Changed how symbols are resolved
Got rid of the m12-symbols.sym file that I was manually curating; moved
it into m2-hack.asm instead, in the form of .definelabel directives. This
allows existing ROM symbols to be resolved gracefully when the assembler
exports everything, so that we can call existing ROM subroutines, etc.
from our compiled code.

Also added label definitions for hardcoded strings. Makes it easy to refer
to such strings in our compiled code as well.

Updated build scripts to reflect this.
2017-04-16 19:04:22 -04:00
jeffman 638b979cde Added Amalgamator
This is a dumb build script that manages all the cross-compiling and
linking nonsense. You need the arm-none-eabi GNU toolchain to use any
of this.

Some more details in compiled/workflow.txt.
2017-04-08 02:22:21 -04:00
jeffman 70d0544759 Updated gitignore 2017-04-06 23:34:09 -04:00
jeffman 07eb279677 Migrated from xkas to armips 2017-03-29 00:19:51 -04:00
jeffman 703de7e4db Getting rid of the fresh/ folder, it's just clutter at this point 2017-03-25 17:10:31 -04:00
jeffman 2716cdf253 Updated .gitignore 2017-03-09 13:12:15 -05:00
jeffman 2ef4dc0980 Fixed empty money string hang
Also got rid of some binaries that don't really need to be tracked
2017-03-08 13:40:06 -05:00
jeffman 8bb6d068c8 Translated blocks 200-299 (ItsIggy) 2017-02-24 15:14:55 -05:00
jeffman bc72d04117 Huge refactoring
- A bunch of movement labels were invalid, so they have been removed and the labels in all m12strings files have been updated
- Copied all control-code-only text blocks to the translated version (doors now work!)
2015-03-30 12:49:51 -04:00
jeffman 63cf5252b4 Update gitignore 2015-03-21 01:25:02 -04:00
jeffman 6f28bc8be6 May as well add some screenshots 2015-03-18 12:34:16 -04:00
jeffman 109356e90a Update gitignore 2015-03-16 14:48:22 -04:00
jeffman ee2778d7e3 Update gitignore and gitattributes 2015-03-16 00:15:26 -04:00
jeffman 726d128fee Update .gitignore 2015-03-13 19:09:23 -04:00
jeffman fe19093a17 Add insert.bat 2015-03-13 19:07:03 -04:00
jberbrec acfe5ddb8e Added .gitignore 2015-03-13 18:03:21 -04:00