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/saffrongym.asm | |
| parent | TX_ASM (diff) | |
| download | pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.tar.gz pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.tar.xz pokeyellow-5d9d26bd5c64a5b11021bdd46e2e0786ddef888d.zip | |
No more ldh
Diffstat (limited to 'scripts/saffrongym.asm')
| -rwxr-xr-x | scripts/saffrongym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saffrongym.asm b/scripts/saffrongym.asm index 9c17a63c..7e4f4447 100755 --- a/scripts/saffrongym.asm +++ b/scripts/saffrongym.asm @@ -179,7 +179,7 @@ SaffronGymText1: ; 5d118 (17:5118) ld hl, SaffronGymText_5d167 ld de, SaffronGymText_5d167 call SaveEndBattleTextPointers - ldh a, [$8c] + ld a, [H_SPRITEINDEX] ld [wSpriteIndex], a call EngageMapTrainer call InitBattleEnemyParameters |
