Age | Commit message (Collapse) | Author |
|
|
|
Partially document CeruleanCity.asm
|
|
Clean many labels of scripts of gyms
|
|
|
|
|
|
|
|
|
|
(#318)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'dbmapcoord' has X, Y order like other coordinate-related data macros
|
|
|
|
|
|
|
|
|
|
ViridianGym, and to make their data and code more accessible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #260
|
|
|
|
|
|
|
|
|
|
by rgbds 0.4.0)
|
|
To do: turn constants into labels and use ldh
|
|
|
|
Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes.
It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").
|
|
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
|
|
|
|
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
|
|
|
|
|
|
|
|
|
|
|
|
Audio macros
|
|
|