From 0527d9686dada51eb710d416863f0b7e11dd9b15 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 00:32:54 -0600 Subject: OAK_S_PARCEL -> OAKS_PARCEL hg-commit-id: e03d18825d81 --- constants.asm | 2 +- 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 -- cgit v1.2.3