diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-15 20:52:54 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-15 20:52:54 -0500 |
commit | 32a9e2ae445e6f5674357edc4e8b9ee90c927c43 (patch) | |
tree | a792949c1015daf3ead068eb06ba518ada828929 /include/rom4.h | |
parent | 4d28489c65aba913e4169b3467dce49b54f38c87 (diff) |
finish decompiling region_map
Diffstat (limited to 'include/rom4.h')
-rw-r--r-- | include/rom4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom4.h b/include/rom4.h index 803a38162..14a4cecfa 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -55,7 +55,7 @@ void warp1_set_2(s8 mapGroup, s8 mapNum, s8 warpId); void saved_warp2_set(int unused, s8 mapGroup, s8 mapNum, s8 warpId); void saved_warp2_set_2(int unused, s8 mapGroup, s8 mapNum, s8 warpId, s8 x, s8 y); void copy_saved_warp2_bank_and_enter_x_to_warp1(u8 unused); -// sub_8053538 +void sub_8053538(u8); void sub_8053570(void); void sub_8053588(u8); void sub_80535C4(s16 a1, s16 a2); |