Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'dbmapcoord' has X, Y order like other coordinate-related data macros
|
|
|
|
Deobfuscate exit warps on indoor maps
|
|
|
|
|
|
|
|
This results in 64 home/*.asm files, comparable to pokecrystal's 57.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #260
|
|
MACRO/ENDM, etc)
|
|
|
|
|
|
|
|
|
|
by rgbds 0.4.0)
|
|
One does the actual decompression, the other synthesizes the decompressed data.
|
|
|
|
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/.
|
|
|
|
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
|