Age | Commit message (Collapse) | Author |
|
This creates a 2bpp file the same size as the ROM. The ROM can be renamed 2bpp and the mask image can be overlaid on the ROM image to show what's disassembled.
|
|
|
|
|
|
This allows Polished Map compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re-label item & move descriptions and dex entries
|
|
|
|
|
|
|
|
|
|
- ram/ froups the ram source files
- slack/ is for unused garbage taking up the ROM's free space
- gfx.py moved to utils/
|
|
|
|
|
|
Extract bank bank 07, 08, 0C, 13, & 37 tilesets' metatiles and collision data
|
|
|
|
|
|
Are collisions always 1/4 the metatile size??
Build: OK
|
|
|
|
|
|
data/maps/objects/*.asm)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove address comments
|
|
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
|
|
|
|
|
|
|
|
Give all .asm and all .inc except of base_stats/???.inc new line at t…
|
|
|
|
of file
|
|
banks)
|
|
Replace Pokégear with Trainer Gear in relevant labels
|
|
|