diff options
| author | Linus Unnebäck <linus@folkdatorn.se> | 2025-05-10 19:38:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 12:38:16 -0500 |
| commit | 9d9fb4cfdf0ffef0892bab1a156acc7f5a3c5f6a (patch) | |
| tree | 180484373740115eb5b862017c4d65eec22053fb | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| download | pokeyellow-9d9fb4cfdf0ffef0892bab1a156acc7f5a3c5f6a.tar.gz pokeyellow-9d9fb4cfdf0ffef0892bab1a156acc7f5a3c5f6a.tar.xz pokeyellow-9d9fb4cfdf0ffef0892bab1a156acc7f5a3c5f6a.zip | |
Name Func_07c4/StopBikeSurf (#118)
| -rw-r--r-- | home/overworld.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index 4fe60f0f..111e7cab 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -769,7 +769,7 @@ HandleFlyWarpOrDungeonWarp:: set BIT_FLY_OR_DUNGEON_WARP, [hl] res BIT_ALWAYS_ON_BIKE, [hl] call LeaveMapAnim - call Func_07c4 + call StopBikeSurf ld a, BANK(PrepareForSpecialWarp) call BankswitchCommon call PrepareForSpecialWarp @@ -778,7 +778,7 @@ HandleFlyWarpOrDungeonWarp:: LeaveMapAnim:: farjp _LeaveMapAnim -Func_07c4:: +StopBikeSurf: ld a, [wWalkBikeSurfState] and a ret z |
