summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:11:37 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:11:37 -0400
commit73c7ea2b4379ac935bda3d1c79f4b1a89496b2e8 (patch)
tree231201ac80e7f4f7baa28960f6f8bf43fa745ed9 /engine/map_objects.asm
parent6be4cd4da98093bf1b9362c946e693c89e4713ad (diff)
Local labels starting with underscores have colons depending on whether the first alphanumeric character is capitalized or not
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r--engine/map_objects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm
index 5d5a7f4e8..7a38f3ffe 100644
--- a/engine/map_objects.asm
+++ b/engine/map_objects.asm
@@ -978,7 +978,7 @@ MapObjectMovementPattern: ; 47dd
ld [hl], STEP_TYPE_TRACKING_OBJECT
ret
-._MovementShadow_Grass_Emote_BoulderDust
+._MovementShadow_Grass_Emote_BoulderDust:
ld hl, OBJECT_RANGE
add hl, bc
ld a, [hl]
@@ -1014,7 +1014,7 @@ MapObjectMovementPattern: ; 47dd
ld [hl], STEP_TYPE_15
ret
-._MovementScreenShake
+._MovementScreenShake:
ld d, a
and %00111111
ld e, a