From bdd3fa89da0f3f88135b513e72ce2029c039ca95 Mon Sep 17 00:00:00 2001 From: Kaz Date: Mon, 25 May 2020 08:02:02 -0400 Subject: battle/anim/flying.c, psychic.c: minor NONMATCHING fixes battle/anim/water.c: revisit AnimTask_CreateSurfWave (still NONMATCHING) --- include/graphics.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index e14aa72d5..5c25eb204 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3317,6 +3317,8 @@ extern struct BattleAnimBackground gBattleAnimBackgroundImage_16[]; extern struct BattleAnimBackground gBattleAnimBackgroundImage_17[]; extern struct BattleAnimBackground gBattleAnimBackgroundImage_20[]; extern struct BattleAnimBackground gBattleAnimBackgroundImage_21[]; +extern struct BattleAnimBackground gBattleAnimBackgroundImage_Surf[]; +extern struct BattleAnimBackground gBattleAnimBackgroundImageMuddyWater_Pal[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_00[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_02[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_03[]; @@ -3331,6 +3333,7 @@ extern struct BattleAnimBackground gBattleAnimBackgroundPalette_17[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_18[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_20[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_21[]; +extern struct BattleAnimBackground gBattleAnimBackgroundPalette_Surf[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_22[]; extern struct BattleAnimBackground gBattleAnimBackgroundPalette_24[]; extern struct BattleAnimBackground gBattleAnimBackgroundTilemap_00[]; @@ -3429,6 +3432,10 @@ extern const u8 Tiles_D129AC[]; extern const u8 gAreaUnknownTiles[]; extern const u16 gAreaUnknownPalette[]; +extern const u8 gUnknown_08E70968[]; +extern const u8 gUnknown_08E70C38[]; +extern const u8 gUnknown_08E70F0C[]; + extern const u8 gUnknown_08E964B8[]; extern const u8 gUnknown_08E8096C[]; -- cgit v1.2.3 From 8d0b9655ba2a71edc1c561f9efb7e977acc5b527 Mon Sep 17 00:00:00 2001 From: Kaz Date: Sun, 31 May 2020 05:52:38 -0400 Subject: pokemon_system_storage_4.c: CopyWallpaperTilemap and ClearLowestWallpaperTiles. File is now fully matching. Fix NONMATCHING target. --- include/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 5c25eb204..66ef9a028 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3446,4 +3446,6 @@ extern const u8 gRouletteCreditTiles[]; extern const u8 gRouletteNumbersTiles[]; extern const u8 gRouletteMultiplierTiles[]; +extern const u8 gDecoration10000_Gfx[]; + #endif // GUARD_GRAPHICS_H -- cgit v1.2.3