summaryrefslogtreecommitdiff
path: root/scripts/PokemonMansion2F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/PokemonMansion2F.asm')
-rwxr-xr-xscripts/PokemonMansion2F.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PokemonMansion2F.asm b/scripts/PokemonMansion2F.asm
index e560d6bd..16f0dff5 100755
--- a/scripts/PokemonMansion2F.asm
+++ b/scripts/PokemonMansion2F.asm
@@ -46,9 +46,9 @@ Mansion2Script_Switches::
cp SPRITE_FACING_UP
ret nz
xor a
- ld [hJoyHeld], a
+ ldh [hJoyHeld], a
ld a, $5
- ld [hSpriteIndexOrTextID], a
+ ldh [hSpriteIndexOrTextID], a
jp DisplayTextID
PokemonMansion2F_ScriptPointers: