summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-19 07:32:01 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-19 07:35:14 -0400
commit9d0c8dbf8e57fa2832f71fae94de7552e270d367 (patch)
treef00d94c0f03ebbe4358a6ff794c323ac7cc6ea45 /home/map_objects.asm
parente87159ed7bbff17f2e3c0a074860c0eaa54f9cbb (diff)
Rename labels to stop cheating the unnamed.py script.
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 913b0db8..738da1f6 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -237,7 +237,7 @@ CheckObjectTime::
ld a, [hl]
cp -1
jr z, .timeofday_always
- ld hl, .TimeOfDayValues_191e
+ ld hl, .TimeOfDayValues_17bb
ld a, [wTimeOfDay]
add l
ld l, a
@@ -257,7 +257,7 @@ CheckObjectTime::
and a
ret
-.TimeOfDayValues_191e:
+.TimeOfDayValues_17bb:
; entries correspond to TimeOfDay values
db MORN
db DAY
@@ -362,7 +362,7 @@ CopyPlayerObjectTemplate::
call CopyBytes
ret
-Unreferenced_Function19b8:
+Unreferenced_Function1855:
call GetMapObject
ld hl, MAPOBJECT_OBJECT_STRUCT_ID
add hl, bc