diff options
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/list_constants.asm | 2 | ||||
-rw-r--r-- | constants/misc_constants.asm | 2 |
2 files changed, 1 insertions, 3 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 diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 7bad3f09..eca97408 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -109,8 +109,6 @@ NAME_PLAYER_SCREEN EQU 0 NAME_RIVAL_SCREEN EQU 1 NAME_MON_SCREEN EQU 2 -NUM_TOWN_MAP_LOCATIONS EQU $2F - ; serial ESTABLISH_CONNECTION_WITH_INTERNAL_CLOCK EQU $01 |