diff options
| author | YamaArashi <shadow962@live.com> | 2012-02-06 14:12:47 -0800 | 
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2012-02-06 14:12:47 -0800 | 
| commit | 59088ba0788a28a194d4f0b31997853bbd801299 (patch) | |
| tree | fba74602d40f65837ebe82cca446d9cf4f5065d3 | |
| parent | 53a9d6b3bd9d90c41e2d66473cf5423cdcfbb6b9 (diff) | |
corrected the name of a constant to reflect its wider uses
FLOORLISTMENU -> SPECIALLISTMENU
hg-commit-id: 9e26d6eac4ff
| -rw-r--r-- | constants.asm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/constants.asm b/constants.asm index 60d0f669..1a5bfbe5 100644 --- a/constants.asm +++ b/constants.asm @@ -895,7 +895,7 @@ PCPOKEMONLISTMENU  EQU $00 ; PC pokemon withdraw/deposit lists  MOVESLISTMENU      EQU $01 ; XXX where is this used?  PRICEDITEMLISTMENU EQU $02 ; Pokemart buy menu / Pokemart buy/sell choose quantity 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  RHYDON     EQU $01 | 
