Age | Commit message (Collapse) | Author |
|
be on the look out for more static ids in the wild
unused constants are still included because a
script could be written to check whether the player
has picked up an item/fought a legendary etc.
|
|
|
|
Conflicts:
constants/misc_constants.asm
engine/battle/core.asm
engine/menu/pokedex.asm
engine/town_map.asm
home.asm
hram.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For unknown addresses, use "w<address>".
Label overleads are still an issue.
|
|
|
|
|
|
|
|
|
|
Conflicts:
main.asm
text.asm
text/maps/route_22.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
main.asm
|
|
|
|
|
|
Also clean up the tileset macro and remove placeholders/redundant files.
|
|
Static address substraction would wreak havoc in other memory configurations.
|
|
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|