diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 10:34:29 -0500 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-11 10:37:17 -0500 |
| commit | 23c7161bbcd0e3412fc30a59c68cf4296fdd7dca (patch) | |
| tree | fd3ec9ed3996c465bea9189a0119fb711e99e1b9 /constants/list_constants.asm | |
| parent | Move slot machine constants (diff) | |
| download | pokeyellow-23c7161bbcd0e3412fc30a59c68cf4296fdd7dca.tar.gz pokeyellow-23c7161bbcd0e3412fc30a59c68cf4296fdd7dca.tar.xz pokeyellow-23c7161bbcd0e3412fc30a59c68cf4296fdd7dca.zip | |
Clean up constants
Diffstat (limited to 'constants/list_constants.asm')
| -rwxr-xr-x | constants/list_constants.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/constants/list_constants.asm b/constants/list_constants.asm new file mode 100755 index 00000000..1299f7d8 --- /dev/null +++ b/constants/list_constants.asm @@ -0,0 +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
+TRAINER_NAME EQU 7
\ No newline at end of file |
