diff options
Diffstat (limited to 'constants/list_constants.asm')
-rwxr-xr-x | constants/list_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/list_constants.asm b/constants/list_constants.asm index 8027731d..7e26a6b6 100755 --- a/constants/list_constants.asm +++ b/constants/list_constants.asm @@ -17,4 +17,4 @@ INIT_ENEMYOT_LIST EQU 1 INIT_BAG_ITEM_LIST EQU 2 INIT_OTHER_ITEM_LIST EQU 3 INIT_PLAYEROT_LIST EQU 4 -INIT_MON_LIST EQU 5
\ No newline at end of file +INIT_MON_LIST EQU 5 |