Age | Commit message (Collapse) | Author |
|
|
|
|
|
RenaKunisaki
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
constants/misc_constants.asm
engine/battle/core.asm
engine/menu/pokedex.asm
engine/town_map.asm
home.asm
hram.asm
|
|
|
|
|
|
Instead, occupy the space reserved for the rom header so there is no collision.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This appears to be the only other use of wPredefBank.
Chances are there are more uncaught banks. Known cases are marked as "hardcoded" or similar.
|
|
Using 'Coord =' doesn't like using wTileMap
So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord
to avoid static addresses
|
|
|
|
This is mostly because of an rgbasm bug that prevents macro arguments
from exceeding 16 characters, but the names were bad anyway.
|
|
The destination is obvious when using the predef macro.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For unknown addresses, use "w<address>".
Label overleads are still an issue.
|
|
|
|
|
|
|
|
|