diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-14 08:14:10 -0700 |
---|---|---|
committer | drifloony <drifloony@users.noreply.github.com> | 2017-07-14 15:50:29 -0700 |
commit | 1cc8e50292621ab30332d192782fd8a1e855ea51 (patch) | |
tree | 9a7c1af5e16fa464793ab6d4bd17212facee5b2c /include/rom4.h | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) |
decompile field_screen_effect and unknown_task
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 803a38162..571ab1435 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -100,8 +100,8 @@ void sub_8053F84(void); void sub_8053FB0(u16); // is_warp1_light_level_8_or_9 // sub_8053FF8 -// sub_8054034 -// sub_8054044 +bool8 sub_8054034(void); +void sub_8054044(void); // sub_8054050 void sub_80540D0(s16 *, u16 *); void sub_8054164(void); |