diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-15 00:00:08 +0100 |
---|---|---|
committer | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-15 00:51:45 +0100 |
commit | efdaf621cbebae7d73800cfb2def92a5466127ff (patch) | |
tree | 8c2940e84822ec0ca0cdd9c13e8ce807256d4efe /data | |
parent | 4b7009286856fea6a6727dc09169e8ba7b3eefc0 (diff) |
Translating Decompression
Hopefully part one of many, some NONMATCHINGs in the larger functions, sadly.
Diffstat (limited to 'data')
-rw-r--r-- | data/data_80B9BB8.s | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/data/data_80B9BB8.s b/data/data_80B9BB8.s index 0a9f43a..c564236 100644 --- a/data/data_80B9BB8.s +++ b/data/data_80B9BB8.s @@ -3,12 +3,13 @@ .string "pksdir0\0" .align 2,0 - .global gUnknown_80B9BB8 -gUnknown_80B9BB8: @ 80B9BB8 - .byte 0x00, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00 - .byte 0x18, 0x00, 0x00, 0x00 + .global gByteShiftLookup +gByteShiftLookup: @ 80B9BB8 + .4byte 0 + .4byte 8 + .4byte 16 + .4byte 24 + .string "pksdir0\0" .string "pksdir0\0" .string "PKD ROM USER DATA 000000\0" |