diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-29 08:36:18 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-29 10:03:06 +0800 |
commit | b566ae26decaa937c72f608044d8ea604c643260 (patch) | |
tree | d6f141d51737b3bacd37a25bc69f43a2236a756c /data | |
parent | 38febc8bafcab19965608e434135c054893dfb68 (diff) |
finished fldeff_dig + fldeff_rocksmash
Diffstat (limited to 'data')
-rw-r--r-- | data/map_event_scripts.inc | 2 | ||||
-rw-r--r-- | data/maps/FiveIsland_RocketWarehouse/scripts.inc | 2 | ||||
-rw-r--r-- | data/specials.inc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/data/map_event_scripts.inc b/data/map_event_scripts.inc index bf8ed9a68..f3205689d 100644 --- a/data/map_event_scripts.inc +++ b/data/map_event_scripts.inc @@ -3545,7 +3545,7 @@ CeruleanCave_B1F_EventScript_1BE00C:: @ 81BE00C CeruleanCave_1F_EventScript_1BE00C:: @ 81BE00C .incbin "baserom.gba", 0x1BE00C, 0x58 -gUnknown_81BE064:: @ 81BE064 +EventScript_FldEffRockSmash:: @ 81BE064 .incbin "baserom.gba", 0x1BE064, 0xB9 MtEmber_Exterior_EventScript_1BE11D:: @ 81BE11D diff --git a/data/maps/FiveIsland_RocketWarehouse/scripts.inc b/data/maps/FiveIsland_RocketWarehouse/scripts.inc index bac115e76..490afe501 100644 --- a/data/maps/FiveIsland_RocketWarehouse/scripts.inc +++ b/data/maps/FiveIsland_RocketWarehouse/scripts.inc @@ -113,7 +113,7 @@ FiveIsland_RocketWarehouse_EventScript_164087:: @ 8164087 EventScript_1640A2:: @ 81640A2 getplayerxy VAR_0x8004, VAR_0x8005 - specialvar VAR_RESULT, player_get_direction_lower_nybble + specialvar VAR_RESULT, GetPlayerFacingDirection compare_var_to_value VAR_RESULT, 2 call_if 1, EventScript_16412E msgbox gUnknown_817B7AE diff --git a/data/specials.inc b/data/specials.inc index e5edb47dd..e6cec1766 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -296,7 +296,7 @@ gSpecials:: @ 815FD60 def_special nullsub_75 def_special sub_80CAAAC def_special sub_80CAABC - def_special player_get_direction_lower_nybble + def_special GetPlayerFacingDirection def_special nullsub_75 def_special nullsub_75 def_special nullsub_75 @@ -435,7 +435,7 @@ gSpecials:: @ 815FD60 def_special sub_809D764 def_special sub_809D8C0 def_special sub_8147500 - def_special player_get_direction_lower_nybble + def_special GetPlayerFacingDirection def_special sub_80CCDFC def_special sub_80CD008 def_special sub_8147594 |