mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 23:22:26 +13:00
Add comments associating constants with data, and identify some more data
This commit is contained in:
parent
0177688ad4
commit
69788c536b
45 changed files with 318 additions and 299 deletions
|
|
@ -4,6 +4,15 @@ mapconst: MACRO
|
|||
\1_WIDTH EQU \3
|
||||
ENDM
|
||||
|
||||
; map ids
|
||||
; indexes for:
|
||||
; - MapHeaderBanks (see data/maps/map_header_banks.asm)
|
||||
; - MapHeaderPointers (see data/maps/map_header_pointers.asm)
|
||||
; - MapSongBanks (see data/maps/songs.asm)
|
||||
; - MapHSPointers (see data/maps/hide_show_data.asm)
|
||||
; - MapSpriteSets (see data/maps/sprite_sets.asm)
|
||||
; - ExternalMapEntries (see data/maps/town_map_entries.asm)
|
||||
; Each map also has associated data in maps.asm.
|
||||
const_def
|
||||
mapconst PALLET_TOWN, 9, 10 ; $00
|
||||
mapconst VIRIDIAN_CITY, 18, 20 ; $01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue