aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/GameCorner.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/GameCorner.asm
parentAlign warp and sign coordinates (diff)
parentUse decimal, not hex, for sprite (object) coordinates in map scripts (diff)
downloadpokeyellow-4ef305907206bdb90c3c9259f6d527a90b26629c.tar.gz
pokeyellow-4ef305907206bdb90c3c9259f6d527a90b26629c.tar.xz
pokeyellow-4ef305907206bdb90c3c9259f6d527a90b26629c.zip
Merge pull request #290 from Rangi42/master
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
Diffstat (limited to 'scripts/GameCorner.asm')
-rwxr-xr-xscripts/GameCorner.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/GameCorner.asm b/scripts/GameCorner.asm
index c933fd63..94c35883 100755
--- a/scripts/GameCorner.asm
+++ b/scripts/GameCorner.asm
@@ -64,13 +64,13 @@ CeladonGameCornerScript1:
call SetSpriteMovementBytesToFF
ld de, MovementData_48c5a
ld a, [wYCoord]
- cp $6
+ cp 6
jr nz, .asm_48c43
ld de, MovementData_48c63
jr .asm_48c4d
.asm_48c43
ld a, [wXCoord]
- cp $8
+ cp 8
jr nz, .asm_48c4d
ld de, MovementData_48c63
.asm_48c4d