6 Commits

Author SHA1 Message Date
Rangi
2c13e2fa55 Replace hardware_constants.asm with hardware.inc (#189) 2026-08-05 11:57:44 -04:00
Alieneer
aa1da29acd Fix scene constants not exporting and add SCENE_ prefix (#187)
Some checks are pending
CI / build (push) Waiting to run
CI / build-macos (push) Waiting to run
2026-08-03 19:58:16 -04:00
Rangi
b8c56705ed Arrange macro files more like pokecrystal 2026-08-03 16:35:30 -04:00
Alieneer
e3abdef586 Name all unnamed RAM symbols (#160)
Some checks are pending
CI / build (push) Waiting to run
2026-07-02 12:02:54 -04:00
Rangi
80191247a7 Trim trailing whitespace, and add missing newlines at end of files
git ls-files '*.asm' '*.inc' | xargs sed -i -e 's/[[:blank:]]\+$//' -e '$a\'
2026-06-15 13:50:02 -04:00
DrippingYellow
030186d4cf Labelling and separating bank01.asm (#117)
Some checks failed
CI / build (push) Has been cancelled
* Started labelling dumped bank 1 functions, identified movement values

* Changed all NPCs to use the new movement constants

* Updated the rest of the movement constant instances, removed the old movement_constants.asm

* Ready to deal the finishing blow to bank01.asm

* Bank 01 is no more. Other scattered changes.

* Labelled a few flags and matched a few variables with pokegold

* Finished labelling bank02.asm too while I was at it
2025-07-07 19:02:15 -04:00