Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
Homogenizing names.
|
|
|
|
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.
|
|
Renamed `game` to `games` and `menu` to `menus`.
Moved some functions from `engine/routines/` to their fitting subdirectories.
Made two new subdirectories:
* engine/rtc: Contains all RTC-related things. Menus, hardware, misc
functions.
* engine/items: Contains all item-related things. Pack, item effects,
other item handlers.
|