summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-02-15 16:54:34 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-02-15 16:54:34 -0600
commit34716558b1f8bc4e9f07e90d3727ea44e74ddd9d (patch)
treec515cb97b1a5a29ef6ae55e6d2ae8bec0271c6f7 /include/graphics.h
parent398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff)
Almost finish decompiling intro
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 6e5de9ef4..76eaff28f 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2725,4 +2725,24 @@ extern const u16 gBagScreenFemale_Pal[];
extern const u16 gBagScreenMale_Pal[];
extern const u8 gBagMenuHMIcon_Gfx[];
+//intro graphics
+extern const u8 gIntro3GroudonGfx[];
+extern const u8 gIntro3GroudonTilemap[];
+extern const u8 gIntro3LegendBgGfx[];
+extern const u8 gIntro3GroudonBgTilemap[];
+extern const u8 gIntro3GroudonBgTilemap[];
+extern const u8 gIntro3BgPal[0x200];
+extern const u8 gIntro3KyogreGfx[];
+extern const u8 gIntro3KyogreTilemap[];
+extern const u8 gIntro3KyogreBgTilemap[];
+extern const u8 gIntro3CloudsGfx[];
+extern const u8 gIntro3Clouds1Tilemap[];
+extern const u8 gIntro3Clouds2Tilemap[];
+extern const u8 gIntro3Clouds3Tilemap[];
+extern const u8 gIntro3Clouds4Tilemap[];
+extern const u8 gIntro3RayquazaTilemap[];
+extern const u8 gIntro3RayquazaGfx[];
+extern const u8 gIntro3Clouds2Gfx[];
+extern const u16 gIntro1GameFreakTextFadePal[];
+
#endif //GUARD_GRAPHICS_H