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/fuchsiagym.asm | |
| parent | TX_ASM (diff) | |
| download | pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.tar.gz pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.tar.xz pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.zip | |
No more ldh
Diffstat (limited to 'scripts/fuchsiagym.asm')
| -rwxr-xr-x | scripts/fuchsiagym.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fuchsiagym.asm b/scripts/fuchsiagym.asm index e3c51015..f88f0055 100755 --- a/scripts/fuchsiagym.asm +++ b/scripts/fuchsiagym.asm @@ -167,14 +167,14 @@ FuchsiaGymText1: ; 75534 (1d:5534) ld hl, KogaAfterBattleText ld de, KogaAfterBattleText call SaveEndBattleTextPointers - ldh a, [$8c] + ld a, [H_SPRITEINDEX] ld [wSpriteIndex], a call EngageMapTrainer call InitBattleEnemyParameters ld a, $5 ld [W_GYMLEADERNO], a xor a - ldh [$b4], a + ld [hJoyHeld], a ld a, $3 ld [W_FUCHSIAGYMCURSCRIPT], a .asm_e84c6 |
