summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-09-25 13:45:22 -0400
committerGitHub <noreply@github.com>2019-09-25 13:45:22 -0400
commitf8f5f415b16c635e87ebec69d7a8effec9e491f6 (patch)
tree2be3fb231773e3ba9e84a1fd517e99f081bb4ec7 /include/graphics.h
parentd9d90b5a9fdb6d3dc0645b10444e02efab08d82e (diff)
parente0b3642edcbc7a1d713ca704686e11647fa8a6cc (diff)
Merge pull request #101 from PikalaxALT/credits
Credits
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index f6c2ddd4a..6139869c9 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -974,4 +974,12 @@ extern const u8 gGraphics_TitleScreen_CopyrightPressStartMap[];
extern const u16 gGraphics_TitleScreen_FirePals[];
extern const u8 gGraphics_TitleScreen_BlankObjTiles[];
+// credits
+extern const u32 gCreditsPokeballBgGfxTiles[];
+extern const u32 gCreditsPokeballBgGfxMap[];
+extern const u16 gCreditsMonBackdropPals[][16];
+extern const u16 gCreditsAllRightsReservedGfxPal[];
+extern const u8 gCreditsAllRightsReservedGfxTiles[];
+extern const u8 gCreditsAllRightsReservedGfxMap[];
+
#endif //GUARD_GRAPHICS_H