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

@@ -734,13 +734,13 @@ BlankScreen: ; 8000
call SetPalettes
ret
GetSpawnCoord: ; 8029
SpawnPlayer: ; 8029
ld a, -1
ld [wObjectFollow_Leader], a
ld [wObjectFollow_Follower], a
ld a, $0
ld hl, PlayerObjectTemplate
call Function19a6
call CopyPlayerObjectTemplate
ld b, $0
call PlayerSpawn_ConvertCoords
ld a, $0