Age | Commit message (Collapse) | Author |
|
Fixes #255
|
|
Fixes #235
|
|
|
|
SET_PAL_DEFAULT
|
|
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.
|
|
- data/mapWilds -> data/wild/maps
- diglett_sculpture.asm -> book_or_sculpture.asm
- relocate some audio/music constants
|
|
To do: add comments associating constants with data and code
|
|
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
|
|
|
|
and synchronize engine_2 and engine_3 with engine_1
|
|
coming up with satisfactory names is hard, besides this will improve compatibility with crystal
|
|
|
|
|
|
|
|
Polished Map
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix trainer header numbering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unfortunately, this means manually declaring the wEnemyMon1 party struct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use OPP_ constants separate from trainer constants since
valid opponents can be all Pokemon and trainers
|
|
|
|
|