Fully label home/map_objects.asm

This commit is contained in:
PikalaxALT
2016-01-11 02:36:39 -05:00
parent 1637d915d4
commit 35f687b536
4 changed files with 11 additions and 33 deletions

View File

@@ -318,7 +318,7 @@ InitializeNPCNames: ; 5ce9
InitializeWorld: ; 5d23
call ShrinkPlayer
callba GetSpawnCoord
callba SpawnPlayer
callba _InitializeStartDay
ret
; 5d33

View File

@@ -272,7 +272,7 @@ MapSetupCommands: ; 15440
dba GetCoordOfUpperLeftCorner ; 1f
dba RestoreFacingAfterWarp ; 20
dba SpawnInFacingDown ; 21
dba GetSpawnCoord ; 22
dba SpawnPlayer ; 22
dba RefreshPlayerCoords ; 23
dba DelayClearingOldSprites ; 24
dba DelayLoadingNewSprites ; 25