mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Replace raw hex values with HRAM constants
To do: turn constants into labels and use ldh
This commit is contained in:
parent
35deb77113
commit
6ef36800b0
65 changed files with 311 additions and 248 deletions
|
|
@ -2,7 +2,7 @@
|
|||
; objects for each map ($00-$F8)
|
||||
|
||||
; Table of 2-Byte pointers, one pointer per map,
|
||||
; goes up to Map_F7, ends with $FFFF.
|
||||
; goes up to Map_F7, ends with -1.
|
||||
; points to table listing all missable object in the area
|
||||
MapHSPointers:
|
||||
dw MapHS00
|
||||
|
|
@ -253,7 +253,7 @@ MapHSPointers:
|
|||
dw MapHSXX
|
||||
dw MapHSXX
|
||||
dw MapHSXX
|
||||
dw $FFFF
|
||||
dw -1 ; end
|
||||
|
||||
; Structure:
|
||||
; 3 bytes per object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue