diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-05-11 16:06:49 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-05-11 16:06:49 -0400 |
| commit | f2d087165f870dbf55794064dedff4116596258d (patch) | |
| tree | bec8f8649a4d4e0e1ee420fba569d2dfa7c27958 /engine/overworld | |
| parent | 6de1f826f638e5eb4f0177334c9682e1246fa9f5 (diff) | |
Clean up engine/menus/intro_menu.asm.
Diffstat (limited to 'engine/overworld')
| -rwxr-xr-x | engine/overworld/map_objects.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/map_objects.asm b/engine/overworld/map_objects.asm index a03a0171..62b1df41 100755 --- a/engine/overworld/map_objects.asm +++ b/engine/overworld/map_objects.asm @@ -402,7 +402,7 @@ UpdatePlayerStep: set PLAYERSTEP_CONTINUE_F, [hl] ret -Function4732: +Unreferenced_Function4732: push bc ld e, a ld d, 0 @@ -1518,14 +1518,14 @@ StepType05: ld [hl], a call IncrementObjectStructField1c StepType04: - call Stubbed_Function4fb2 + call Stubbed_Function4f5a ld hl, OBJECT_DIRECTION_WALKING add hl, bc ld [hl], STANDING ret NPCStep: - call Stubbed_Function4fb2 + call Stubbed_Function4f5a call AddStepVector ld hl, OBJECT_STEP_DURATION add hl, bc @@ -1747,7 +1747,7 @@ StepType17: dw .null .null -Stubbed_Function4fb2: +Stubbed_Function4f5a: ret ld hl, OBJECT_1D add hl, bc |
