diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-09 20:18:46 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-09 20:18:46 -0500 |
commit | 2eb10c6f2d16729dde12b0fd26cac3f45b85a557 (patch) | |
tree | b8ba15ec25fe25bcfd1ba5a445e351ac4abec482 /include/graphics.h | |
parent | ebae5167939d1a10a2a37324063bb4f70c43a4ea (diff) |
close swiss cheese in pokemon_storage_system_2.c
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 91ba45acd..a8ac2783d 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2747,5 +2747,9 @@ extern const u8 gPSSMenuHeader_Gfx[]; extern const u8 gPSSMenuHeader_Tilemap[]; extern const u16 gPSSMenu1_Pal[]; extern const u16 gPSSMenu2_Pal[]; +extern const u8 gPSSMenuMisc_Gfx[]; +extern const u8 gPSSMenuMisc_Tilemap[]; +extern const u16 gPSSMenu3_Pal[]; +extern const u16 gPSSMenu4_Pal[]; #endif // GUARD_GRAPHICS_H |