diff options
author | YamaArashi <shadow962@live.com> | 2017-01-14 18:03:33 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-14 18:03:33 -0800 |
commit | 3f044a459b45d6e75abf4d99b736e5289a54a807 (patch) | |
tree | 7f814e3cf17226f2d937db6f6fd865b48a910dbe /include/rom4.h | |
parent | 9049b839ca3b5b65f4530226f56f35322a3bcae7 (diff) |
decompile fldeff_teleport.h
Diffstat (limited to 'include/rom4.h')
-rw-r--r-- | include/rom4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rom4.h b/include/rom4.h index 215c7ff17..82d6e4f38 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -19,7 +19,7 @@ struct LinkPlayerMapObject // sub_8052F5C // flag_var_implications_of_teleport_ -// new_game +void new_game(void); // sub_8053014 void sub_8053050(void); // sub_805308C @@ -102,7 +102,7 @@ u8 get_map_light_level_by_bank_and_number(s8 mapGroup, s8 mapNum); u8 sav1_map_get_light_level(void); // get_map_light_from_warp0 bool8 is_light_level_1_2_3_5_or_6(u8 a1); -// is_light_level_1_2_3_or_6 +bool8 is_light_level_1_2_3_or_6(u8 a1); u8 is_light_level_8_or_9(u8); // unref_sub_8054260 u8 sav1_map_get_name(); |