From 73c7ea2b4379ac935bda3d1c79f4b1a89496b2e8 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sun, 10 Apr 2016 15:11:37 -0400 Subject: Local labels starting with underscores have colons depending on whether the first alphanumeric character is capitalized or not --- engine/decorations.asm | 2 +- engine/map_objects.asm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'engine') diff --git a/engine/decorations.asm b/engine/decorations.asm index c69b51fbe..4bd99c0a5 100755 --- a/engine/decorations.asm +++ b/engine/decorations.asm @@ -712,7 +712,7 @@ GetDecoName: ; 26c72 call ._getdeconame jr .copy -._getdeconame: ; 26ccf +._getdeconame ; 26ccf push bc ld hl, DecorationNames call GetNthString 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 -- cgit v1.2.3