diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-07-24 18:48:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 18:48:23 -0700 |
commit | c47aac3538286c50221f5183b2fee5089a057b55 (patch) | |
tree | 87b77fdd2c19d34cb7ac10870fdc4c30188e2d70 /include/field_screen.h | |
parent | 06b3ce408f774c7192202308e783cc22bb8e7643 (diff) | |
parent | 1e9143e0b22bc72cb77866e10817bc509064842a (diff) |
Merge pull request #260 from DizzyEggg/decompile_union_room
Decompile part of union room
Diffstat (limited to 'include/field_screen.h')
-rw-r--r-- | include/field_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_screen.h b/include/field_screen.h index d9a2bb5fa..268b9312e 100644 --- a/include/field_screen.h +++ b/include/field_screen.h @@ -14,5 +14,6 @@ void UpdateWeatherPerDay(u16 days); void sub_80AC3D0(void); void sub_80AC3E4(void); void PreservePaletteInWeather(u8); +void sub_80AF128(void); #endif //GUARD_FIELD_SCREEN_H |