..
background_engine.cpp
Fixing scrolling
2026-02-02 12:09:33 -05:00
box_menu.cpp
Modifying decompression function to be based on indexes
2026-01-11 17:09:30 -05:00
button_handler.cpp
Updating tons of graphics
2024-08-19 14:47:29 -04:00
button_menu.cpp
Reduce binary size by eliminating libstdc++
2025-04-09 20:04:08 +02:00
custom_malloc.cpp
This commit reduces our romsize by 3KB by optimizing away libc's malloc() function
2026-02-17 16:24:06 +01:00
delays.cpp
Organizing files
2024-03-19 13:52:23 -05:00
dex_handler.cpp
Updating buttons and dialogue
2024-03-29 11:55:54 -05:00
flash_mem.cpp
Adding PCCS
2025-10-12 15:08:33 -04:00
gameboy_colour.cpp
Modifying decompression function to be based on indexes
2026-01-11 17:09:30 -05:00
global_frame_controller.cpp
Updating dex menu and selections
2026-01-29 22:42:06 -05:00
interrupt.cpp
Fixing interrupts
2024-03-20 15:38:33 -05:00
interrupts_gba.c
Fixing interrupts
2024-03-20 15:38:33 -05:00
irq_handler.s
Fixing interrupts
2024-03-20 15:38:33 -05:00
libstd_replacements.cpp
Prepare for trouble... and make it.... fixed point?
2025-06-30 13:05:32 -04:00
linker_optimizations.cpp
Avoid pulling in the verdana9 and sys8Font fonts from libtonc
2025-06-27 18:00:23 +02:00
main.cpp
Merge branch 'text-debug-screen' into release-candidate
2026-02-24 00:02:10 -05:00
memory.c
Restoring memory.c
2024-03-20 15:41:03 -05:00
multiboot_upload.cpp
Modifying decompression function to be based on indexes
2026-01-11 17:09:30 -05:00
mystery_gift_builder.cpp
Merge branch 'text-debug-screen' into latest-release
2026-02-23 23:23:53 -05:00
mystery_gift_injector.cpp
Working on debugging
2025-12-03 22:08:35 -05:00
payload_file_reader.cpp
Optimize Gameboy payloads for size by generating the payloads at runtime and generate binary patches
2025-07-18 12:48:50 +02:00
pkmn_font.s
Compress the graphics (mostly), fix potential vram memcpy issue
2025-01-17 19:32:48 -05:00
pokedex.cpp
Updating dex menu and selections
2026-01-29 22:42:06 -05:00
pokemon_party.cpp
Removing extra debug info
2026-01-03 17:31:30 -05:00
random.cpp
Adding PCCS
2025-10-12 15:08:33 -04:00
rom_data.cpp
Updating debug ROM to first check if real ROM has been inserted
2026-01-19 15:32:53 -05:00
save_data_manager.cpp
Final finishing touches
2025-10-12 16:41:48 -04:00
save.cpp
Organizing files
2024-03-19 13:52:23 -05:00
script_array.cpp
Create vertical_menu widget
2026-03-03 00:15:18 +01:00
script_obj.cpp
Add compression for the text data, output stack usage .su files and rework script_array
2025-05-21 12:21:06 +02:00
script_var.cpp
Merge branch 'text-debug-screen' into latest-release
2026-02-23 23:23:53 -05:00
select_menu.cpp
Create vertical_menu widget
2026-03-03 00:15:18 +01:00
sound.c
MaxMod sound engine lib integration
2026-02-23 13:08:35 +01:00
sprite_data.cpp
Adding PCCS
2025-10-12 15:08:33 -04:00
text_data_table.cpp
Fixing a few bugs before merge
2025-07-28 16:18:51 -04:00
text_engine.cpp
Compressing underscores with escape characters
2026-02-13 21:25:31 -05:00
vertical_menu.cpp
Create vertical_menu widget
2026-03-03 00:15:18 +01:00