Commit Graph

27 Commits

Author SHA1 Message Date
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
Philippe Symons
532a095d77 Implement zx0 compression
Compress data tables with the ZX0 compression algorithm
2025-04-24 21:14:48 +02:00
The Gears of Progress
08f6838c91 Fixing some graphics tearing 2025-04-08 14:28:30 -04:00
The Gears of Progress
1ee46e1719 Resolving build warnings 2025-03-30 11:56:32 -04:00
The Gears of Progress
b267912687 Continuing box updating 2025-03-27 14:37:47 -04:00
The Gears of Progress
8160bcd276 updating box menu, pre sprite grabbing 2025-03-22 15:57:22 -04:00
The Gears of Progress
91b2534b70 Updating text rendering 2025-03-19 20:55:09 -04:00
The Gears of Progress
af21da42b5 continuing work on updated text engine 2025-03-04 11:33:02 -05:00
The Gears of Progress
5eb4321513 Final edits for v1.1.1 2024-12-13 12:08:09 -05:00
The Gears of Progress
3b945ecf3e v1.1.0 2024-11-01 22:54:05 -04:00
The Gears of Progress
1ec09842ad Updating tons of graphics 2024-08-19 14:47:29 -04:00
The Gears of Progress
290fdf22a4 Updating DreamDex 2024-06-28 16:24:01 -04:00
Remnants of Forgotten Disney
0a27d23ba5 Updating buttons and implementing offset rows 2024-03-29 19:33:10 -05:00
Remnants of Forgotten Disney
de40daa51e Updating buttons and dialogue 2024-03-29 11:55:54 -05:00
Remnants of Forgotten Disney
8bb76ca58c Double checking formatting 2023-11-29 08:28:55 -06:00
Remnants of Forgotten Disney
0a45b08524 Fixed memory bug 2023-11-20 13:50:37 -06:00
Remnants of Forgotten Disney
f7120e97bb Finalized graphics 2023-11-18 19:35:30 -06:00
Remnants of Forgotten Disney
5d5fe71100 Connection Dialogue 2023-11-11 18:19:25 -06:00
Remnants of Forgotten Disney
0cca5a82ad Default Language Selection 2023-10-26 12:19:24 -05:00
Remnants of Forgotten Disney
e31afcbae3 Font importing 2023-08-25 00:28:09 -05:00
Remnants of Forgotten Disney
68cdc3c121 Pokedex interface 2023-08-23 12:50:55 -05:00
Starport75
ce71b400da Working menu! 2023-08-11 15:39:52 -05:00
Starport75
647d3565f4 Continuing graphics work 2023-08-09 17:05:51 -05:00
Starport75
2283704747 Link connection errors 2023-08-04 18:33:26 -05:00
Starport75
880f2cce58 Moving link connection to Pokemon_Party class 2023-08-04 14:52:04 -05:00
Starport75
c0e6003d7a Continuing text data 2023-08-01 19:58:11 -05:00
Starport75
d4aab283cc Beginning work on graphics 2023-08-01 12:43:23 -05:00