Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #260
|
|
MACRO/ENDM, etc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #255
|
|
Fixes #244
|
|
Fixes #235
|
|
|
|
SET_PAL_DEFAULT
|
|
by rgbds 0.4.0)
|
|
|
|
To do: turn constants into labels and use ldh
|
|
|
|
|
|
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
|
|
- data/mapWilds -> data/wild/maps
- diglett_sculpture.asm -> book_or_sculpture.asm
- relocate some audio/music constants
|
|
|
|
To do: add comments associating constants with data and code
|
|
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
|
|
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
|
|
Name UnusedCD40
|
|
|
|
|
|
Every man deserves a name :)
|
|
Change "Set to box" to "Sent to box"
|
|
Use rept macro in CopyHealingMachineOAM
|
|
|
|
spotted by comparing against pokeyellow
|
|
|
|
|
|
Audio macros
|
|
|
|
change audio channel numbers from 0-7 back to 1-8
change all note macros back to single note macro
todo: fix comments with old macro names, update noise macros/instrument names
|
|
|
|
|
|
|