diff options
author | Sawakita <sawakitanoodles@gmail.com> | 2012-01-08 23:45:46 +0100 |
---|---|---|
committer | Sawakita <sawakitanoodles@gmail.com> | 2012-01-08 23:45:46 +0100 |
commit | cdaf8e3d9a8fe4c3e9c53269424aada468fdb6ab (patch) | |
tree | ef8fdf6a162ebcc825a525805b44eceed824c6e7 /constants.asm | |
parent | 4b11f36a0aff0751dedf2b536b40b5424b3b3871 (diff) |
Add function to get a monster's name from a given id (internal order).
hg-commit-id: 42e7deffd9b8
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 6275215c..9d4b4a7e 100644 --- a/constants.asm +++ b/constants.asm @@ -137,10 +137,16 @@ W_CURENEMYLVL EQU $D127 W_ISLINKBATTLE EQU $D12B +W_PRIZE1 EQU $D13D +W_PRIZE2 EQU $D13E +W_PRIZE3 EQU $D13F + W_PLAYERNAME EQU $D158 ; 11 characters, including null W_NUMINPARTY EQU $D163 +W_NUMBAGITEMS EQU $D31D + W_RIVALNAME EQU $D34A ; 11 characters, including null W_CURMAP EQU $D35E |