summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-08 14:11:24 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-08 14:11:24 -0400
commite95d42e0af1921f516c1fd4269024aa3f586514f (patch)
tree3130d8d059dbeb247b24bd31eec28c6e358659d8 /engine/map_objects.asm
parentbb58230ca7a3f0f3c58af2b182051cf33ba609ac (diff)
All functions in main.asm have non-generic names
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 55ba12811..629e87fc7 100644
--- a/engine/map_objects.asm
+++ b/engine/map_objects.asm
@@ -137,7 +137,7 @@ Function437b: ; 437b
cp STEP_TYPE_SLEEP
ret z
.ok3
- ld hl, Pointers4b45
+ ld hl, StepTypesJumptable
rst JumpTable
ret
@@ -1084,7 +1084,7 @@ SetRandomStepDuration: ; 4b2d
ret
; 4b45
-Pointers4b45: ; 4b45
+StepTypesJumptable: ; 4b45
; These pointers use OBJECT_STEP_TYPE. See constants/sprite_constants.asm
dw ObjectMovementReset ; 00
dw MapObjectMovementPattern ; unused