Age | Commit message (Collapse) | Author |
|
|
|
|
|
- `hSecondsBackup` -> `hUnusedBackup`
- `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0`
- Identify some `.asm_XXX` labels
|
|
We used to have a mixture of TileMap and and Tilemap, as well as the
similar AttrMap. Standardize on one.
|
|
These were the wrong way around, as the function in home should not be
prefixed
|
|
This should be all of the memory locations that are actually used, and
some more.
Removal of all addresses when?
|
|
|
|
|
|
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
|
|
|
|
|
|
That should be all of them this time
|
|
|
|
I have no idea why this was a thing (do people store this repo on FAT32
flash drives or something?), but quite a bit of files had a permission
of 755. This isn't really a problem, but it's inconsistent and weird.
|
|
They are actually some kind of menus, and as such make sense there.
|