diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-08-29 01:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 01:04:24 -0400 |
commit | 4ef305907206bdb90c3c9259f6d527a90b26629c (patch) | |
tree | ed116b29979bb2aeb3a02789aa92d3769278361a /scripts/Route22Gate.asm | |
parent | 48da6c53be768e85b8ba47430e2fc0f3dd4de61e (diff) | |
parent | 637f38b139c43c15eb1f4a67562a78389d4f42a7 (diff) |
Merge pull request #290 from Rangi42/master
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
Diffstat (limited to 'scripts/Route22Gate.asm')
-rwxr-xr-x | scripts/Route22Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route22Gate.asm b/scripts/Route22Gate.asm index 78143481..5acc343c 100755 --- a/scripts/Route22Gate.asm +++ b/scripts/Route22Gate.asm @@ -4,7 +4,7 @@ Route22Gate_Script: ld a, [wRoute22GateCurScript] call CallFunctionInTable ld a, [wYCoord] - cp $4 + cp 4 ld a, ROUTE_23 jr c, .asm_1e69a ld a, ROUTE_22 |