diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-26 16:13:16 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-04 14:54:51 -0700 |
commit | cd2378407a7304df343777987f33dc30d05c8c71 (patch) | |
tree | ff919df5317e64b55c69749ff13a9b009015de4e /data | |
parent | bfeec5e4b635b19edae3454429b8c7f4c02b670a (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" |