mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
corrected the name of a constant to reflect its wider uses
FLOORLISTMENU -> SPECIALLISTMENU hg-commit-id: 9e26d6eac4ff
This commit is contained in:
parent
53a9d6b3bd
commit
59088ba078
|
@ -895,7 +895,7 @@ PCPOKEMONLISTMENU EQU $00 ; PC pokemon withdraw/deposit lists
|
||||||
MOVESLISTMENU EQU $01 ; XXX where is this used?
|
MOVESLISTMENU EQU $01 ; XXX where is this used?
|
||||||
PRICEDITEMLISTMENU EQU $02 ; Pokemart buy menu / Pokemart buy/sell choose quantity menu
|
PRICEDITEMLISTMENU EQU $02 ; Pokemart buy menu / Pokemart buy/sell choose quantity menu
|
||||||
ITEMLISTMENU EQU $03 ; Start menu Item menu / Pokemart sell menu
|
ITEMLISTMENU EQU $03 ; Start menu Item menu / Pokemart sell menu
|
||||||
FLOORLISTMENU EQU $04 ; floor list in elevators
|
SPECIALLISTMENU EQU $04 ; list of special "items" e.g. floor list in elevators / list of badges
|
||||||
|
|
||||||
; pokemon name constants
|
; pokemon name constants
|
||||||
RHYDON EQU $01
|
RHYDON EQU $01
|
||||||
|
|
Loading…
Reference in a new issue