| Age | Commit message (Collapse) | Author |
|
Some work on SGB functions (bank $02)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename Kanto mons to English
|
|
Fill in named constants & values for moves
|
|
|
|
|
|
|
|
|
|
|
|
Re-label item & move descriptions and dex entries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Are collisions always 1/4 the metatile size??
Build: OK
|
|
|
|
|
|
data/maps/objects/*.asm)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
of file
|
|
only the debug Gold ROM is built
|
|
|
|
|
|
1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself.
|
|
|
|
|