diff options
Diffstat (limited to 'src/file_system.c')
-rw-r--r-- | src/file_system.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/file_system.c b/src/file_system.c index 4c295fc..e2b78d4 100644 --- a/src/file_system.c +++ b/src/file_system.c @@ -1091,3 +1091,10 @@ bool32 sub_800B2D4(char *arg0, char *arg1, int length) { } return FALSE; } + +// Has to be down here to match (rodata ordering) +ALIGNED(4) const char file_filler[] = _("pksdir0"); +const u32 gByteShiftLookup[4] = {0, 8, 16, 24}; +ALIGNED(4) const char file_filler1[] = _("pksdir0"); +ALIGNED(4) const char file_filler2[] = _("pksdir0"); + |