mirror of https://github.com/pret/pokecrystal.git
connection hram labels
This commit is contained in:
parent
db84ec18d9
commit
91ebc0836b
3
hram.asm
3
hram.asm
|
@ -24,6 +24,9 @@ hJoyReleased EQU $ffa6
|
||||||
hJoyPressed EQU $ffa7
|
hJoyPressed EQU $ffa7
|
||||||
hJoyDown EQU $ffa8
|
hJoyDown EQU $ffa8
|
||||||
|
|
||||||
|
hConnectionStripLength EQU $ffaf
|
||||||
|
hConnectedMapWidth EQU $ffb0
|
||||||
|
|
||||||
hPastLeadingZeroes EQU $ffb3
|
hPastLeadingZeroes EQU $ffb3
|
||||||
|
|
||||||
hDividend EQU $ffb3
|
hDividend EQU $ffb3
|
||||||
|
|
Loading…
Reference in New Issue