Age | Commit message (Collapse) | Author |
|
wSpriteAnimCount starts at 0, keeps incrementing and never decrements.
When it reaches $ff, the next value is 1.
Its purpose is unknown, as this value is used nowhere else.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That should cause no real problems because of a range check right after
it.
|
|
|
|
|
|
|
|
|
|
Use def_* macros for automatic map event counts
|
|
|
|
Resolves #742
|
|
|
|
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
|
|
|
|
|
|
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
|
|
Fixes #749
|
|
Fixes #736
|
|
|
|
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
|
|
|
|
|
|
|
|
|
|
Also factor out trade tilemaps
|
|
|
|
|
|
|
|
|
|
Disassemble the final English debug ROMs
|
|
|
|
|
|
Remove enum; add const_skip and const_next
|
|
|
|
implementations
|
|
|
|
constants, to avoid repeating the move names in tmhm_moves.asm
|
|
|
|
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
|
|
|
|
|
|
Also make .gitignore consistent with pokered
|
|
|