Age | Commit message (Collapse) | Author |
|
|
|
|
|
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
|
|
|
|
|
|
|
|
|
|
(Some unreferenced labels are above code which is still used via fallthrough!)
|
|
|
|
|
|
|
|
|
|
|
|
- `hSecondsBackup` -> `hUnusedBackup`
- `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0`
- Identify some `.asm_XXX` labels
|
|
|
|
|
|
Renamed to be more in line with our current coding standards. Hopefully
this is slightly more readable.
|
|
|
|
|
|
|
|
|
|
|
|
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
|
|
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed
|
|
Memes and a pipedream of a fully-documented wram.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|