Age | Commit message (Collapse) | Author |
|
|
|
|
|
Linkcable and the Mystery of Mew
|
|
This piece of code is frankly rather confusing, as it seemingly doesn't
serve much of a purpose. Documenting it here for future reference.
|
|
Rub a dub dub, thanks for the grub
|
|
|
|
This is additionally required, because an `elif`'s condition is evaluated even
when it's about to be skipped over, and this `"\2"` will become an error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|