diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 22:30:39 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 22:30:39 -0600 |
commit | 0a206ee52c19963c778e6e15e4b92e1f0c58a13f (patch) | |
tree | 8ec5f7fa3c20aaca8e81b3ed320ce36eba963f33 /include/graphics.h | |
parent | 34716558b1f8bc4e9f07e90d3727ea44e74ddd9d (diff) |
Finish decompiling intro
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 76eaff28f..770a01ade 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2726,6 +2726,21 @@ extern const u16 gBagScreenMale_Pal[]; extern const u8 gBagMenuHMIcon_Gfx[]; //intro graphics +extern const u8 gIntro1SparkleGfx[]; +extern const u8 gIntro1FlygonGfx[]; +extern const u16 gIntro3LightningPal[]; +extern const u8 gIntroCopyright_Gfx[]; +extern const u8 gIntroCopyright_Tilemap[]; +extern const u16 gIntroCopyright_Pal[]; +extern const u8 gIntro2VolbeatGfx[]; +extern const u8 gIntro2TorchicGfx[]; +extern const u8 gIntro2ManectricGfx[]; +extern const u16 gIntro2VolbeatPal[]; +extern const u16 gIntro2TorchicPal[]; +extern const u16 gIntro2ManectricPal[]; +extern const u8 gIntro2BubblesGfx[]; +extern const u16 gIntro2BubblesPal[]; +extern const u8 gIntro3LightningGfx[]; extern const u8 gIntro3GroudonGfx[]; extern const u8 gIntro3GroudonTilemap[]; extern const u8 gIntro3LegendBgGfx[]; |