Age | Commit message (Collapse) | Author |
|
Fixes #813
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #796
|
|
|
|
- Remove "Buffer" suffix from some byte and word quantities
- Change "Ptr" to "Pointer"
Fixes #789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
|
|
Fixes #749
|
|
|
|
|
|
implementations
|
|
|
|
|
|
OpenSRAM)
To do: engine/{menus, overworld}
|
|
|
|
|
|
We used to have a mixture of TileMap and and Tilemap, as well as the
similar AttrMap. Standardize on one.
|
|
|
|
|
|
|
|
Name a lot of text labels according to our conventions
|
|
Having this here is completely redundant and useless, and doesn't even
work since it should use `if DEF(_CRYSTAL)` instead.
|
|
|
|
Homogenizing names.
|
|
|
|
instructions
Fixes #580
|
|
Fixes #540
|
|
|
|
|
|
|
|
|
|
|
|
The previous name for this was rather misleading. It isn't an actual
jump like you'd expect the `jp` instruction to behave as. Instead, it
behaves more like a `farcall`.
This also makes it consistent with its current command ID name of
`TX_FAR`.
|
|
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
|
|
Introduce MONICON_* constants
Introduce BATTLEPLAYERACTION_* constants
|
|
|
|
|
|
|
|
Factor wMisc into meaningful parts; move most code out of home.asm
|
|
|