Minor cleanup.

hg-commit-id: da3b7f586edf
This commit is contained in:
IIMarckus 2011-11-13 23:10:46 -07:00
parent 8028c825b6
commit 31e251af3a

View file

@ -3800,11 +3800,10 @@ PalletTownScript:
set 6,[hl] set 6,[hl]
.next\@ .next\@
call $3C3C call $3C3C
ld hl,$4E73 ld hl,PalletTownScriptPointers
ld a,[$D5F1] ld a,[$D5F1]
jp $3D97 jp $3D97
; 4E73
PalletTownScriptPointers: PalletTownScriptPointers:
dw PalletTownScript1,PalletTownScript2,PalletTownScript3,PalletTownScript4,PalletTownScript5,PalletTownScript6,PalletTownScript7 dw PalletTownScript1,PalletTownScript2,PalletTownScript3,PalletTownScript4,PalletTownScript5,PalletTownScript6,PalletTownScript7
@ -9050,14 +9049,14 @@ RedsHouse2F_h:
RedsHouse2FScript: RedsHouse2FScript:
call $3C3C call $3C3C
ld hl,RedsHouse2FPointer1 ld hl,RedsHouse2FScriptPointers
ld a,[$D60C] ld a,[$D60C]
jp $3D97 jp $3D97
RedsHouse2FPointer1: ; XXX what is the purpose of this RedsHouse2FScriptPointers:
dw RedsHouse2FPointer2,RedsHouse2FPointer3 dw RedsHouse2FScript1,RedsHouse2FScript2
RedsHouse2FPointer2: RedsHouse2FScript1:
xor a xor a
ld [$FFB4],a ld [$FFB4],a
ld a,8 ld a,8
@ -9066,7 +9065,7 @@ RedsHouse2FPointer2:
ld [$D60C],a ld [$D60C],a
ret ret
RedsHouse2FPointer3: RedsHouse2FScript2:
ret ret
RedsHouse2FTexts: RedsHouse2FTexts: