summaryrefslogtreecommitdiff
path: root/constants/list_constants.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-06-05 17:23:06 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-06-05 17:23:06 -0400
commit139e117d0717c69ae4c47a8d1a040267ee28d91d (patch)
tree103cb36abe028d259066c0a582cf78a01380c21d /constants/list_constants.asm
parent56da1f9b662d0e3db8f8405ffb12060d69d66c86 (diff)
Fix EOL to LF to make push requests more doable.
Diffstat (limited to 'constants/list_constants.asm')
-rwxr-xr-xconstants/list_constants.asm26
1 files changed, 13 insertions, 13 deletions
diff --git a/constants/list_constants.asm b/constants/list_constants.asm
index 1299f7d8..a8f016ae 100755
--- a/constants/list_constants.asm
+++ b/constants/list_constants.asm
@@ -1,14 +1,14 @@
-; list menu ID's
-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
-SPECIALLISTMENU EQU $04 ; list of special "items" e.g. floor list in elevators / list of badges
-
-MONSTER_NAME EQU 1
-MOVE_NAME EQU 2
-; ???_NAME EQU 3
-ITEM_NAME EQU 4
-PLAYEROT_NAME EQU 5
-ENEMYOT_NAME EQU 6
+; list menu ID's
+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
+SPECIALLISTMENU EQU $04 ; list of special "items" e.g. floor list in elevators / list of badges
+
+MONSTER_NAME EQU 1
+MOVE_NAME EQU 2
+; ???_NAME EQU 3
+ITEM_NAME EQU 4
+PLAYEROT_NAME EQU 5
+ENEMYOT_NAME EQU 6
TRAINER_NAME EQU 7 \ No newline at end of file