Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
only debug menu left
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deobfuscate exit warps on indoor maps
|
|
|
|
|
|
This results in 64 home/*.asm files, comparable to pokecrystal's 57.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
|
|
|
|
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
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|