diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-10 20:01:14 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-10 18:01:14 -0800 |
commit | 2e7fd90c5b65a1e5ead6695f8b24ddb53a94beb9 (patch) | |
tree | d109aec377cc39f28ee3792968a9afad369bbf2f /asm/metatile_behavior.s | |
parent | cea650e783f0f57d1946f217e7164d6ce0ac1ef6 (diff) |
decompile field_door.c (#97)
* decompile
* name some functions and variables
* formatting and name more functions
Diffstat (limited to 'asm/metatile_behavior.s')
-rw-r--r-- | asm/metatile_behavior.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/metatile_behavior.s b/asm/metatile_behavior.s index 0217bf6c0..f81e3c0d4 100644 --- a/asm/metatile_behavior.s +++ b/asm/metatile_behavior.s @@ -212,8 +212,8 @@ _08056EA8: bx r1 thumb_func_end is_tile_x69_2_warp_door - thumb_func_start sub_8056EAC -sub_8056EAC: @ 8056EAC + thumb_func_start MetatileBehavior_IsDoor +MetatileBehavior_IsDoor: @ 8056EAC push {lr} lsls r0, 24 lsrs r0, 24 @@ -229,7 +229,7 @@ _08056EBE: _08056EC0: pop {r1} bx r1 - thumb_func_end sub_8056EAC + thumb_func_end MetatileBehavior_IsDoor thumb_func_start MetatileBehavior_IsEscalator MetatileBehavior_IsEscalator: @ 8056EC4 |