summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2011-11-13 23:10:46 -0700
committerIIMarckus <iimarckus@gmail.com>2011-11-13 23:10:46 -0700
commit31e251af3ae6f32d0eb548172199d6b18eb4bf85 (patch)
tree736c305889a5e269cd150fd2a5137ea17a131e02
parent8028c825b6d7a843e07e9affdd57ff6e7f47aa6c (diff)
Minor cleanup.
hg-commit-id: da3b7f586edf
-rw-r--r--pokered.asm13
1 files changed, 6 insertions, 7 deletions
diff --git a/pokered.asm b/pokered.asm
index c7e47e9c..16cf2cfd 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -3800,11 +3800,10 @@ PalletTownScript:
set 6,[hl]
.next\@
call $3C3C
- ld hl,$4E73
+ ld hl,PalletTownScriptPointers
ld a,[$D5F1]
jp $3D97
-; 4E73
PalletTownScriptPointers:
dw PalletTownScript1,PalletTownScript2,PalletTownScript3,PalletTownScript4,PalletTownScript5,PalletTownScript6,PalletTownScript7
@@ -9050,14 +9049,14 @@ RedsHouse2F_h:
RedsHouse2FScript:
call $3C3C
- ld hl,RedsHouse2FPointer1
+ ld hl,RedsHouse2FScriptPointers
ld a,[$D60C]
jp $3D97
-RedsHouse2FPointer1: ; XXX what is the purpose of this
- dw RedsHouse2FPointer2,RedsHouse2FPointer3
+RedsHouse2FScriptPointers:
+ dw RedsHouse2FScript1,RedsHouse2FScript2
-RedsHouse2FPointer2:
+RedsHouse2FScript1:
xor a
ld [$FFB4],a
ld a,8
@@ -9066,7 +9065,7 @@ RedsHouse2FPointer2:
ld [$D60C],a
ret
-RedsHouse2FPointer3:
+RedsHouse2FScript2:
ret
RedsHouse2FTexts: