From 34716558b1f8bc4e9f07e90d3727ea44e74ddd9d Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Thu, 15 Feb 2018 16:54:34 -0600 Subject: Almost finish decompiling intro --- include/graphics.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'include/graphics.h') 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 -- cgit v1.2.3 From 0a206ee52c19963c778e6e15e4b92e1f0c58a13f Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Thu, 15 Feb 2018 22:30:39 -0600 Subject: Finish decompiling intro --- include/graphics.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/graphics.h') 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[]; -- cgit v1.2.3 From 1605f6253564e4e5f67dd295a1ac70145e5c1c9d Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Sat, 17 Feb 2018 03:55:32 -0600 Subject: Decompile credits --- include/graphics.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 770a01ade..e0c9431ac 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2731,7 +2731,7 @@ 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 u16 gIntroCopyright_Pal[16]; extern const u8 gIntro2VolbeatGfx[]; extern const u8 gIntro2TorchicGfx[]; extern const u8 gIntro2ManectricGfx[]; @@ -2760,4 +2760,14 @@ extern const u8 gIntro3RayquazaGfx[]; extern const u8 gIntro3Clouds2Gfx[]; extern const u16 gIntro1GameFreakTextFadePal[]; +//intro/credits graphics +extern const u8 gIntro2BrendanNoTurnGfx[]; +extern const u8 gIntro2MayNoTurnGfx[]; +extern const u16 gIntro2BrendanNoTurnPal[]; +extern const u16 gIntro2FlygonPal[]; +extern const u8 gIntro2FlygonGfx[]; + +//credits +extern const u8 gCreditsCopyrightEnd_Gfx[]; + #endif //GUARD_GRAPHICS_H -- cgit v1.2.3 From 4c3f8ac6c6f15338f1cbad09605ed208044faf32 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 4 Mar 2018 18:41:07 +0100 Subject: start item menu icons decomp --- include/graphics.h | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index e0c9431ac..88d19ceb4 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2719,12 +2719,17 @@ extern const u16 gFireRedMenuElements2_Pal[16]; extern const u16 gFireRedMenuElements3_Pal[16]; extern const u8 gFireRedMenuElements_Gfx[]; -//item menu graphics +// item menu graphics extern const u8 gBagScreen_Gfx[]; extern const u16 gBagScreenFemale_Pal[]; extern const u16 gBagScreenMale_Pal[]; extern const u8 gBagMenuHMIcon_Gfx[]; +// item menu icons graphics +extern const u8 gBagMaleTiles[]; +extern const u8 gBagFemaleTiles[]; +extern const u8 gBagPalette[]; + //intro graphics extern const u8 gIntro1SparkleGfx[]; extern const u8 gIntro1FlygonGfx[]; @@ -2767,6 +2772,94 @@ extern const u16 gIntro2BrendanNoTurnPal[]; extern const u16 gIntro2FlygonPal[]; extern const u8 gIntro2FlygonGfx[]; +// berry pics +extern const u8 gBerryPic_Cheri[]; +extern const u8 gBerryPalette_Cheri[]; +extern const u8 gBerryPic_Chesto[]; +extern const u8 gBerryPalette_Chesto[]; +extern const u8 gBerryPic_Pecha[]; +extern const u8 gBerryPalette_Pecha[]; +extern const u8 gBerryPic_Rawst[]; +extern const u8 gBerryPalette_Rawst[]; +extern const u8 gBerryPic_Aspear[]; +extern const u8 gBerryPalette_Aspear[]; +extern const u8 gBerryPic_Leppa[]; +extern const u8 gBerryPalette_Leppa[]; +extern const u8 gBerryPic_Oran[]; +extern const u8 gBerryPalette_Oran[]; +extern const u8 gBerryPic_Persim[]; +extern const u8 gBerryPalette_Persim[]; +extern const u8 gBerryPic_Lum[]; +extern const u8 gBerryPalette_Lum[]; +extern const u8 gBerryPic_Sitrus[]; +extern const u8 gBerryPalette_Sitrus[]; +extern const u8 gBerryPic_Figy[]; +extern const u8 gBerryPalette_Figy[]; +extern const u8 gBerryPic_Wiki[]; +extern const u8 gBerryPalette_Wiki[]; +extern const u8 gBerryPic_Mago[]; +extern const u8 gBerryPalette_Mago[]; +extern const u8 gBerryPic_Aguav[]; +extern const u8 gBerryPalette_Aguav[]; +extern const u8 gBerryPic_Iapapa[]; +extern const u8 gBerryPalette_Iapapa[]; +extern const u8 gBerryPic_Razz[]; +extern const u8 gBerryPalette_Razz[]; +extern const u8 gBerryPic_Bluk[]; +extern const u8 gBerryPalette_Bluk[]; +extern const u8 gBerryPic_Nanab[]; +extern const u8 gBerryPalette_Nanab[]; +extern const u8 gBerryPic_Wepear[]; +extern const u8 gBerryPalette_Wepear[]; +extern const u8 gBerryPic_Pinap[]; +extern const u8 gBerryPalette_Pinap[]; +extern const u8 gBerryPic_Pomeg[]; +extern const u8 gBerryPalette_Pomeg[]; +extern const u8 gBerryPic_Kelpsy[]; +extern const u8 gBerryPalette_Kelpsy[]; +extern const u8 gBerryPic_Qualot[]; +extern const u8 gBerryPalette_Qualot[]; +extern const u8 gBerryPic_Hondew[]; +extern const u8 gBerryPalette_Hondew[]; +extern const u8 gBerryPic_Grepa[]; +extern const u8 gBerryPalette_Grepa[]; +extern const u8 gBerryPic_Tamato[]; +extern const u8 gBerryPalette_Tamato[]; +extern const u8 gBerryPic_Cornn[]; +extern const u8 gBerryPalette_Cornn[]; +extern const u8 gBerryPic_Magost[]; +extern const u8 gBerryPalette_Magost[]; +extern const u8 gBerryPic_Rabuta[]; +extern const u8 gBerryPalette_Rabuta[]; +extern const u8 gBerryPic_Nomel[]; +extern const u8 gBerryPalette_Nomel[]; +extern const u8 gBerryPic_Spelon[]; +extern const u8 gBerryPalette_Spelon[]; +extern const u8 gBerryPic_Pamtre[]; +extern const u8 gBerryPalette_Pamtre[]; +extern const u8 gBerryPic_Watmel[]; +extern const u8 gBerryPalette_Watmel[]; +extern const u8 gBerryPic_Durin[]; +extern const u8 gBerryPalette_Durin[]; +extern const u8 gBerryPic_Belue[]; +extern const u8 gBerryPalette_Belue[]; +extern const u8 gBerryPic_Liechi[]; +extern const u8 gBerryPalette_Liechi[]; +extern const u8 gBerryPic_Ganlon[]; +extern const u8 gBerryPalette_Ganlon[]; +extern const u8 gBerryPic_Salac[]; +extern const u8 gBerryPalette_Salac[]; +extern const u8 gBerryPic_Petaya[]; +extern const u8 gBerryPalette_Petaya[]; +extern const u8 gBerryPic_Apicot[]; +extern const u8 gBerryPalette_Apicot[]; +extern const u8 gBerryPic_Lansat[]; +extern const u8 gBerryPalette_Lansat[]; +extern const u8 gBerryPic_Starf[]; +extern const u8 gBerryPalette_Starf[]; +extern const u8 gBerryPic_Enigma[]; +extern const u8 gBerryPalette_Enigma[]; + //credits extern const u8 gCreditsCopyrightEnd_Gfx[]; -- cgit v1.2.3 From 62e849a5df791e92f0648827081f2c6247f09c5f Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 4 Mar 2018 20:03:11 +0100 Subject: item menu is done --- include/graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 88d19ceb4..9afcb75ad 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2729,6 +2729,7 @@ extern const u8 gBagMenuHMIcon_Gfx[]; extern const u8 gBagMaleTiles[]; extern const u8 gBagFemaleTiles[]; extern const u8 gBagPalette[]; +extern const u8 gBerryCheckCircle_Gfx[]; //intro graphics extern const u8 gIntro1SparkleGfx[]; -- cgit v1.2.3