summaryrefslogtreecommitdiff
path: root/audio/pokedex_rating_sfx.asm
AgeCommit message (Collapse)Author
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-03Replace raw hex values with HRAM constantsRangi
To do: turn constants into labels and use ldh
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi