diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-22 22:27:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-22 22:28:15 -0400 |
commit | 9e14c471e6176d3b9eded4815f917b4a2e06d5cc (patch) | |
tree | a190b0feafb6c231fee6e91dff454571098e7960 /include/rom4.h | |
parent | 489106198973e1377d0ac823b4decaa395ca7c9e (diff) |
Start decompiling field_tasks.s
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 eac4d29a2..b7415bf0a 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -102,7 +102,7 @@ void sub_8053FB0(u16); // sub_8054034 // sub_8054044 // sub_8054050 -// sub_80540D0 +void sub_80540D0(s16 *, u16 *); void sub_8054164(void); u8 get_map_light_level_by_bank_and_number(s8 mapGroup, s8 mapNum); // get_map_light_level_from_warp |