Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Polished Map
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in instructions like add a, x
|
|
|
|
|
|
|
|
Update for RGBDS 0.3.3
|
|
|
|
The old mnemonics generate warnings with new versions of rgbds. This
patch replaces them by the correct ones.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
|
|
|
|
and added a few comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|