diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 15:13:35 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 15:13:35 -0500 |
| commit | 5d9d26bd5c64a5b11021bdd46e2e0786ddef888d (patch) | |
| tree | f8ee8f2d9c8042b55edb1a4761833511ab1695b1 /scripts/fuchsiahouse2.asm | |
| parent | TX_ASM (diff) | |
| download | pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.tar.gz pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.tar.xz pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.zip | |
No more ldh
Diffstat (limited to 'scripts/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 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 |
