Poke_Transporter_GB/source
Philippe Symons 3a5366e0af This commit reduces our romsize by 3KB by optimizing away libc's malloc() function
The problem was that our custom_malloc was not marking these functions as extern "C".
Therefore libc's malloc function and everything linked to it was still getting pulled into our
rom.

Fix: mark these functions as extern "C". This ensures that these functions aren't getting pulled in
from libc. This reduces our rom size by 3KB
2026-02-17 16:24:06 +01:00
..
background_engine.cpp
box_menu.cpp
button_handler.cpp
button_menu.cpp
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
dex_handler.cpp
flash_mem.cpp
gameboy_colour.cpp Updating packet debug features and restricting data offset to positive numbers 2026-01-03 17:29:36 -05:00
global_frame_controller.cpp
interrupt.cpp
interrupts_gba.c
irq_handler.s
japanese_small.s
latin_short.s
libstd_replacements.cpp
linker_optimizations.cpp
main.cpp
memory.c
multiboot_upload.cpp
mystery_gift_builder.cpp
mystery_gift_injector.cpp
payload_file_reader.cpp
pkmn_font.s
pokedex.cpp
pokemon_party.cpp Removing extra debug info 2026-01-03 17:31:30 -05:00
random.cpp
rom_data.cpp
save_data_manager.cpp
save.cpp
script_array.cpp
script_obj.cpp
script_var.cpp
select_menu.cpp
sprite_data.cpp
text_data_table.cpp
text_engine.cpp