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
flash_internal.h
gba.h
io_reg.h
isagbprint.h
m4a_internal.h Correct C23 Checks (#2144) 2025-05-19 15:43:06 +01:00
macro.h
multiboot.h
syscall.h Fix RL compressed data alignment 2025-07-06 13:49:47 -04:00
types.h