diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-05-20 19:16:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 19:16:49 -0500 |
| commit | b8954732a3eaa3a784a6e3eaaa68977a9ccd9816 (patch) | |
| tree | d159ecef6698b656f5acbffde5d6372b52f25c84 /home | |
| parent | Merge pull request #49 from CelestialAmber/master (diff) | |
| parent | Update bugs_and_glitches.md (diff) | |
| download | pokeyellow-b8954732a3eaa3a784a6e3eaaa68977a9ccd9816.tar.gz pokeyellow-b8954732a3eaa3a784a6e3eaaa68977a9ccd9816.tar.xz pokeyellow-b8954732a3eaa3a784a6e3eaaa68977a9ccd9816.zip | |
Merge pull request #39 from TiKevin83/master
Label functions, note causes of bugs
Diffstat (limited to 'home')
| -rw-r--r-- | home/overworld.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index 9c53a3be..8b635aa5 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -473,7 +473,7 @@ WarpFound2:: ld [wMapPalOffset], a call GBFadeOutToBlack .notRockTunnel - callab CalculatePikachuSpawnState1 + callab SetPikachuSpawnOutside call PlayMapChangeSound jr .done @@ -500,11 +500,11 @@ WarpFound2:: ld hl, wd736 res 0, [hl] res 1, [hl] - callab CalculatePikachuSpawnState2 + callab SetPikachuSpawnWarpPad jr .done .goBackOutside - callab CalculatePikachuSpawnState3 + callab SetPikachuSpawnBackOutside ld a, [wLastMap] ld [wCurMap], a call PlayMapChangeSound |
