You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge pull request #660 from mid-kid/master
Make the map setup commands match the actual function names better
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MAP_NAME_SIGN_START EQU $60
|
||||
|
||||
ReturnFromMapSetupScript::
|
||||
InitMapNameSign::
|
||||
xor a
|
||||
ldh [hBGMapMode], a
|
||||
farcall .inefficient_farcall ; this is a waste of 6 ROM bytes and 6 stack bytes
|
||||
|
||||
@@ -617,7 +617,7 @@ FlyFunction:
|
||||
callasm FlyFromAnim
|
||||
farscall Script_AbortBugContest
|
||||
special WarpToSpawnPoint
|
||||
callasm DelayLoadingNewSprites
|
||||
callasm SkipUpdateMapSprites
|
||||
loadvar VAR_MOVEMENT, PLAYER_NORMAL
|
||||
newloadmap MAPSETUP_FLY
|
||||
callasm FlyToAnim
|
||||
|
||||
Reference in New Issue
Block a user