pokeemerald/include/gba
Raymond Dodge 80b9c23d0a
Fix RL compressed data alignment
`RLUnComp`, like `LZ77UnComp`, expects the source data to be word-aligned.
So, to mirror how lz-compressed data is defined as `u32[]` to enforce
word-alignment, this changes rl-compressed data to be defined as `u32[]`
to enforce word-alignment.
2025-07-06 13:49:47 -04:00
..
defines.h Get rid of common syms (#2040) 2024-10-14 23:52:11 -04:00
flash_internal.h decompile save_failed_screen.c 2017-10-06 18:33:35 -04:00
gba.h use firered isagbprint header. 2018-01-06 21:38:34 -05:00
io_reg.h Correct KEY_INTR_ENABLE 2023-08-27 14:30:57 -05:00
isagbprint.h [debug, printf] add DebugPrintfLevel macro 2022-12-07 00:03:25 +01:00
m4a_internal.h Correct C23 Checks (#2144) 2025-05-19 15:43:06 +01:00
macro.h Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
multiboot.h Documenting padding in structs used by Saveblocks 2022-12-17 22:55:43 -03:00
syscall.h Fix RL compressed data alignment 2025-07-06 13:49:47 -04:00
types.h Add TRACKS_ALL, remove BGCntrlBitfield 2021-10-09 11:34:51 -04:00