diff options
author | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
commit | 0add51451cda9d4221af137f83e2429d3577310c (patch) | |
tree | fd05f8f0ad49d88b032dc9e10af85a42dfa0e402 /home/map_objects.asm | |
parent | da87d2a929b1d58175efe063833c124d8ba702c9 (diff) | |
parent | 2a263629a40e201b1702e2f4e65f1c61360cc2b2 (diff) |
Merge pull request #330 from PikalaxALT/scriptmacrorenaming
Scriptmacrorenaming
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index 67a6c52d5..be2c8553a 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -369,7 +369,7 @@ Function1967:: ; 1967 call Function1985 pop af call GetObjectStruct - callba Function4357 + callba DeleteMapObject ret ; 1985 @@ -435,7 +435,7 @@ Function19b8:: ; 19b8 .ok ld a, b call GetObjectStruct - callba Function4357 + callba DeleteMapObject ret ; 19e9 @@ -460,7 +460,7 @@ LoadMovementDataPointer:: ; 19e9 ld hl, OBJECT_STEP_TYPE add hl, bc - ld [hl], 0 + ld [hl], STEP_TYPE_00 ld hl, VramState set 7, [hl] @@ -611,7 +611,7 @@ endr ret ; 1aae -Function1aae:: ; 1aae +_GetMovementByte:: ; 1aae ; Switch to the movement data bank ld a, [hROMBank] push af |