summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-11 02:36:39 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-11 02:36:39 -0500
commit35f687b5365cb5e4b607e180646e6062d59a357a (patch)
tree2ef90732135ac5292eb90bb78172488b46183b09 /main.asm
parent1637d915d422d633a883788774a893ce6fa78849 (diff)
Fully label home/map_objects.asm
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 9c4d48f35..4839245aa 100644
--- a/main.asm
+++ b/main.asm
@@ -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