| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Also identify SFX and cry pointers
|
|
Disassemble Pokecenter PC and identify some menu functions in bank 09
|
|
Split and label Trainer Gear code
|
|
|
|
|
|
|
|
Rename Kanto mons to English
|
|
|
|
|
|
|
|
|
|
|
|
Regex patterns used:
; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\)
; [0-9a-f]{1,2}:[0-9a-f]{4}
; [0-9a-f]{4,5}
;[0-9a-f]{4,5}
;[0-9a-f]{1,2}:[0-9a-f]{1,4}
|
|
- Indent with single tabs, not spaces
- Colons after labels
- Capitalize BANK, HIGH, and LOW
- dbw BANK(X), X -> dba X
|
|
|
|
|
|
|
|
|
|
jumps.
|
|
1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself.
|
|
|
|
|
|
|
|
(previously it threw an Invalid UTF-8 error)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|