summaryrefslogtreecommitdiff
path: root/scripts/FightingDojo.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/FightingDojo.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/FightingDojo.asm')
-rwxr-xr-xscripts/FightingDojo.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/FightingDojo.asm b/scripts/FightingDojo.asm
index 365e23e0..e5d0a0a7 100755
--- a/scripts/FightingDojo.asm
+++ b/scripts/FightingDojo.asm
@@ -33,10 +33,10 @@ FightingDojoScript1:
ldh [hJoyHeld], a
ld [wcf0d], a
ld a, [wYCoord]
- cp $3
+ cp 3
ret nz
ld a, [wXCoord]
- cp $4
+ cp 4
ret nz
ld a, $1
ld [wcf0d], a