diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-26 16:13:16 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-26 16:13:16 -0500 |
commit | 4ce8182b04cb7bf906d1e3b412070b303a69f31d (patch) | |
tree | ff919df5317e64b55c69749ff13a9b009015de4e | |
parent | dec56aea5c8554e6457b5b47111f609bbc2e3112 (diff) |
Fix filenames
-rw-r--r-- | data/pokemon_storage_system.s | 6 | ||||
-rw-r--r-- | graphics/interface/pss_unk_83CDA98.pal (renamed from graphics/interface/pss_unk_3CDA98.pal) | 0 | ||||
-rw-r--r-- | graphics/interface/pss_unk_83CDAB8.png (renamed from graphics/interface/pss_unk_3CDAB8.png) | bin | 113 -> 113 bytes | |||
-rw-r--r-- | graphics/interface/pss_unk_83CE2B8.png (renamed from graphics/interface/pss_unk_3CE2B8.png) | bin | 132 -> 132 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s index af47e785c..0ac3268b6 100644 --- a/data/pokemon_storage_system.s +++ b/data/pokemon_storage_system.s @@ -50,13 +50,13 @@ gUnknown_83CDA94:: @ 83CDA94 .string "/30$" gUnknown_83CDA98:: @ 83CDA98 gbapal - .incbin "graphics/interface/pss_unk_3CDA98.gbapal" + .incbin "graphics/interface/pss_unk_83CDA98.gbapal" gUnknown_83CDAB8:: @ 83CDAB8 4bpp - .incbin "graphics/interface/pss_unk_3CDAB8.4bpp" + .incbin "graphics/interface/pss_unk_83CDAB8.4bpp" gUnknown_83CE2B8:: @ 83CE2B8 4bpp - .incbin "graphics/interface/pss_unk_3CE2B8.4bpp" + .incbin "graphics/interface/pss_unk_83CE2B8.4bpp" gUnknown_83CE438:: @ 83CE438 4bpp.lz .incbin "graphics/interface/pss_unk_83CE438.4bpp.lz" diff --git a/graphics/interface/pss_unk_3CDA98.pal b/graphics/interface/pss_unk_83CDA98.pal index 3743fa228..3743fa228 100644 --- a/graphics/interface/pss_unk_3CDA98.pal +++ b/graphics/interface/pss_unk_83CDA98.pal diff --git a/graphics/interface/pss_unk_3CDAB8.png b/graphics/interface/pss_unk_83CDAB8.png Binary files differindex 5b7d0a3b6..5b7d0a3b6 100644 --- a/graphics/interface/pss_unk_3CDAB8.png +++ b/graphics/interface/pss_unk_83CDAB8.png diff --git a/graphics/interface/pss_unk_3CE2B8.png b/graphics/interface/pss_unk_83CE2B8.png Binary files differindex 18ac36e21..18ac36e21 100644 --- a/graphics/interface/pss_unk_3CE2B8.png +++ b/graphics/interface/pss_unk_83CE2B8.png |