summaryrefslogtreecommitdiff
path: root/scripts/fuchsiahouse2.asm
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-07-03 15:13:35 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-07-03 15:13:35 -0500
commit5d9d26bd5c64a5b11021bdd46e2e0786ddef888d (patch)
treef8ee8f2d9c8042b55edb1a4761833511ab1695b1 /scripts/fuchsiahouse2.asm
parent8431fa7756dace97413f4c35aaa44cd92cf5b6df (diff)
No more ldh
Diffstat (limited to 'scripts/fuchsiahouse2.asm')
-rwxr-xr-xscripts/fuchsiahouse2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fuchsiahouse2.asm b/scripts/fuchsiahouse2.asm
index 0eb0b990..12b49297 100755
--- a/scripts/fuchsiahouse2.asm
+++ b/scripts/fuchsiahouse2.asm
@@ -34,7 +34,7 @@ FuchsiaHouse2Text1: ; 750c2 (1d:50c2)
ld hl, WardenTeethText1
call PrintText
ld a, GOLD_TEETH
- ldh [$db], a
+ ld [$ffdb], a
callba RemoveItemByID
ld hl, wd78e
set 1, [hl]
@@ -98,7 +98,7 @@ HM04NoRoomText: ; 7515e (1d:515e)
FuchsiaHouse2Text5: ; 75163 (1d:5163)
FuchsiaHouse2Text4: ; 75163 (1d:5163)
TX_ASM
- ldh a, [$8c]
+ ld a, [H_SPRITEINDEX]
cp $4
ld hl, FuchsiaHouse2Text_7517b
jr nz, .asm_4c9a2