diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-06 12:20:28 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-06 12:20:28 -0400 |
commit | eb07e0623bde884d41f194b489717bbbe14731d2 (patch) | |
tree | c0e543887b1bc57a67cfeb5c4f5ef556ad0fdd43 | |
parent | 148741e5ebf184ecc29fbe85a07f88930004ba7e (diff) |
Update fuchsiahouse2.asm
-rwxr-xr-x | scripts/fuchsiahouse2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fuchsiahouse2.asm b/scripts/fuchsiahouse2.asm index 33bae7e4..c8c250ab 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) db $08 ; asm - ldh a, [$8c] + ld a, [hSpriteIndexOrTextID] cp $4 ld hl, FuchsiaHouse2Text_7517b jr nz, .asm_4c9a2 ; 0x7516b |