From ec8594fd101573f9c1854a4a90f5378f1a1ea512 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Thu, 18 Jan 2018 04:06:43 -0600 Subject: [PATCH] Extract Wanda PC box wallpapers --- asm/pokemon_storage_system.s | 4 +- data/graphics.s | 38 +- data/pokemon_storage_system.s | 419 ++++++++++++++++-- data/strings.s | 60 +-- graphics/pokemon_storage/aqua_icon.png | Bin 0 -> 115 bytes graphics/pokemon_storage/asterisk_icon.png | Bin 0 -> 119 bytes graphics/pokemon_storage/azumarill.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/azumarill_bg.png | Bin 0 -> 216 bytes .../pokemon_storage/big_asterisk_icon.png | Bin 0 -> 112 bytes graphics/pokemon_storage/blank.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/blank_bg.png | Bin 0 -> 152 bytes graphics/pokemon_storage/block.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/block_bg.png | Bin 0 -> 197 bytes graphics/pokemon_storage/bolt_icon.png | Bin 0 -> 72 bytes graphics/pokemon_storage/brick_icon.png | Bin 0 -> 90 bytes graphics/pokemon_storage/circle_icon.png | Bin 0 -> 107 bytes graphics/pokemon_storage/circles.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/circles_bg.png | Bin 0 -> 262 bytes graphics/pokemon_storage/cross_icon.png | Bin 0 -> 72 bytes graphics/pokemon_storage/crystal_icon.png | Bin 0 -> 118 bytes graphics/pokemon_storage/diagonal.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/diagonal_bg.png | Bin 0 -> 221 bytes graphics/pokemon_storage/diglett_icon.png | Bin 0 -> 118 bytes graphics/pokemon_storage/dot_icon.png | Bin 0 -> 94 bytes graphics/pokemon_storage/dusclops.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/dusclops_bg.png | Bin 0 -> 284 bytes graphics/pokemon_storage/five_star_icon.png | Bin 0 -> 111 bytes graphics/pokemon_storage/footprint_icon.png | Bin 0 -> 114 bytes .../pokemon_storage/four_circles_icon.png | Bin 0 -> 110 bytes graphics/pokemon_storage/four_star_icon.png | Bin 0 -> 104 bytes graphics/pokemon_storage/frame.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/frame_bg.png | Bin 0 -> 252 bytes graphics/pokemon_storage/friends_frame1.png | Bin 0 -> 298 bytes graphics/pokemon_storage/friends_frame2.png | Bin 0 -> 297 bytes graphics/pokemon_storage/heart_icon.png | Bin 0 -> 115 bytes .../horizontal.bin} | Bin graphics/pokemon_storage/horizontal_bg.png | Bin 0 -> 196 bytes graphics/pokemon_storage/koffing_icon.png | Bin 0 -> 120 bytes graphics/pokemon_storage/latis_icon.png | Bin 0 -> 115 bytes graphics/pokemon_storage/legendary.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/legendary_bg.png | Bin 0 -> 416 bytes graphics/pokemon_storage/line_circle_icon.png | Bin 0 -> 95 bytes graphics/pokemon_storage/lotad_icon.png | Bin 0 -> 113 bytes graphics/pokemon_storage/ludicolo.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/ludicolo_bg.png | Bin 0 -> 387 bytes graphics/pokemon_storage/luvdisc_icon.png | Bin 0 -> 116 bytes graphics/pokemon_storage/magma_icon.png | Bin 0 -> 112 bytes graphics/pokemon_storage/maze_icon.png | Bin 0 -> 104 bytes graphics/pokemon_storage/minun_icon.png | Bin 0 -> 111 bytes graphics/pokemon_storage/pichu_icon.png | Bin 0 -> 110 bytes graphics/pokemon_storage/pikachu.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/pikachu_bg.png | Bin 0 -> 286 bytes graphics/pokemon_storage/plusle_icon.png | Bin 0 -> 72 bytes graphics/pokemon_storage/pokeball_icon.png | Bin 0 -> 120 bytes graphics/pokemon_storage/pokecenter2.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/pokecenter2_bg.png | Bin 0 -> 286 bytes graphics/pokemon_storage/pss_window.pal | 35 -- graphics/pokemon_storage/pss_window.png | Bin 381 -> 0 bytes graphics/pokemon_storage/pss_window2.png | Bin 392 -> 0 bytes .../{pss_window2.bin => ribbon.bin} | Bin graphics/pokemon_storage/ribbon_bg.png | Bin 0 -> 234 bytes .../{pss_window2.pal => ribbon_frame.pal} | 18 +- graphics/pokemon_storage/ribbon_icon.png | Bin 0 -> 131 bytes graphics/pokemon_storage/screen.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/screen_bg.png | Bin 0 -> 326 bytes graphics/pokemon_storage/spinda_icon.png | Bin 0 -> 125 bytes .../pokemon_storage/star_in_circle_icon.png | Bin 0 -> 117 bytes graphics/pokemon_storage/togepi_icon.png | Bin 0 -> 124 bytes graphics/pokemon_storage/whiscash.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/whiscash_bg.png | Bin 0 -> 299 bytes graphics/pokemon_storage/zigzagoon.bin | Bin 0 -> 720 bytes graphics/pokemon_storage/zigzagoon_bg.png | Bin 0 -> 218 bytes graphics/unknown/unknown_DDD908.bin | 1 - graphics/unknown/unknown_DDD920.bin | 1 - graphics/unknown/unknown_DDD938.bin | 1 - graphics_file_rules.mk | 86 +++- 76 files changed, 501 insertions(+), 162 deletions(-) create mode 100644 graphics/pokemon_storage/aqua_icon.png create mode 100644 graphics/pokemon_storage/asterisk_icon.png create mode 100644 graphics/pokemon_storage/azumarill.bin create mode 100644 graphics/pokemon_storage/azumarill_bg.png create mode 100644 graphics/pokemon_storage/big_asterisk_icon.png create mode 100644 graphics/pokemon_storage/blank.bin create mode 100644 graphics/pokemon_storage/blank_bg.png create mode 100644 graphics/pokemon_storage/block.bin create mode 100644 graphics/pokemon_storage/block_bg.png create mode 100644 graphics/pokemon_storage/bolt_icon.png create mode 100644 graphics/pokemon_storage/brick_icon.png create mode 100644 graphics/pokemon_storage/circle_icon.png create mode 100644 graphics/pokemon_storage/circles.bin create mode 100644 graphics/pokemon_storage/circles_bg.png create mode 100644 graphics/pokemon_storage/cross_icon.png create mode 100644 graphics/pokemon_storage/crystal_icon.png create mode 100644 graphics/pokemon_storage/diagonal.bin create mode 100644 graphics/pokemon_storage/diagonal_bg.png create mode 100644 graphics/pokemon_storage/diglett_icon.png create mode 100644 graphics/pokemon_storage/dot_icon.png create mode 100644 graphics/pokemon_storage/dusclops.bin create mode 100644 graphics/pokemon_storage/dusclops_bg.png create mode 100644 graphics/pokemon_storage/five_star_icon.png create mode 100644 graphics/pokemon_storage/footprint_icon.png create mode 100644 graphics/pokemon_storage/four_circles_icon.png create mode 100644 graphics/pokemon_storage/four_star_icon.png create mode 100644 graphics/pokemon_storage/frame.bin create mode 100644 graphics/pokemon_storage/frame_bg.png create mode 100644 graphics/pokemon_storage/friends_frame1.png create mode 100644 graphics/pokemon_storage/friends_frame2.png create mode 100644 graphics/pokemon_storage/heart_icon.png rename graphics/{unknown/unknown_DDDB80.bin => pokemon_storage/horizontal.bin} (100%) mode change 100755 => 100644 create mode 100644 graphics/pokemon_storage/horizontal_bg.png create mode 100644 graphics/pokemon_storage/koffing_icon.png create mode 100644 graphics/pokemon_storage/latis_icon.png create mode 100644 graphics/pokemon_storage/legendary.bin create mode 100644 graphics/pokemon_storage/legendary_bg.png create mode 100644 graphics/pokemon_storage/line_circle_icon.png create mode 100644 graphics/pokemon_storage/lotad_icon.png create mode 100644 graphics/pokemon_storage/ludicolo.bin create mode 100644 graphics/pokemon_storage/ludicolo_bg.png create mode 100644 graphics/pokemon_storage/luvdisc_icon.png create mode 100644 graphics/pokemon_storage/magma_icon.png create mode 100644 graphics/pokemon_storage/maze_icon.png create mode 100644 graphics/pokemon_storage/minun_icon.png create mode 100644 graphics/pokemon_storage/pichu_icon.png create mode 100644 graphics/pokemon_storage/pikachu.bin create mode 100644 graphics/pokemon_storage/pikachu_bg.png create mode 100644 graphics/pokemon_storage/plusle_icon.png create mode 100644 graphics/pokemon_storage/pokeball_icon.png create mode 100644 graphics/pokemon_storage/pokecenter2.bin create mode 100644 graphics/pokemon_storage/pokecenter2_bg.png delete mode 100755 graphics/pokemon_storage/pss_window.pal delete mode 100755 graphics/pokemon_storage/pss_window.png delete mode 100755 graphics/pokemon_storage/pss_window2.png rename graphics/pokemon_storage/{pss_window2.bin => ribbon.bin} (100%) mode change 100755 => 100644 create mode 100644 graphics/pokemon_storage/ribbon_bg.png rename graphics/pokemon_storage/{pss_window2.pal => ribbon_frame.pal} (52%) mode change 100755 => 100644 create mode 100644 graphics/pokemon_storage/ribbon_icon.png create mode 100644 graphics/pokemon_storage/screen.bin create mode 100644 graphics/pokemon_storage/screen_bg.png create mode 100644 graphics/pokemon_storage/spinda_icon.png create mode 100644 graphics/pokemon_storage/star_in_circle_icon.png create mode 100644 graphics/pokemon_storage/togepi_icon.png create mode 100644 graphics/pokemon_storage/whiscash.bin create mode 100644 graphics/pokemon_storage/whiscash_bg.png create mode 100644 graphics/pokemon_storage/zigzagoon.bin create mode 100644 graphics/pokemon_storage/zigzagoon_bg.png delete mode 100755 graphics/unknown/unknown_DDD908.bin delete mode 100755 graphics/unknown/unknown_DDD920.bin delete mode 100755 graphics/unknown/unknown_DDD938.bin diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s index 94879764b..55b1509e0 100755 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -5393,7 +5393,7 @@ _080CA0C2: thumb_func_start sub_80CA0C8 sub_80CA0C8: @ 80CA0C8 push {lr} - ldr r0, =gUnknown_08572744 + ldr r0, =gWaveformSpritePalette bl LoadSpritePalette pop {r0} bx r0 @@ -5498,7 +5498,7 @@ sub_80CA154: @ 80CA154 sub_80CA1C4: @ 80CA1C4 push {r4,lr} sub sp, 0x8 - ldr r0, =gUnknown_0857274C + ldr r0, =gWaveformSpriteSheet ldr r1, [r0, 0x4] ldr r0, [r0] str r0, [sp] diff --git a/data/graphics.s b/data/graphics.s index 414985125..8733869b5 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -5049,40 +5049,42 @@ gUnknown_08DDD748:: @ 8DDD748 .incbin "graphics/interface/textbox.4bpp" .align 2 -gUnknown_08DDD908:: - .incbin "graphics/unknown/unknown_DDD908.bin.lz" +gWallpaperIcon_Cross:: + .incbin "graphics/pokemon_storage/cross_icon.4bpp.lz" .align 2 -gUnknown_08DDD920:: - .incbin "graphics/unknown/unknown_DDD920.bin.lz" +gWallpaperIcon_Bolt:: + .incbin "graphics/pokemon_storage/bolt_icon.4bpp.lz" .align 2 -gUnknown_08DDD938:: - .incbin "graphics/unknown/unknown_DDD938.bin.lz" +gWallpaperIcon_Plusle:: + .incbin "graphics/pokemon_storage/plusle_icon.4bpp.lz" .align 2 -gUnknown_08DDD950:: - .incbin "graphics/pokemon_storage/pss_window.gbapal" +gWallpaperPalettes_Horizontal:: @ 8DDD950 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/horizontal_bg.gbapal" .align 2 -gUnknown_08DDD990:: - .incbin "graphics/pokemon_storage/pss_window.4bpp.lz" +gWallpaperTiles_Horizontal:: @ 8DDD990 + .incbin "graphics/pokemon_storage/horizontal.4bpp.lz" .align 2 -gUnknown_08DDDB80:: @ 8DDDB80 - .incbin "graphics/unknown/unknown_DDDB80.bin.lz" +gWallpaperTilemap_Horizontal:: @ 8DDDB80 + .incbin "graphics/pokemon_storage/horizontal.bin.lz" .align 2 -gUnknown_08DDDC8C:: - .incbin "graphics/pokemon_storage/pss_window2.gbapal" +gWallpaperPalettes_Ribbon:: @ 8DDDC8C + .incbin "graphics/pokemon_storage/ribbon_frame.gbapal" + .incbin "graphics/pokemon_storage/ribbon_bg.gbapal" .align 2 -gUnknown_08DDDCCC:: - .incbin "graphics/pokemon_storage/pss_window2.4bpp.lz" +gWallpaperTiles_Ribbon:: @ 8DDDCCC + .incbin "graphics/pokemon_storage/ribbon.4bpp.lz" .align 2 -gUnknown_08DDDEDC:: - .incbin "graphics/pokemon_storage/pss_window2.bin.lz" +gWallpaperTilemap_Ribbon:: @ 8DDDEDC + .incbin "graphics/pokemon_storage/ribbon.bin.lz" @ pokenav diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s index 6c2c17a4a..882dc82fc 100644 --- a/data/pokemon_storage_system.s +++ b/data/pokemon_storage_system.s @@ -67,11 +67,11 @@ gUnknown_085724BC:: @ 85724BC .2byte 0x1143, 0x1144, 0x1144, 0x1145, 0x1153, 0x1154, 0x1154, 0x1155, 0x1163, 0x1164, 0x1164, 0x1165 .align 2 -gUnknown_085724D4:: @ 85724D4 +WaveformPalette:: @ 85724D4 .incbin "graphics/pokemon_storage/waveform.gbapal" .align 2 -gUnknown_085724F4:: @ 85724F4 +WaveformTiles:: @ 85724F4 .incbin "graphics/pokemon_storage/waveform.4bpp" .align 2 @@ -94,48 +94,48 @@ gUnknown_08572734:: @ 8572734 .4byte 0x000001d0, 0x004011e5, 0x000023ba, 0x000031ff .align 2 -gUnknown_08572744:: @ 8572744 - obj_pal gUnknown_085724D4, 0xDACA +gWaveformSpritePalette:: @ 8572744 + obj_pal WaveformPalette, 0xDACA .align 2 -gUnknown_0857274C:: @ 857274C - obj_tiles gUnknown_085724F4, 0x1C0, 5 +gWaveformSpriteSheet:: @ 857274C + obj_tiles WaveformTiles, 0x1C0, 5 gUnknown_08572754:: @ 8572754 spr_template 2, 0xDAC6, gOamData_857286C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy gUnknown_0857276C:: @ 857276C - .4byte gUnknown_085EB7EF, 0 - .4byte gUnknown_085EB802, 0 - .4byte gUnknown_085EB81A, 0 - .4byte gUnknown_085EB82F, 0 - .4byte gUnknown_085EB843, 1 - .4byte gUnknown_085EB853, 0 - .4byte gUnknown_085EB866, 0 - .4byte gUnknown_085EB87C, 1 - .4byte gUnknown_085EB88E, 0 - .4byte gUnknown_085EB89F, 0 - .4byte gUnknown_085EB8B5, 4 - .4byte gUnknown_085EB8C6, 6 - .4byte gUnknown_085EB8D3, 0 - .4byte gUnknown_085EB8E6, 0 - .4byte gUnknown_085EB900, 0 - .4byte gUnknown_085EB913, 0 - .4byte gUnknown_085EB92D, 0 - .4byte gUnknown_085EB946, 0 - .4byte gUnknown_085EB960, 0 - .4byte gUnknown_085EB979, 1 - .4byte gUnknown_085EB987, 0 - .4byte gUnknown_085EB9A1, 0 - .4byte gUnknown_085EB9AB, 0 - .4byte gUnknown_085EB843, 7 - .4byte gUnknown_085EB9C3, 0 - .4byte gUnknown_085EB9D6, 7 - .4byte gUnknown_085EB9EE, 0 - .4byte gUnknown_085EB9FF, 0 - .4byte gUnknown_085EBA19, 7 - .4byte gUnknown_085EBA29, 7 - .4byte gUnknown_085EBA38, 0 + .4byte gText_ExitFromBox, 0 + .4byte gText_WhatDoYouWantToDo, 0 + .4byte gText_PleasePickATheme, 0 + .4byte gText_PickTheWallpaper, 0 + .4byte gText_PkmnIsSelected, 1 + .4byte gText_JumpToWhichBox, 0 + .4byte gText_DepositInWhichBox, 0 + .4byte gText_PkmnWasDeposited, 1 + .4byte gText_BoxIsFull2, 0 + .4byte gText_ReleaseThisPokemon, 0 + .4byte gText_PkmnWasReleased, 4 + .4byte gText_ByeByePkmn, 6 + .4byte gText_MarkYourPkmn, 0 + .4byte gText_ThatsYourLastPkmn, 0 + .4byte gText_YourPartysFull, 0 + .4byte gText_YoureHoldingAPkmn, 0 + .4byte gText_WhichOneWillYouTake, 0 + .4byte gText_YouCantReleaseAnEgg, 0 + .4byte gText_ContinueBoxOperations, 0 + .4byte gText_PkmnCameBack, 1 + .4byte gText_WasItWorriedAboutYou, 0 + .4byte gText_FourEllipsesExclamation, 0 + .4byte gText_PleaseRemoveTheMail, 0 + .4byte gText_PkmnIsSelected, 7 + .4byte gText_GiveToAPkmn, 0 + .4byte gText_PlacedItemInBag, 7 + .4byte gText_BagIsFull2, 0 + .4byte gText_PutItemInBag, 0 + .4byte gText_ItemIsNowHeld, 7 + .4byte gText_ChangedToNewItem, 7 + .4byte gText_MailCantBeStored, 0 .align 2 gUnknown_08572864:: @ 8572864 @@ -531,15 +531,352 @@ PCGfx_Arrow: @ 8577678 .incbin "graphics/pokemon_storage/arrow.4bpp" .align 2 -gUnknown_085776F8:: @ 85776F8 - .incbin "baserom.gba", 0x5776F8, 0x384c +gWallpaperPalettes_Zigzagoon:: @ 85776F8 + .incbin "graphics/pokemon_storage/friends_frame1.gbapal" + .incbin "graphics/pokemon_storage/zigzagoon_bg.gbapal" + .align 2 +gWallpaperTiles_Zigzagoon: @ 8577738 + .incbin "graphics/pokemon_storage/zigzagoon.4bpp.lz" + + .align 2 +gWallpaperTilemap_Zigzagoon: @ 857792C + .incbin "graphics/pokemon_storage/zigzagoon.bin.lz" + + .align 2 +gWallpaperPalettes_Screen:: @ 8577A44 + .incbin "graphics/pokemon_storage/friends_frame1.gbapal" + .incbin "graphics/pokemon_storage/screen_bg.gbapal" + + .align 2 +gWallpaperTiles_Screen: @ 8577A84 + .incbin "graphics/pokemon_storage/screen.4bpp.lz" + + .align 2 +gWallpaperTilemap_Screen: @ 8577D00 + .incbin "graphics/pokemon_storage/screen.bin.lz" + + .align 2 +gWallpaperPalettes_Diagonal:: @ 8577E2C + .incbin "graphics/pokemon_storage/friends_frame1.gbapal" + .incbin "graphics/pokemon_storage/diagonal_bg.gbapal" + + .align 2 +gWallpaperTiles_Diagonal: @ 8577E6C + .incbin "graphics/pokemon_storage/diagonal.4bpp.lz" + + .align 2 +gWallpaperTilemap_Diagonal: @ 8578058 + .incbin "graphics/pokemon_storage/diagonal.bin.lz" + + .align 2 +gWallpaperPalettes_Block:: @ 8578148 + .incbin "graphics/pokemon_storage/block_bg.gbapal" + .incbin "graphics/pokemon_storage/block_bg.gbapal" + + .align 2 +gWallpaperTiles_Block: @ 8578188 + .incbin "graphics/pokemon_storage/block.4bpp.lz" + + .align 2 +gWallpaperTilemap_Block: @ 8578358 + .incbin "graphics/pokemon_storage/block.bin.lz" + + .align 2 +gWallpaperPalettes_PokeCenter2:: @ 8578450 + .incbin "graphics/pokemon_storage/pokecenter2_bg.gbapal" + .incbin "graphics/pokemon_storage/pokecenter2_bg.gbapal" + + .align 2 +gWallpaperTiles_PokeCenter2: @ 8578490 + .incbin "graphics/pokemon_storage/pokecenter2.4bpp.lz" + + .align 2 +gWallpaperTilemap_PokeCenter2: @ 85786D0 + .incbin "graphics/pokemon_storage/pokecenter2.bin.lz" + + .align 2 +gWallpaperPalettes_Frame:: @ 85787E4 + .incbin "graphics/pokemon_storage/frame_bg.gbapal" + .incbin "graphics/pokemon_storage/frame_bg.gbapal" + + .align 2 +gWallpaperTiles_Frame: @ 8578824 + .incbin "graphics/pokemon_storage/frame.4bpp.lz" + + .align 2 +gWallpaperTilemap_Frame: @ 8578A34 + .incbin "graphics/pokemon_storage/frame.bin.lz" + + .align 2 +gWallpaperPalettes_Blank:: @ 8578B48 + .incbin "graphics/pokemon_storage/friends_frame1.gbapal" + .incbin "graphics/pokemon_storage/zigzagoon_bg.gbapal" + + .align 2 +gWallpaperTiles_Blank: @ 8578B88 + .incbin "graphics/pokemon_storage/blank.4bpp.lz" + + .align 2 +gWallpaperTilemap_Blank: @ 8578D34 + .incbin "graphics/pokemon_storage/blank.bin.lz" + + .align 2 +gWallpaperPalettes_Circles:: @ 8578E10 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/circles_bg.gbapal" + + .align 2 +gWallpaperTiles_Circles: @ 8578E50 + .incbin "graphics/pokemon_storage/circles.4bpp.lz" + + .align 2 +gWallpaperTilemap_Circles: @ 85790A4 + .incbin "graphics/pokemon_storage/circles.bin.lz" + + .align 2 +gWallpaperPalettes_Azumarill:: @ 85791A0 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/azumarill_bg.gbapal" + + .align 2 +gWallpaperTiles_Azumarill: @ 85791E0 + .incbin "graphics/pokemon_storage/azumarill.4bpp.lz" + + .align 2 +gWallpaperTilemap_Azumarill: @ 85793CC + .incbin "graphics/pokemon_storage/azumarill.bin.lz" + + .align 2 +gWallpaperPalettes_Pikachu:: @ 85794C4 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/pikachu_bg.gbapal" + + .align 2 +gWallpaperTiles_Pikachu: @ 8579504 + .incbin "graphics/pokemon_storage/pikachu.4bpp.lz" + + .align 2 +gWallpaperTilemap_Pikachu: @ 8579738 + .incbin "graphics/pokemon_storage/pikachu.bin.lz" + + .align 2 +gWallpaperPalettes_Legendary:: @ 8579860 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/legendary_bg.gbapal" + + .align 2 +gWallpaperTiles_Legendary: @ 85798A0 + .incbin "graphics/pokemon_storage/legendary.4bpp.lz" + + .align 2 +gWallpaperTilemap_Legendary: @ 8579B80 + .incbin "graphics/pokemon_storage/legendary.bin.lz" + + .align 2 +gWallpaperPalettes_Dusclops:: @ 8579CC4 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/dusclops_bg.gbapal" + + .align 2 +gWallpaperTiles_Dusclops: @ 8579D04 + .incbin "graphics/pokemon_storage/dusclops.4bpp.lz" + + .align 2 +gWallpaperTilemap_Dusclops: @ 8579F50 + .incbin "graphics/pokemon_storage/dusclops.bin.lz" + + .align 2 +gWallpaperPalettes_Ludicolo:: @ 857A048 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/ludicolo_bg.gbapal" + + .align 2 +gWallpaperTiles_Ludicolo: @ 857A088 + .incbin "graphics/pokemon_storage/ludicolo.4bpp.lz" + + .align 2 +gWallpaperTilemap_Ludicolo: @ 857A348 + .incbin "graphics/pokemon_storage/ludicolo.bin.lz" + + .align 2 +gWallpaperPalettes_Whiscash:: @ 857A468 + .incbin "graphics/pokemon_storage/friends_frame2.gbapal" + .incbin "graphics/pokemon_storage/whiscash_bg.gbapal" + + .align 2 +gWallpaperTiles_Whiscash: @ 857A4A8 + .incbin "graphics/pokemon_storage/whiscash.4bpp.lz" + + .align 2 +gWallpaperTilemap_Whiscash: @ 857A6F0 + .incbin "graphics/pokemon_storage/whiscash.bin.lz" + + .align 2 +gWallpaperIcon_Aqua: @ 857A81C + .incbin "graphics/pokemon_storage/aqua_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Heart: @ 857A860 + .incbin "graphics/pokemon_storage/heart_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_FiveStar: @ 857A89C + .incbin "graphics/pokemon_storage/five_star_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Brick: @ 857A8DC + .incbin "graphics/pokemon_storage/brick_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_FourStar: @ 857A904 + .incbin "graphics/pokemon_storage/four_star_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Asterisk: @ 857A940 + .incbin "graphics/pokemon_storage/asterisk_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Dot: @ 857A990 + .incbin "graphics/pokemon_storage/dot_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_LineCircle: @ 857A9C0 + .incbin "graphics/pokemon_storage/line_circle_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_PokeBall: @ 857A9EC + .incbin "graphics/pokemon_storage/pokeball_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Maze: @ 857AA38 + .incbin "graphics/pokemon_storage/maze_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Footprint: @ 857AA7C + .incbin "graphics/pokemon_storage/footprint_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_BigAsterisk: @ 857AAC4 + .incbin "graphics/pokemon_storage/big_asterisk_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Circle: @ 857AB08 + .incbin "graphics/pokemon_storage/circle_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Koffing: @ 857AB48 + .incbin "graphics/pokemon_storage/koffing_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Ribbon: @ 857AB98 + .incbin "graphics/pokemon_storage/ribbon_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_FourCircles: @ 857AC00 + .incbin "graphics/pokemon_storage/four_circles_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Lotad: @ 857AC30 + .incbin "graphics/pokemon_storage/lotad_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Crystal: @ 857AC74 + .incbin "graphics/pokemon_storage/crystal_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Pichu: @ 857ACBC + .incbin "graphics/pokemon_storage/pichu_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Diglett: @ 857ACF4 + .incbin "graphics/pokemon_storage/diglett_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Luvdisc: @ 857AD44 + .incbin "graphics/pokemon_storage/luvdisc_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_StarInCircle: @ 857AD88 + .incbin "graphics/pokemon_storage/star_in_circle_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Spinda: @ 857ADCC + .incbin "graphics/pokemon_storage/spinda_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Latis: @ 857AE20 + .incbin "graphics/pokemon_storage/latis_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Minun: @ 857AE64 + .incbin "graphics/pokemon_storage/minun_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Togepi: @ 857AEAC + .incbin "graphics/pokemon_storage/togepi_icon.4bpp.lz" + + .align 2 +gWallpaperIcon_Magma: @ 857AF08 + .incbin "graphics/pokemon_storage/magma_icon.4bpp.lz" + + .align 2 gUnknown_0857AF44:: @ 857AF44 - .incbin "baserom.gba", 0x57af44, 0xc0 + .4byte gWallpaperTiles_Zigzagoon, gWallpaperTilemap_Zigzagoon, gWallpaperPalettes_Zigzagoon + .4byte gWallpaperTiles_Screen, gWallpaperTilemap_Screen, gWallpaperPalettes_Screen + .4byte gWallpaperTiles_Horizontal, gWallpaperTilemap_Horizontal, gWallpaperPalettes_Horizontal + .4byte gWallpaperTiles_Diagonal, gWallpaperTilemap_Diagonal, gWallpaperPalettes_Diagonal + .4byte gWallpaperTiles_Block, gWallpaperTilemap_Block, gWallpaperPalettes_Block + .4byte gWallpaperTiles_Ribbon, gWallpaperTilemap_Ribbon, gWallpaperPalettes_Ribbon + .4byte gWallpaperTiles_PokeCenter2, gWallpaperTilemap_PokeCenter2, gWallpaperPalettes_PokeCenter2 + .4byte gWallpaperTiles_Frame, gWallpaperTilemap_Frame, gWallpaperPalettes_Frame + .4byte gWallpaperTiles_Blank, gWallpaperTilemap_Blank, gWallpaperPalettes_Blank + .4byte gWallpaperTiles_Circles, gWallpaperTilemap_Circles, gWallpaperPalettes_Circles + .4byte gWallpaperTiles_Azumarill, gWallpaperTilemap_Azumarill, gWallpaperPalettes_Azumarill + .4byte gWallpaperTiles_Pikachu, gWallpaperTilemap_Pikachu, gWallpaperPalettes_Pikachu + .4byte gWallpaperTiles_Legendary, gWallpaperTilemap_Legendary, gWallpaperPalettes_Legendary + .4byte gWallpaperTiles_Dusclops, gWallpaperTilemap_Dusclops, gWallpaperPalettes_Dusclops + .4byte gWallpaperTiles_Ludicolo, gWallpaperTilemap_Ludicolo, gWallpaperPalettes_Ludicolo + .4byte gWallpaperTiles_Whiscash, gWallpaperTilemap_Whiscash, gWallpaperPalettes_Whiscash + .align 2 gUnknown_0857B004:: @ 857B004 - .incbin "baserom.gba", 0x57b004, 0x7c + .4byte gWallpaperIcon_Aqua + .4byte gWallpaperIcon_Heart + .4byte gWallpaperIcon_FiveStar + .4byte gWallpaperIcon_Brick + .4byte gWallpaperIcon_FourStar + .4byte gWallpaperIcon_Asterisk + .4byte gWallpaperIcon_Dot + .4byte gWallpaperIcon_Cross + .4byte gWallpaperIcon_LineCircle + .4byte gWallpaperIcon_PokeBall + .4byte gWallpaperIcon_Maze + .4byte gWallpaperIcon_Footprint + .4byte gWallpaperIcon_BigAsterisk + .4byte gWallpaperIcon_Circle + .4byte gWallpaperIcon_Koffing + .4byte gWallpaperIcon_Ribbon + .4byte gWallpaperIcon_Bolt + .4byte gWallpaperIcon_FourCircles + .4byte gWallpaperIcon_Lotad + .4byte gWallpaperIcon_Crystal + .4byte gWallpaperIcon_Pichu + .4byte gWallpaperIcon_Diglett + .4byte gWallpaperIcon_Luvdisc + .4byte gWallpaperIcon_StarInCircle + .4byte gWallpaperIcon_Spinda + .4byte gWallpaperIcon_Latis + .4byte gWallpaperIcon_Plusle + .4byte gWallpaperIcon_Minun + .4byte gWallpaperIcon_Togepi + .4byte gWallpaperIcon_Magma + .align 2 +gUnknown_0857B07C:: @ 857B07C + .incbin "baserom.gba", 0x57b07C, 0x4 + + .align 2 gUnknown_0857B080:: @ 857B080 .incbin "baserom.gba", 0x57b080, 0x28 diff --git a/data/strings.s b/data/strings.s index 01bca9cd8..2fe5a7d2f 100644 --- a/data/strings.s +++ b/data/strings.s @@ -2498,94 +2498,94 @@ gText_DontRemember:: @ 85EB7DB gText_Exit:: @ 85EB7EA .string "EXIT$" -gUnknown_085EB7EF:: @ 85EB7EF +gText_ExitFromBox:: @ 85EB7EF .string "Exit from the BOX?$" -gUnknown_085EB802:: @ 85EB802 +gText_WhatDoYouWantToDo:: @ 85EB802 .string "What do you want to do?$" -gUnknown_085EB81A:: @ 85EB81A +gText_PleasePickATheme:: @ 85EB81A .string "Please pick a theme.$" -gUnknown_085EB82F:: @ 85EB82F +gText_PickTheWallpaper:: @ 85EB82F .string "Pick the wallpaper.$" -gUnknown_085EB843:: @ 85EB843 +gText_PkmnIsSelected:: @ 85EB843 .string "{SPECIAL_F7 0x00} is selected.$" -gUnknown_085EB853:: @ 85EB853 +gText_JumpToWhichBox:: @ 85EB853 .string "Jump to which BOX?$" -gUnknown_085EB866:: @ 85EB866 +gText_DepositInWhichBox:: @ 85EB866 .string "Deposit in which BOX?$" -gUnknown_085EB87C:: @ 85EB87C +gText_PkmnWasDeposited:: @ 85EB87C .string "{SPECIAL_F7 0x00} was deposited.$" -gUnknown_085EB88E:: @ 85EB88E +gText_BoxIsFull2:: @ 85EB88E .string "The BOX is full.$" -gUnknown_085EB89F:: @ 85EB89F +gText_ReleaseThisPokemon:: @ 85EB89F .string "Release this POKéMON?$" -gUnknown_085EB8B5:: @ 85EB8B5 +gText_PkmnWasReleased:: @ 85EB8B5 .string "{SPECIAL_F7 0x00} was released.$" -gUnknown_085EB8C6:: @ 85EB8C6 +gText_ByeByePkmn:: @ 85EB8C6 .string "Bye-bye, {SPECIAL_F7 0x00}!$" -gUnknown_085EB8D3:: @ 85EB8D3 +gText_MarkYourPkmn:: @ 85EB8D3 .string "Mark your POKéMON.$" -gUnknown_085EB8E6:: @ 85EB8E6 +gText_ThatsYourLastPkmn:: @ 85EB8E6 .string "That’s your last POKéMON!$" -gUnknown_085EB900:: @ 85EB900 +gText_YourPartysFull:: @ 85EB900 .string "Your party’s full!$" -gUnknown_085EB913:: @ 85EB913 +gText_YoureHoldingAPkmn:: @ 85EB913 .string "You’re holding a POKéMON!$" -gUnknown_085EB92D:: @ 85EB92D +gText_WhichOneWillYouTake:: @ 85EB92D .string "Which one will you take?$" -gUnknown_085EB946:: @ 85EB946 +gText_YouCantReleaseAnEgg:: @ 85EB946 .string "You can’t release an EGG.$" -gUnknown_085EB960:: @ 85EB960 +gText_ContinueBoxOperations:: @ 85EB960 .string "Continue BOX operations?$" -gUnknown_085EB979:: @ 85EB979 +gText_PkmnCameBack:: @ 85EB979 .string "{SPECIAL_F7 0x00} came back!$" -gUnknown_085EB987:: @ 85EB987 +gText_WasItWorriedAboutYou:: @ 85EB987 .string "Was it worried about you?$" -gUnknown_085EB9A1:: @ 85EB9A1 +gText_FourEllipsesExclamation:: @ 85EB9A1 .string "… … … … !$" -gUnknown_085EB9AB:: @ 85EB9AB +gText_PleaseRemoveTheMail:: @ 85EB9AB .string "Please remove the MAIL.$" -gUnknown_085EB9C3:: @ 85EB9C3 +gText_GiveToAPkmn:: @ 85EB9C3 .string "GIVE to a POKéMON?$" -gUnknown_085EB9D6:: @ 85EB9D6 +gText_PlacedItemInBag:: @ 85EB9D6 .string "Placed item in the BAG.$" -gUnknown_085EB9EE:: @ 85EB9EE +gText_BagIsFull2:: @ 85EB9EE .string "The BAG is full.$" -gUnknown_085EB9FF:: @ 85EB9FF +gText_PutItemInBag:: @ 85EB9FF .string "Put this item in the BAG?$" -gUnknown_085EBA19:: @ 85EBA19 +gText_ItemIsNowHeld:: @ 85EBA19 .string "{SPECIAL_F7 0x00} is now held.$" -gUnknown_085EBA29:: @ 85EBA29 +gText_ChangedToNewItem:: @ 85EBA29 .string "Changed to {SPECIAL_F7 0x00}.$" -gUnknown_085EBA38:: @ 85EBA38 +gText_MailCantBeStored:: @ 85EBA38 .string "MAIL can’t be stored!$" gUnknown_085EBA4E:: @ 85EBA4E diff --git a/graphics/pokemon_storage/aqua_icon.png b/graphics/pokemon_storage/aqua_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..169ba5b68f8118cfb8765bb19c1746503d0c9e81 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExR-P`7AsjPfdl|VH3^>>cCrbbT literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/asterisk_icon.png b/graphics/pokemon_storage/asterisk_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e353a1c3d95657779ba52b73766081328828f4a6 GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExcAhSdAsjQ4E7)0iPVlIzayWZ_ zpCr`r@x{7#OLtc#un9Csch`+v?HLxw3p zF-&mv>eV@O<^Yu~S+XQ3DCn~0+3!F_$(}BbAre!2&pUD*FyLT0P~-UC@<{dn|NZyA z>&IrdY>~Ld%6a0*5jCX*&uZ6cFBpyIG@pGZVH&pia4sL7fTkW(2vUHx3vIVCg!0A7MqHUIzs literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/big_asterisk_icon.png b/graphics/pokemon_storage/big_asterisk_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9a56b0fc6e6a8671986fcec7521cab831718a545 GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx=AJH&AsjPfdvEhHDDW`t{@=HO z@mxZOS;)^_0&-i|Wi?eaEaGY6xMgUQc;jHpn-Yt!a%YZy-^chmvy}PsGyDA@qdZ;x KT-G@yGywqC-zHH2 literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/blank.bin b/graphics/pokemon_storage/blank.bin new file mode 100644 index 0000000000000000000000000000000000000000..b008544239c8650b25aa0dd388b929ff4d29e850 GIT binary patch literal 720 zcmeIuw-$n65QNbmbM`ZVqT-q}U;;|R`@a)NVPgTMg*#`ud$t&*lnT(ukR?Z+0!2!c zsZgaxod!)J5+Af^)1gZb9fLjtOoogYV=?(SVakj-3zn={vti4QJqM21II(l(lp<%j c$Xyz1l$;QH2?qr literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/blank_bg.png b/graphics/pokemon_storage/blank_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff832672b3d7641189116776ebeee01a09c2897 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^5kSnr!VDz)O;tYtDT4r?5ZC|z|F1dw%`oYxA;T1) z7$&%S_3E5CbAZa0ELjp16tpBS1Z0r1r;B5V#MI=31I$yVOc9xAXt&iQM5lv|V}{O> fmL7Hw!(Fo(A1L#QPG34z4rHdMtDnm{r-UW|;_NJ# literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/block.bin b/graphics/pokemon_storage/block.bin new file mode 100644 index 0000000000000000000000000000000000000000..ec5df1525e43a1bb5c1ec3f553e70b6adf0fcfed GIT binary patch literal 720 zcmeIu#}dH+5P;$6onP-Pf*^X07+;3)QR#6n?fDbAwv%1O>*z3IL)AMPU8H_DRx?&&_08&>+8S&+0c&O>4v_Mt?a&NFE>=1 BaryuN literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/block_bg.png b/graphics/pokemon_storage/block_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..9147ef88139fe0af5285d3d316ab496e92a84d06 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^5kSnr!VDz)O;tYtDT4r?5ZC|z{~x{A{p|l5pa52I z_3G6*bLIe*Em^W8C@4r~V{t1`U4W;HV~E7m-U$bJ85B5e#PbV!LxV+E7}cKS{K%oVNx|**ljS^(72T%`c6Lq-GW}Y#ZoP$G`ONdo(w6(z Y%vdgO#-C!lGX>-ZPgg&ebxsLQ0I;G%CjbBd literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/bolt_icon.png b/graphics/pokemon_storage/bolt_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..674d2242458be392519a6127cad32851d082a6e4 GIT binary patch literal 72 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx{GKk3AsjQ4E7)0inwuFJs_M%b TAHH0X2~y(e>gTe~DWM4f=YcxAsjQ4cT|6WXDg6)AZ1T8 m(}EMXcPsR?HZEz?dd9$TsJAfp?8M$$kS0%8KbLh*2~7YR*Bn{^ literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/circle_icon.png b/graphics/pokemon_storage/circle_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cf92abeedb354f0622e049a6b59689ffb76c3dd6 GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExMxHK?AsjQ4E7)0i9BRJnwG@8W z>p1%1oo+`V|A`&kY#u$^1&-O)@c6`XFh2}a&}n60klb4&zUKYx!yr>UUHx3vIVCg! E0HjbKasU7T literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/circles.bin b/graphics/pokemon_storage/circles.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2ed6d127dcd1698190920edf9cd8aa93fc4ca0e GIT binary patch literal 720 zcmeH^NpnGA5JjIM#)Lx|B7}>?JS0evgc4&3$^ZX3-e-}`Td=UycX#X5sjhCzvaAs< z+<5SEgAYFef`kZj%N-G-*vN4pM%+$W7QU(D&A+G=b|KD=;zgN~?Lxw3p zF-&mv>eV@O<^Yu~S+XQ3C@8B`@;Ok^L{AsT5RHjjCt35cDDpV(Wcnhqf{5*?o%N*_pN3)iy=C3i^c1G=jrFP~s-P>L*0&WbBPbR%t zc&MWKz~t=xEbpa?-pDpitv{gun}Pr8)|1|$^#&nR@{cdyBmdlI#(!xGn^Tu8i%L}I taIXKvC1bOwdGYc6Ozij19Xwe6m$ANKGv^nshVvjFc)I$ztaD0e0sx`8WuO26 literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/cross_icon.png b/graphics/pokemon_storage/cross_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..674d2242458be392519a6127cad32851d082a6e4 GIT binary patch literal 72 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx{GKk3AsjQ4E7)0inwuFJs_M%b TAHH0X2~y(e>gTe~DWM4f=Y>Cu+xS83ZEh@TG%FPI0TtkTy#}g?cAL3we6dHTFKGPcI@}ND{pOMSjtes$}{<% PJIFv!S3j3^P6a*^vtZK1edjJ~J2?Uz1gZ_QbGnT+<+-0RuujSt`d9PfXmbFs?o NHUEVyWo1KaxdFjtbC>`C literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/diagonal_bg.png b/graphics/pokemon_storage/diagonal_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..d4fcbe06a14e486c2da7bf459831b06de971a86e GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^5kSnr!VDz)O;tYtDT4r?5ZC|z{~IP9opSV>A;T1) z7!W*r#_%kPq4_^U5D+skT)ldA&YU?wWlNSU2?`3jn0z=4D4OBv;us<^b?SL-u?7W! z*2HZeglkxs-<)wWpO_n>e7cD7jVl`$o9p|TKjvB+cgajW9KGhq0=q=r8EpFMJlZ|d zKGtX26=p`|M$HkjV87?gA+T5?cuL6SgQ>gMUTr%k$$Rb2hs*JzpQYn(gsAWSJ1_Pn O$Yq|celF{r5}E)g3{*4# literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/diglett_icon.png b/graphics/pokemon_storage/diglett_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8e485cfd44945028d54cbb265801b94023e303a1 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExww^AIAsjPfdv5bG7;rG%t#`k{ zkhbEM`>juh1@+s)4~ZEtGH@T^-Y}Q#LwoV6x`QHDi_9LrsJA@jnPzFs+*DkgRk>!( Pe2{^ju6{1-oD!M0R(SZ_W!#x$M)OesygGZid(xUz62_3rh@OY-r0L_pW zM)W7QU(D&A+G=b|9`fndrFihPyiVe zS2wTOviEFK($%Y1=ggS{RJLTvlAxd<^EI{afa;cex;TbtOq_dZBky4a0oH)91g0gg z1+&vw#UmAhrY$V~I8}1NcD-^thi%%k^|@Fcz2q)9t?2iO?V8;O2t^F=Y{-INElbxlQKXw(Q>Zkju3{Za!HuFno=+WC2F+~t?_Ij- zpylxu1%9S}2d-ORJH^`<`LIi9!m|g(j~RtE&xA02yz{vC*tUIAdj#K>pK(35`29Eb XcZ|okR!VQ-19{EU)z4*}Q$iB}_zHNH literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/five_star_icon.png b/graphics/pokemon_storage/five_star_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..29b2eb9b039bb72d97ebc1c45cec1bbcb7d668a6 GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExW}YsNAsjPP&mQDuFyLTv_;z2= z?1E$z&-|!IkD2%{a>{9Fn<#Lcop00i_ I>zopr04?Prl>h($ literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/footprint_icon.png b/graphics/pokemon_storage/footprint_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..30f8c4e8a87ed47a6685de3e3ee05bb5204e744f GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExmYyz-AsjPv&tBwYaNuCN@a?{# z`3XtAwey=*9yvB1^vyWPpndzGh?m1Rj&q$x6$kx)EVw;oRral^>>d?GN8{}h|9}kh MboFyt=akR{049hgp8x;= literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/four_circles_icon.png b/graphics/pokemon_storage/four_circles_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f8f991bc368d4dea288b012372e13dbadd3e9a GIT binary patch literal 110 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExrk*a2AsjQ4E7)0i-oLw7``yp; zrR?F`yUX9(1_fO@e7r&1Eu-DI;gCWm+XSZxY&ASPl4g`K?9+};4EAn(12V|d)z4*} HQ$iB}s!t=s literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/four_star_icon.png b/graphics/pokemon_storage/four_star_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4c61ffc0d318c45d501e8b2473ad8cacaa42ceff GIT binary patch literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx`kpS1AsjQ4E7)0i6duW0J$@To za_sKz?+1EzmpkgP8Sthkb}C#+xY(D;dZ-Mj`+j!G_ma+&`#?r`y85}Sb4q9e0DUGP AcK`qY literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/frame.bin b/graphics/pokemon_storage/frame.bin new file mode 100644 index 0000000000000000000000000000000000000000..490a9968d907f2ca9ba3565d38215f83e7537b94 GIT binary patch literal 720 zcmds!$xZ@M5Jg*N5#a!W0xAVOMrBY@=pDnZ|Nn!mY6U_99oD?NxJl)ta^Ee_^SmWD z#E6q1Ns2TXZpm^-j(hSHP$Ya%q(qqqDpYyoi5hhpJoCaU%{?cyXw$*brAMCuLq@#u z&X@_)kekWJ1^SdPS;<-g@sHehfm^$k+xc9%jck<)jyzCe>o!XNxpB5DQc4?VyP`PT tX`JPY;wzU=;c@^;$l|6F_dmY)l>kYCY?a-;wN literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/frame_bg.png b/graphics/pokemon_storage/frame_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..98a3d80b72ef26f217bf73a3a4eec47ebffec264 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^6M&e5g&9abiOpULqznRlLR|m<|6iQ7=G|E@pa52I z_3G6*bLIe*Em^W8C@82Tr~EunUAw1?V~EDY){D1!4=8Z3281v8UvuN{^hAa-O@7f! zQ9C<3KNdFKP+*Jw+gms zFa&j2II>NdaHqVZps%TGC97JZ?`_c3jf#6jMu2+U2~D| eC~NVgk|sIjBA4gun6mvrPWN>6b6Mw<&;$ULTw2Be literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/friends_frame1.png b/graphics/pokemon_storage/friends_frame1.png new file mode 100644 index 0000000000000000000000000000000000000000..e76eb4e73621d128597332fa061427019f4d6ed9 GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^4M42G!VDxecyh&nltF+`i0l9V|EuR5J<4#@kYNf? z3=>?vdUej6IY4DgmMjSh3Np6~`wUdH)zif>#G~`=)q{M^3OsBH^Bo>DzxgZQ^pLwJ z@#wbKeH<$`PhpzR!;&jEqcL!H0N0#X3=fvw zyWhYT!pdUnu-|yk)xRodSP~rf2}*c1Je{!Y-0$5R?8?}RGvOdVv5H@OUeSt2rKT z8cL_|WoB^1r#dIG@8aR{NEK_CzVOQlhOlK77g-LZ9WY*ynA#N{%W!7Ox9H;y^S>Jv cOz~mNX_^^)`qlTl`5;evy85}Sb4q9e016y#%m4rY literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/heart_icon.png b/graphics/pokemon_storage/heart_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..928182bfdaccd5c88bb95d547017355afea124f3 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExR-P`7AsjPndk=Cl7;rFe{@+*F zY~k!Hz*TF)A;&KDg-zV$JVT^0ui;Op^zd`Ke+&*ObcaN+e3_ERmz`a_TEnn83uKz7 LtDnm{r-UW|C7~bZ literal 0 HcmV?d00001 diff --git a/graphics/unknown/unknown_DDDB80.bin b/graphics/pokemon_storage/horizontal.bin old mode 100755 new mode 100644 similarity index 100% rename from graphics/unknown/unknown_DDDB80.bin rename to graphics/pokemon_storage/horizontal.bin diff --git a/graphics/pokemon_storage/horizontal_bg.png b/graphics/pokemon_storage/horizontal_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..3c1facd74243f252d63588e578ff0fbf58d18fa0 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^D}b1Tg&9cBuUwf4qznRlLR|m<|8Kcu%Cjv~3>l^X z#r{v3^8Z=$|GmXPHUwO~dUej6IY4DgmMjSh3Od0tXDLv^-_yl0L}OyI085jJjDrAI zi^$Xi9gMsOt}J++d?0m;cJV zH__^thlkIWWBke74@5b%MEXPp-k-K#T$gj2w}r2zxY$A= R-v1)VNKaQkmvv4FO#qGFCISEe literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/latis_icon.png b/graphics/pokemon_storage/latis_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..90fbdfa25f8347636ebf61c6565aab771ae8deb1 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExR-P`7AsjP9&tBwZP~dPr_-=pl zO^37%tip{MJ8bM-_8nwdTzG=*B};38Q4LG^UHmdKI;Vst0N9Ho7ytkO literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/legendary.bin b/graphics/pokemon_storage/legendary.bin new file mode 100644 index 0000000000000000000000000000000000000000..72444b590954a08192635d07bcef2b050722b18f GIT binary patch literal 720 zcma)&$5H}87zWpzwYALgQ%6O`i~$h5fQY0M23+<1-@=XH0$NO;rv9Funz1a)x}%SN z1{h?BVMZ8bjBzHIWQu8Ka1?LBEOQR?EU?HD%dD`<8tZJZ$yU=7+w8E5VUK+dh;hgf z$HY0|lrzse*F_Ip>Pk=lQqZ?jN;qE5A+MxKs;ELdddjza&z(G~Xo`APF7}%buaydV z(L!q%wgN9wXw_P+uy?O^?B;#0^Ox6Y`R|C@a>tp~kz#r?mqXX{J#2x(=MF=EUVe&TaM@3{AO53ZwN>*9?Plz&jlBAhc@Z*y?XUv@Li=LG$UAgvqzD{~|dA_2Z z>vloG`3oiDnS)9@7CCB9wQ}|pWDIn@wBbduF=vpA>@7Zl^eBDP;jMCC+s<@XM* zU;CI`e@O}IJKEmjpTNfY#_-KzzKb32zTUpNk7cL*SK}!*Q@mDh2L-REtDnm{r-UW| DY1^v1 literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/line_circle_icon.png b/graphics/pokemon_storage/line_circle_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0bcf9171b68b8782f7f3ee896d6949b03df44020 GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExYMw5RAsjQ4E7)0i-ru{+%4EQ- rRwT|d!R4Nl%e#qcO__XRyB9DptU6la!Kza42GZ&2>gTe~DWM4f-E9~@ literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/lotad_icon.png b/graphics/pokemon_storage/lotad_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2399ea256a49092367bd860d8ed156c8beb6a5ff GIT binary patch literal 113 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx7M?DSAsjPH&jxZa7;rFMcvtVf zyV3fvmvqm;mIr@lY*Y(mmyi(fVAR(zX#FOi7wb{~uJ_g>$x^f6&Z7C-9++PSndRx~ K=d#Wzp$PzxQX`T8 literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/ludicolo.bin b/graphics/pokemon_storage/ludicolo.bin new file mode 100644 index 0000000000000000000000000000000000000000..6f39ea7d227971a8cd7fce82b4f6de30738ce3b3 GIT binary patch literal 720 zcmb7<*-k<+6h*HSIO5VcBf6EN;yi&UgNQ~F1j7IS4efo<`$TJ3c23f>vYRGJlDsm* zEOX4WK#n|%EV0ZAtE^FA9jBxRHrRA*vCR&2>)Yjj_g+su3&ndM>gwAuZF=uhU#T~3R#nqW1a(aS#hrK8 literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/ludicolo_bg.png b/graphics/pokemon_storage/ludicolo_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..585cb0ce1e639a53811624e9123127738423b85e GIT binary patch literal 387 zcmV-}0et?6P)b>k6b4{lfx$BpJK{7fK0vO3WvOe`_yP$-MoSjQVW~2po&olXzK5Ye z(&m?C$>{Ov2M-3K{|K&=-$dskAp-=zq?BgJSzt~<-rT2B@23=8Pcw*oJfz|@MxSs< z#YZWpf~$f@z~_o@IP)4m8WR#k5EaMj1-~rE$#3xv?-jSDQyHB351$aH-{G&J!Wlz6GEZ4-aMIwH1}tUtcV z(Ykq(R@Rf|m<9b4TIOi0FtIK06W@@Sy`jP5mfgYiLaz(|HZEU%+m?AEWAW!HwkMu~ OjPrE$b6Mw<&;$TFbS9<% literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/magma_icon.png b/graphics/pokemon_storage/magma_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..69d5f4fb7ffdd639fe913a0c391323892731704b GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx=AJH&AsjPn&mQDtFyLT5@MeGV zCdWAomwmf9-SLA$#|rT^7i6bo7GL1pw37es65d}b4;&tZMAgY&ODT!0zIw$LWR$0? KpUXO@geCwcb|&xu literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/maze_icon.png b/graphics/pokemon_storage/maze_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..42664ecb776753cc8b0ee973a56b4ff774b513ea GIT binary patch literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx`kpS1AsjQ4E7)0i^4~Wdv{gA~ zJK;#Q0JBQNv5N0}rx=uFdUn6yNnw7kWSDS{fkE;~k@$rl?NdNTc)I$ztaD0e0st~T B9(w=) literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/minun_icon.png b/graphics/pokemon_storage/minun_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5a8e56d18e524e5f885e317d0591755b942f0324 GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExW}YsNAsjQ4E7)0i-rw81w_5xR z!zBf=!`1?|-{pjub(p6lS5)&aVYg;p#ujXSC}l@1$8ALhhV+c$%tTqOFCddVUHx3v IIVCg!0N9)!g8%>k literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/pichu_icon.png b/graphics/pokemon_storage/pichu_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..384027dca5f2db663771aadf26e91ab6aff07512 GIT binary patch literal 110 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExrk*a2AsjQ4E7)0iX7p??cf4|Y zx5Kemf!-q(?1^`n4ILOxFl>IuxOG2k_k;8UqRkQCC+M&;%A5Jks**CXY=wi+a8+}Ah-ydZ^GlmGu5nxO`!22mc&eMqY7Dj`}*Za#$`-)7ZWnho2Gn9b8Le?*K=vfhqRRY*>ULS zP5WQ_jZ5rrl+PXR7!Ml6#=G8pgtJ~c@-3ZobA1_oiFZXVm_&laN;jmTL~M0pf{bu3 gu|cVt)TM4}>Ka_)f-Q2Ikyo0o6YcjRuM_A^y1sRED*ylh literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/pikachu_bg.png b/graphics/pokemon_storage/pikachu_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..c08494fa9190d32400401dbe9391ae7e869df490 GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^8-SRDg&9b$X2>W7QU(D&A+G=b|Npk7dPeZ`r=F9;qTe4(HP*70AyV)Q^S9-cQhGa%DiT6+L;#tJlyLPeLDjxZh#n-BCKes*G z)31K(=G+&X?!9fYT+mP&onm9TM@QS|Ns;`U)(IQd6@Ar?IDCcsHpc>ki0A*BHXSzP z>YCP{@Q17V@&x1i31{s;gTe~DWM4f=Y^-d4LK{mzTr-gQYIV90P?<>*g0f!us&%2YV#f=fcG z)VQL~H8(UI*VOGCx>HM|Fj?&}_h<@T{hvM6xHrAKO1E`qV%}jhy_ht&X~L G=w5%&RCJ60 literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/pokecenter2_bg.png b/graphics/pokemon_storage/pokecenter2_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..704f96164dd44b5a2c7b5219d7f833d2a8228bf7 GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^JAjyjg&D-UuF(jj3<7*YT>k?>chvuP#Xte9;Of<@ zbLPwes#>ySNl;MG?zo_vKy@oUT^vI+CQhAnP_RXT$2C)NXR!ir&i`alkpnlHzt7DP zVqvyg{g2s*uhK@C*`tX?PGyIJplZj`6b;w#?tNQTtpCfedtT*fb$IG(bCZf>VV)1J zpN`cCA8Hpp7atimt>@8CwtG6?o)_=9a!lLe+qAvr`PZWK{#qUU_(N~|dNboWQ+E4( zxT{@d5!3toTFjN3UwHd!r)b4};*merd)Zd*oK{@&-ok>yb@dnc846dY7O=g10rH%u LtDnm{r-UW|+u(3N literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/pss_window.pal b/graphics/pokemon_storage/pss_window.pal deleted file mode 100755 index bfd913069..000000000 --- a/graphics/pokemon_storage/pss_window.pal +++ /dev/null @@ -1,35 +0,0 @@ -JASC-PAL -0100 -32 -255 255 255 -74 205 139 -172 106 148 -49 0 148 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -213 213 213 -156 156 156 -255 255 255 -164 164 164 -82 82 82 -255 255 255 -57 164 148 -230 180 148 -49 0 148 -0 0 0 -255 148 148 -255 230 131 -255 189 115 -0 0 0 -0 0 0 -0 0 0 -213 213 213 -156 156 156 -255 255 255 -164 164 164 -82 82 82 diff --git a/graphics/pokemon_storage/pss_window.png b/graphics/pokemon_storage/pss_window.png deleted file mode 100755 index 59cc0b5d2d2572b0252efc9b98da1544b56ba2ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!VDz&-z#x|H~~H(uK)l4_d46XCTofz!xW$x zCb)X_>YO=qfXbFESrQZ!wB43Hl7WGd!_&nv#G~`-RY$%i0|C|x^BkC}#lIB93B6{` zNs8cp6?as+!^hh@d4|#4BP{hXCO5)QnJ_yQTvl!CzjZ`niuyD83n9N}wJmeHXYs<- zeczAi^ZNd*c)H;2uD}_stYM8&d{vKpI~L3F_8IYYvDQZAG_DJ>cbUB*Q1iqVpBpQf zqiT%f81HINcFq@!iZ43p@}%-FVdQ&MBb@0609BX8-^I diff --git a/graphics/pokemon_storage/pss_window2.png b/graphics/pokemon_storage/pss_window2.png deleted file mode 100755 index ae2d3b9694a7270e788406e288942336174b30be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 392 zcmeAS@N?(olHy`uVBq!ia0vp^4M42H!VDyj#J{fwQU(D&A+G=b|L@-N|K7X*Kmn}a z>eZ`r=F9;qTe4(HP*Bk9&(94R7#M{;T^vI^I^SMBDAc4Nz!0$Cf&HD#m;e6{ykIX{ z_HoXX?_B>Cnp{h+Ug5NM!3>k3`lI9|$@YFvnL_;D;Yvf)P?2kQ+xhRCYt z@&_2-a0&cl_%rwE?P_~LeufZ-8j}ev3}4k|Tiv@~94E^4?wM%f-8_qD+jsBY+G)8! zt0d-()wD~hMpyRBbzD@u$hfD$Les)z*T%!9JSD44I4U9^tV%c&%lcP(0oN1bb_;Em z1%?axdj-RU3|BTpFK}{bI(DV*)ix$a7fZ%Zvrj%}Wn$}nYkXr1gOSWlCI-bP0l+XkK!epSU diff --git a/graphics/pokemon_storage/pss_window2.bin b/graphics/pokemon_storage/ribbon.bin old mode 100755 new mode 100644 similarity index 100% rename from graphics/pokemon_storage/pss_window2.bin rename to graphics/pokemon_storage/ribbon.bin diff --git a/graphics/pokemon_storage/ribbon_bg.png b/graphics/pokemon_storage/ribbon_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f8d258d9b75200b57db4f63907e96a811dd33a73 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^JAjyjg&D-UuF(jj3<7*YT>t<7fArq}s3q@!0$9P- zt5@gDnFCa|WXY1CprFmy&$0m3m3q23hGz(Ryra}e1^BbneIC#Cte&4a}pL#vlxjp~X=1+c|%F(A*U+n*sUD6>cd++9#r$7$% MboFyt=akR{0N}w}r~m)} literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/pss_window2.pal b/graphics/pokemon_storage/ribbon_frame.pal old mode 100755 new mode 100644 similarity index 52% rename from graphics/pokemon_storage/pss_window2.pal rename to graphics/pokemon_storage/ribbon_frame.pal index 9696184a2..8180cfb89 --- a/graphics/pokemon_storage/pss_window2.pal +++ b/graphics/pokemon_storage/ribbon_frame.pal @@ -1,6 +1,6 @@ JASC-PAL 0100 -32 +16 255 255 255 139 180 255 222 238 255 @@ -17,19 +17,3 @@ JASC-PAL 255 255 255 164 164 164 82 82 82 -255 255 255 -197 222 255 -90 164 238 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -213 213 213 -156 156 156 -255 255 255 -164 164 164 -82 82 82 diff --git a/graphics/pokemon_storage/ribbon_icon.png b/graphics/pokemon_storage/ribbon_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3d51bab353532c65fec0896301dec9905e916c GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExUY;(FAsjP9Paotw;K1Q>aqZFF zf4>`k&u5QvzQWtsaU!|EZ*TD`p`=F1<|(I>ALzxFlrV}n{rwr`dVYVNp0vS&i`(~l dK2h`ha*g@ikp%X}>{MHj>7K5BF6*2UngF34FQ5Pb literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/screen.bin b/graphics/pokemon_storage/screen.bin new file mode 100644 index 0000000000000000000000000000000000000000..05d68aad4f5bd487c3088e33efdcca4a7ad312e0 GIT binary patch literal 720 zcmb`D$5I193`Ccl;gK^mAac%N<1K=-vHAbMVP>krkG}iS>|v^crecbi!8Cs3ahNK&IX%ovCR& z!6jE*2ku63#W4Vs_Ox@HdvpKZr2qES)s$lP#fty{0M*sioSdBh|No?AYn46OT#uEggw^yep!FqaN1walB$a0#A0F2<_~>!z zh2qv8Z8zd$X>cxFzxD#RpK$7VOcB2SRXc+CvdX#Hf)~RpN=;fkI6QI19^X40dwgs1 Y217cxHAU$Ou>b%707*qoM6N<$g8X@p)c^nh literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/spinda_icon.png b/graphics/pokemon_storage/spinda_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8da7562334648960d2f25602d01ee8721c032d06 GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fExE}kxqAsjPZdmDKf3^|zY*1O+f zNUKj3lN2 literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/togepi_icon.png b/graphics/pokemon_storage/togepi_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ce1c5391e5312ff55b0c9d82ec0ebd0fcdd18a GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx+BpCi@`0fEx&YmugAsjP9dk+d8aNuBiyWjl< zLpH~Q+9v*Tfzof8WjBo+E;N2E7I8Re>tN;7ryR)emB*9yP4aHn%ChN|`c8lAelb*J V6-U2|yHo-)*3;F`Wt~$(699bCDGmSt literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/whiscash.bin b/graphics/pokemon_storage/whiscash.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ebb4d299db170a8fb5ee299579eb9d80192c8fd GIT binary patch literal 720 zcma)%2~)x_5Ju~L>(lW*KQ(GqyzwYgKy&~F9RB~mv1!K=twWnPJK3GQ>?WS)c`uAG z${6EJFv%3t%rMIw^DMB)5|I)wSY{<+l{MDcV3RGj**?zcy>z-@ZP)V$KkKWXp164s&;3+Bc5YKGwM^3t W+pYJiMs8T|P4Br;)}x*Z@T_ltfOJd% literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/whiscash_bg.png b/graphics/pokemon_storage/whiscash_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..703278948e31991b0935a87d2eaf6426b39b85a0 GIT binary patch literal 299 zcmeAS@N?(olHy`uVBq!ia0vp^JAjyjg&D-UuF(jj3<7*YT>t<7|7=V5lqgN000b;K z`Yx+_%e|{n5bo8hSLe)`15~zT$&#R;AYNJBjX;TQo-U3d8WVdjZ4^ALz{464me64G zC9+#^f>c(7{>#!xRSp&IIRekc?fMS$M{Z*7%$}%vO)Tz*@_B)G$)c*7O{~8QW7bOC zWz*-WIsCO|lJ}F|OY^?U%k20dy1(_qj1N9r9vq183a?mJxMfa(|C6=4F7qoMa;FqG z3ukh(+6VaR@6L7F^2Kja%{#I4%v*ftYFr;#AxYOuu&T1HBVPRmvv4FO#p>YcxnIu literal 0 HcmV?d00001 diff --git a/graphics/pokemon_storage/zigzagoon.bin b/graphics/pokemon_storage/zigzagoon.bin new file mode 100644 index 0000000000000000000000000000000000000000..744b2210cd5232aca516f49e858f81988329a023 GIT binary patch literal 720 zcmd_m+fD*86ougt6$J%<5jhK6tys03l+(=gLgfA5$+je3(PZxJN}84I?`kDUl59Dl z#3^T-Q|5w8Dpa}Rni_R(a3nmqrNJFd?rG7cLzf}o_I#_!kAYyZ@lw? zVZxMIaC2D{$ftaXRk_MkCb`&XUplu7SFgUK-MhV{PFnZ>M7wusf&53e^ZOaA)3EdL fe%RTX+~nG7zw`0#oxfxz(_Y5mdKI;Vst0B(d(nE(I) literal 0 HcmV?d00001 diff --git a/graphics/unknown/unknown_DDD908.bin b/graphics/unknown/unknown_DDD908.bin deleted file mode 100755 index cb0a2fda1..000000000 --- a/graphics/unknown/unknown_DDD908.bin +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/graphics/unknown/unknown_DDD920.bin b/graphics/unknown/unknown_DDD920.bin deleted file mode 100755 index cb0a2fda1..000000000 --- a/graphics/unknown/unknown_DDD920.bin +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/graphics/unknown/unknown_DDD938.bin b/graphics/unknown/unknown_DDD938.bin deleted file mode 100755 index cb0a2fda1..000000000 --- a/graphics/unknown/unknown_DDD938.bin +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/graphics_file_rules.mk b/graphics_file_rules.mk index 9fffa279f..62067bd6a 100644 --- a/graphics_file_rules.mk +++ b/graphics_file_rules.mk @@ -490,16 +490,16 @@ $(PSSGFXDIR)/forest_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 55 $(PSSGFXDIR)/forest.4bpp: $(PSSGFXDIR)/forest_frame.4bpp $(PSSGFXDIR)/forest_bg.4bpp - @cat $(PSSGFXDIR)/forest_frame.4bpp $(PSSGFXDIR)/forest_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/city_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 52 $(PSSGFXDIR)/city.4bpp: $(PSSGFXDIR)/city_frame.4bpp $(PSSGFXDIR)/city_bg.4bpp - @cat $(PSSGFXDIR)/city_frame.4bpp $(PSSGFXDIR)/city_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/desert.4bpp: $(PSSGFXDIR)/desert_frame.4bpp $(PSSGFXDIR)/desert_bg.4bpp - @cat $(PSSGFXDIR)/desert_frame.4bpp $(PSSGFXDIR)/desert_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/savanna_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 45 @@ -508,31 +508,31 @@ $(PSSGFXDIR)/savanna_bg.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 23 $(PSSGFXDIR)/savanna.4bpp: $(PSSGFXDIR)/savanna_frame.4bpp $(PSSGFXDIR)/savanna_bg.4bpp - @cat $(PSSGFXDIR)/savanna_frame.4bpp $(PSSGFXDIR)/savanna_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/crag_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 49 $(PSSGFXDIR)/crag.4bpp: $(PSSGFXDIR)/crag_frame.4bpp $(PSSGFXDIR)/crag_bg.4bpp - @cat $(PSSGFXDIR)/crag_frame.4bpp $(PSSGFXDIR)/crag_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/volcano_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 56 $(PSSGFXDIR)/volcano.4bpp: $(PSSGFXDIR)/volcano_frame.4bpp $(PSSGFXDIR)/volcano_bg.4bpp - @cat $(PSSGFXDIR)/volcano_frame.4bpp $(PSSGFXDIR)/volcano_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/snow_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 57 $(PSSGFXDIR)/snow.4bpp: $(PSSGFXDIR)/snow_frame.4bpp $(PSSGFXDIR)/snow_bg.4bpp - @cat $(PSSGFXDIR)/snow_frame.4bpp $(PSSGFXDIR)/snow_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/cave_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 55 $(PSSGFXDIR)/cave.4bpp: $(PSSGFXDIR)/cave_frame.4bpp $(PSSGFXDIR)/cave_bg.4bpp - @cat $(PSSGFXDIR)/cave_frame.4bpp $(PSSGFXDIR)/cave_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/beach_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 46 @@ -541,13 +541,13 @@ $(PSSGFXDIR)/beach_bg.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 23 $(PSSGFXDIR)/beach.4bpp: $(PSSGFXDIR)/beach_frame.4bpp $(PSSGFXDIR)/beach_bg.4bpp - @cat $(PSSGFXDIR)/beach_frame.4bpp $(PSSGFXDIR)/beach_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/seafloor_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 54 $(PSSGFXDIR)/seafloor.4bpp: $(PSSGFXDIR)/seafloor_frame.4bpp $(PSSGFXDIR)/seafloor_bg.4bpp - @cat $(PSSGFXDIR)/seafloor_frame.4bpp $(PSSGFXDIR)/seafloor_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/river_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 51 @@ -556,34 +556,88 @@ $(PSSGFXDIR)/river_bg.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 11 $(PSSGFXDIR)/river.4bpp: $(PSSGFXDIR)/river_frame.4bpp $(PSSGFXDIR)/river_bg.4bpp - @cat $(PSSGFXDIR)/river_frame.4bpp $(PSSGFXDIR)/river_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/sky_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 45 $(PSSGFXDIR)/sky.4bpp: $(PSSGFXDIR)/sky_frame.4bpp $(PSSGFXDIR)/sky_bg.4bpp - @cat $(PSSGFXDIR)/sky_frame.4bpp $(PSSGFXDIR)/sky_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/bubbles_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 54 $(PSSGFXDIR)/bubbles.4bpp: $(PSSGFXDIR)/bubbles_frame.4bpp $(PSSGFXDIR)/bubbles_bg.4bpp - @cat $(PSSGFXDIR)/bubbles_frame.4bpp $(PSSGFXDIR)/bubbles_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/pokecenter_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 35 $(PSSGFXDIR)/pokecenter.4bpp: $(PSSGFXDIR)/pokecenter_frame.4bpp $(PSSGFXDIR)/pokecenter_bg.4bpp - @cat $(PSSGFXDIR)/pokecenter_frame.4bpp $(PSSGFXDIR)/pokecenter_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/machine_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 33 $(PSSGFXDIR)/machine.4bpp: $(PSSGFXDIR)/machine_frame.4bpp $(PSSGFXDIR)/machine_bg.4bpp - @cat $(PSSGFXDIR)/machine_frame.4bpp $(PSSGFXDIR)/machine_bg.4bpp >$@ + @cat $^ >$@ $(PSSGFXDIR)/plain_frame.4bpp: %.4bpp: %.png $(GFX) $< $@ -num_tiles 18 $(PSSGFXDIR)/plain.4bpp: $(PSSGFXDIR)/plain_frame.4bpp $(PSSGFXDIR)/plain_bg.4bpp - @cat $(PSSGFXDIR)/plain_frame.4bpp $(PSSGFXDIR)/plain_bg.4bpp >$@ + @cat $^ >$@ + +$(PSSGFXDIR)/friends_frame1.4bpp: %.4bpp: %.png + $(GFX) $< $@ -num_tiles 57 + +$(PSSGFXDIR)/friends_frame2.4bpp: %.4bpp: %.png + $(GFX) $< $@ -num_tiles 57 + +$(PSSGFXDIR)/zigzagoon.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/zigzagoon_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/screen.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/screen_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/horizontal.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/horizontal_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/diagonal.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/diagonal_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/block.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/block_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/ribbon.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/ribbon_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/pokecenter2.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/pokecenter2_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/frame.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/frame_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/blank.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/blank_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/circles.4bpp: $(PSSGFXDIR)/friends_frame1.4bpp $(PSSGFXDIR)/circles_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/azumarill.4bpp: $(PSSGFXDIR)/friends_frame2.4bpp $(PSSGFXDIR)/azumarill_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/pikachu.4bpp: $(PSSGFXDIR)/friends_frame2.4bpp $(PSSGFXDIR)/pikachu_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/legendary.4bpp: $(PSSGFXDIR)/friends_frame2.4bpp $(PSSGFXDIR)/legendary_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/dusclops.4bpp: $(PSSGFXDIR)/friends_frame2.4bpp $(PSSGFXDIR)/dusclops_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/ludicolo.4bpp: $(PSSGFXDIR)/friends_frame2.4bpp $(PSSGFXDIR)/ludicolo_bg.4bpp + @cat $^ >$@ + +$(PSSGFXDIR)/whiscash.4bpp: $(PSSGFXDIR)/friends_frame2.4bpp $(PSSGFXDIR)/whiscash_bg.4bpp + @cat $^ >$@