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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
|
|
|
|
|
|
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
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
|