summaryrefslogtreecommitdiff
path: root/engine/overworld/map_objects.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-05-06 22:27:22 -0400
committerGitHub <noreply@github.com>2018-05-06 22:27:22 -0400
commit59c4d824e65409f6de211d6e0fd354ca4ef6c61e (patch)
treedea75336bac86e9c6361656d8ab8439fea9c82ec /engine/overworld/map_objects.asm
parenta63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff)
parentacdb3020359de30ccde3bd1227883902b18b60a9 (diff)
Merge pull request #509 from mid-kid/master
A fix-various-little-things PR
Diffstat (limited to 'engine/overworld/map_objects.asm')
-rw-r--r--engine/overworld/map_objects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/map_objects.asm b/engine/overworld/map_objects.asm
index 8d6f4082f..1573a27b5 100644
--- a/engine/overworld/map_objects.asm
+++ b/engine/overworld/map_objects.asm
@@ -163,12 +163,12 @@ Function4440: ; 4440
add hl, bc
bit INVISIBLE, [hl]
jr nz, SetFacingStanding
-asm_4448
+asm_4448:
ld de, ObjectActionPairPointers + 2 ; use second column
jr _HandleObjectAction
; 444d
-_HandleObjectAction
+_HandleObjectAction:
; call [4 * wObjectStructs[ObjInd, OBJECT_ACTION] + de]
ld hl, OBJECT_ACTION
add hl, bc