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 /data | |
parent | dec56aea5c8554e6457b5b47111f609bbc2e3112 (diff) |
Fix filenames
Diffstat (limited to 'data')
-rw-r--r-- | data/pokemon_storage_system.s | 6 |
1 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" |