Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'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
|
|
|
|
|
|
|
|
|
|
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
|
|
|