summaryrefslogtreecommitdiff
path: root/scripts/MtMoonB2F.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-08-29 01:04:24 -0400
committerGitHub <noreply@github.com>2020-08-29 01:04:24 -0400
commit4ef305907206bdb90c3c9259f6d527a90b26629c (patch)
treeed116b29979bb2aeb3a02789aa92d3769278361a /scripts/MtMoonB2F.asm
parent48da6c53be768e85b8ba47430e2fc0f3dd4de61e (diff)
parent637f38b139c43c15eb1f4a67562a78389d4f42a7 (diff)
Merge pull request #290 from Rangi42/master
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
Diffstat (limited to 'scripts/MtMoonB2F.asm')
-rwxr-xr-xscripts/MtMoonB2F.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/MtMoonB2F.asm b/scripts/MtMoonB2F.asm
index addfb2c2..9faf038a 100755
--- a/scripts/MtMoonB2F.asm
+++ b/scripts/MtMoonB2F.asm
@@ -56,10 +56,10 @@ MtMoon3Script0:
CheckEvent EVENT_BEAT_MT_MOON_EXIT_SUPER_NERD
jp nz, MtMoon3Script_49d91
ld a, [wYCoord]
- cp $8
+ cp 8
jp nz, MtMoon3Script_49d91
ld a, [wXCoord]
- cp $d
+ cp 13
jp nz, MtMoon3Script_49d91
xor a
ldh [hJoyHeld], a