Decompile through sub_8167930.

This commit is contained in:
ultima-soul 2019-02-23 09:08:07 -08:00
parent 9d8a43a1fb
commit eb48cc2f7e
5 changed files with 2058 additions and 2496 deletions

File diff suppressed because it is too large Load Diff

View File

@ -48,10 +48,10 @@ sContestStatNames:: @ 85DFD04
.4byte gText_Cuteness .4byte gText_Cuteness
.4byte gText_Beauty3 .4byte gText_Beauty3
gUnknown_085DFD18:: @ 85DFD18 gSpriteSheet_ConditionUpDown:: @ 85DFD18
obj_tiles gUsePokeblockUpDown_Gfx, 0x200, 0 obj_tiles gUsePokeblockUpDown_Gfx, 0x200, 0
gUnknown_085DFD20:: @ 85DFD20 gSpritePalette_ConditionUpDown:: @ 85DFD20
obj_pal gUsePokeblockUpDown_Pal, 0 obj_pal gUsePokeblockUpDown_Pal, 0
gUnknown_085DFD28:: @ 85DFD28 gUnknown_085DFD28:: @ 85DFD28
@ -79,7 +79,7 @@ gUnknown_085DFD54:: @ 85DFD54
.4byte gUnknown_085DFD44 .4byte gUnknown_085DFD44
.4byte gUnknown_085DFD4C .4byte gUnknown_085DFD4C
gUnknown_085DFD5C:: @ 85DFD5C gSpriteTemplate_085DFD5C:: @ 85DFD5C
spr_template 0, 0, gUnknown_085DFD3C, gUnknown_085DFD54, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy spr_template 0, 0, gUnknown_085DFD3C, gUnknown_085DFD54, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy
gUnknown_085DFD74:: @ 85DFD74 gUnknown_085DFD74:: @ 85DFD74

View File

@ -4762,6 +4762,11 @@ extern const u32 gBattleAnimBackgroundImageMuddyWater_Pal[];
extern const u32 gBattleAnimFogTilemap[]; extern const u32 gBattleAnimFogTilemap[];
extern const u32 gUsePokeblockGraph_Gfx[];
extern const u32 gUsePokeblockGraph_Tilemap[];
extern const u16 gUsePokeblockGraph_Pal[];
extern const u16 gUsePokeblockNatureWin_Pal[];
// Berry blender // Berry blender
extern const u32 gBerryBlenderArrowTiles[]; extern const u32 gBerryBlenderArrowTiles[];
extern const u32 gBerryBlenderStartTiles[]; extern const u32 gBerryBlenderStartTiles[];

View File

@ -9,6 +9,11 @@ extern const u8 gText_OpenLevel[];
extern const u8 gText_Mom[]; extern const u8 gText_Mom[];
extern const u8 gText_Dad[]; extern const u8 gText_Dad[];
extern const u8 gText_GetsAPokeBlockQuestion[];
extern const u8 gText_WontEatAnymore[];
extern const u8 gText_WasEnhanced[];
extern const u8 gText_NothingChanged[];
extern const u8 gText_Cool[]; extern const u8 gText_Cool[];
extern const u8 gText_Beauty[]; extern const u8 gText_Beauty[];
extern const u8 gText_Cute[]; extern const u8 gText_Cute[];

File diff suppressed because it is too large Load Diff