Poke_Transporter_GB/tools/data-generator/include
Philippe Symons 4c93ff869c Optimize the MOVESETS table for compression + eliminate 4 KB "handles" buffer from
libsysbase_libsysbase_a-handle_manager.o

So, I optimized the MOVESETS table to only store the "overriding" bits in the movesets of the evolutions
in relation to their base forms. That only improved compression slightly (about 300 bytes)

I also eliminated 4 KB of IWRAM usage by libsysbase_libsysbase_a-handle_manager.o because of the "handles"
buffer. We're not using it and we REALLY need our IWRAM. (and it also reduces the rom size with 4KB too!)
2025-04-29 22:22:38 +02:00
..
common.h Implement zx0 compression 2025-04-24 21:14:48 +02:00
optimize_movesets.h Optimize the MOVESETS table for compression + eliminate 4 KB "handles" buffer from 2025-04-29 22:22:38 +02:00
pokemon_data.h Optimize the MOVESETS table for compression + eliminate 4 KB "handles" buffer from 2025-04-29 22:22:38 +02:00