diff options
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/decorations.asm | 2 | ||||
-rw-r--r-- | engine/map_objects.asm | 4 |
2 files changed, 3 insertions, 3 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 |