Age | Commit message (Collapse) | Author |
|
|
|
OpenSRAM)
To do: engine/{menus, overworld}
|
|
|
|
These functions used as map setup commands are used in other places,
too, so I can't prefix them under the same. The names should match
except I won't repeat "map" in a map setup command name.
|
|
|
|
|
|
Found a couple BANK()s that reference multiple labels.
|
|
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(resolve PR #460)
# Conflicts:
# engine/battle/core.asm
# engine/save.asm
|
|
unnecessary).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$100` or `X >> 8` and `X & $ff`
|
|
|
|
|
|
|
|
|
|
|
|
colon; remove trailing whitespace; globally correct line endings to UNIX style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Besides making predefs convenient, naming a predef no longer requires
adding or renaming a predef constant. This also lets predefs be rearranged at will.
|
|
|
|
This fixes the build.
|
|
|
|
|