summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xengine/decorations.asm2
-rw-r--r--engine/map_objects.asm4
-rw-r--r--maps/FastShip1F.asm2
-rwxr-xr-xmisc/gfx_41.asm2
4 files changed, 5 insertions, 5 deletions
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
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm
index f53fec56c..bb42631e0 100644
--- a/maps/FastShip1F.asm
+++ b/maps/FastShip1F.asm
@@ -77,7 +77,7 @@ SailorScript_0x75160:
warp VERMILION_PORT, $7, $11
end
-._Olivine
+._Olivine:
writetext UnknownText_0x7548d
waitbutton
closetext
diff --git a/misc/gfx_41.asm b/misc/gfx_41.asm
index e1be09ef4..dc5110e2e 100755
--- a/misc/gfx_41.asm
+++ b/misc/gfx_41.asm
@@ -228,7 +228,7 @@ CallInSafeGFXMode: ; 104177
ret
; 10419c
-._hl_: ; 10419c
+._hl_ ; 10419c
jp [hl]
; 10419d