diff options
author | yenatch <yenatch@gmail.com> | 2017-07-20 22:20:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 22:20:48 -0400 |
commit | c47c3abe65e0e0419b691f5d0b6ea93c7b972191 (patch) | |
tree | 8a2bcfdf3a1556632785f34b87676aaabf758304 /include/rom4.h | |
parent | e2fec17262a01e9886ca060d156d8dd9a579d76c (diff) | |
parent | e2ab2e50a0723b11802e33074e0dd5d9f7d81496 (diff) |
Merge pull request #366 from camthesaxman/decompile_region_map
decompile 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); |