diff options
-rw-r--r-- | constants.asm | 2 | ||||
-rw-r--r-- | pokered.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm index 9d911dc1..4dbf65a4 100644 --- a/constants.asm +++ b/constants.asm @@ -617,7 +617,7 @@ X_DEFEND EQU $42 X_SPEED EQU $43 X_SPECIAL EQU $44 COIN_CASE EQU $45 -OAK_S_PARCEL EQU $46 +OAKS_PARCEL EQU $46 ITEMFINDER EQU $47 SILPH_SCOPE EQU $48 POKE_FLUTE EQU $49 diff --git a/pokered.asm b/pokered.asm index b917a623..064a47e8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -7306,7 +7306,7 @@ OaksLabText5: ; 0x1d248 call $3c49 jr .asm_0f042 ; 0x1d2a7 .asm_76269 ; 0x1d2a9 - ld b,OAK_S_PARCEL + ld b,OAKS_PARCEL call $3493 jr nz, .asm_a8fcf ; 0x1d2ae ld hl, $52fa |