diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-12-28 17:32:08 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-12-30 13:28:15 -0500 |
commit | 0bf49198f62484284994f6f54c68597608013eb2 (patch) | |
tree | 69c2f8310dbf348a8634d9c51e324037fb180794 /include/graphics.h | |
parent | adcffd3f0e8e9fd5192bc257ac44cd94e40afb1c (diff) |
Resume factory screen doc
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index d9189622a..b5e9396d0 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -5013,4 +5013,9 @@ extern const u16 gPokenavMessageBox_Pal[]; extern const u32 gPokenavOptions_Gfx[]; extern const u16 gPokenavOptions_Pal[]; +// Battle Factory Screen +extern const u8 gFrontierFactorySelectMenu_Gfx[]; +extern const u8 gFrontierFactorySelectMenu_Tilemap[]; +extern const u16 gFrontierFactorySelectMenu_Pal[]; + #endif //GUARD_GRAPHICS_H |