Commit Graph

537 Commits

Author SHA1 Message Date
The Gears of Progress
335e1dfe7f Updating Makefile and Dockerfile 2026-02-17 17:40:35 -05:00
The Gears of Progress
b806100da1 Fixing Spanish makefile names 2026-02-17 16:42:48 -05:00
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
The Gears of Progress
2cb89fcadb Merge branch 'text-debug-screen' of https://github.com/GearsProgress/Poke_Transporter_GB into text-debug-screen 2026-02-15 22:43:03 -05:00
The Gears of Progress
38454168fd Adding space escape character 2026-02-15 22:43:00 -05:00
The Gears of Progress
8bf0822c24
Merge pull request #100 from petrosjd:text-debug-screen
Updating some glyphs in Japanese font
2026-02-13 22:23:03 -05:00
The Gears of Progress
e583853ea9 Adding check for bin file sizes 2026-02-13 22:16:27 -05:00
The Gears of Progress
a0d242a44f Compressing underscores with escape characters 2026-02-13 21:25:31 -05:00
Peter Dubois
3526a96831 Updating some glyphs in Japanese font 2026-02-13 13:38:53 +09:00
The Gears of Progress
2887252866 Updating character sheets and adding centering 2026-02-12 22:42:07 -05:00
The Gears of Progress
38c07011a3 Updating legal message margins 2026-02-11 21:04:29 -05:00
The Gears of Progress
8d869927da Adding in {LVL} escape sequence 2026-02-11 21:00:42 -05:00
The Gears of Progress
a4af5e3b42 Adding _ escape character 2026-02-11 20:28:27 -05:00
The Gears of Progress
e03a020c45 Updating makefile clean function 2026-02-11 10:19:12 -05:00
The Gears of Progress
f390c3692a Fixing sheet download issues 2026-02-11 10:05:25 -05:00
The Gears of Progress
de4e5bbad6
Adding legal message padding 2026-02-11 08:22:49 -05:00
The Gears of Progress
37aa2a8674 Adding a release file xlsx to the text builder 2026-02-09 23:35:51 -05:00
The Gears of Progress
bcc890f0f2
Merge pull request #99 from GearsProgress/latest-release
Pull latest-release modifications into release-candidate
2026-02-09 22:25:42 -05:00
The Gears of Progress
c0977e4a8e Adding "release.xlsx" for legacy builds 2026-02-09 22:22:03 -05:00
The Gears of Progress
b35607cb30 Merge branch 'text-debug-screen' of https://github.com/GearsProgress/Poke_Transporter_GB into text-debug-screen 2026-02-09 11:37:09 -05:00
The Gears of Progress
6bfc6b8195 Updating PCCS 2026-02-09 11:37:06 -05:00
The Gears of Progress
fe0df89abd
Merge pull request #98 from Adri1/graphics-adjustments 2026-02-09 10:32:45 -05:00
The Gears of Progress
11fc7784b9 Updating PCCS 2026-02-08 18:04:16 -05:00
The Gears of Progress
fd90bbc5e5 Optimizing makefile 2026-02-08 18:03:51 -05:00
The Gears of Progress
7625d796ab Organizing makefile 2026-02-08 12:11:33 -05:00
The Gears of Progress
e70caddaf4 Adding center text option 2026-02-06 17:00:30 -05:00
The Gears of Progress
0f725431ce
Update Makefile Target 2026-02-06 08:50:44 -05:00
The Gears of Progress
e1c3d1a4c2 Updating make files to use debug mode 2026-02-05 23:37:20 -05:00
The Gears of Progress
5e7e9b4df7 Updating makefile 2026-02-05 11:15:09 -05:00
The Gears of Progress
8f9acb1e18 File cleanup 2026-02-04 21:28:50 -05:00
Adri1
cdc653a46e Menu bars adjustments ; POKéDEx to DREAM DEX in UI 2026-02-04 13:04:56 +01:00
The Gears of Progress
210add3f62 Making the real changes this time 2026-02-02 22:42:31 -05:00
The Gears of Progress
e257bafb23 Disabling error printout and giving the legal screen more space 2026-02-02 22:25:07 -05:00
The Gears of Progress
1862e4be83 Updating text generator 2026-02-02 21:53:48 -05:00
The Gears of Progress
ede6995a94 Fixing extra spaces in strings 2026-02-02 14:55:37 -05:00
The Gears of Progress
9106d459dd Fixing scrolling 2026-02-02 12:09:33 -05:00
The Gears of Progress
8b846a223b Adjusting text box width 2026-02-01 19:44:05 -05:00
The Gears of Progress
7def9f6b01 Undoing test 2026-01-30 15:23:20 -05:00
The Gears of Progress
bc780f6028 Testing bot update 2026-01-30 15:20:22 -05:00
The Gears of Progress
5536c5690b Fixing full width spaces 2026-01-29 23:57:21 -05:00
The Gears of Progress
5447b39569 Updating dex menu and selections 2026-01-29 22:42:06 -05:00
The Gears of Progress
894105fde9 Adding other punctuations 2026-01-29 22:20:56 -05:00
The Gears of Progress
5ce9a0c470 Maintaining spaces after punctuation 2026-01-29 21:20:42 -05:00
The Gears of Progress
ce99437bc9 Merge branch 'text-debug-screen' of https://github.com/GearsProgress/Poke_Transporter_GB into text-debug-screen 2026-01-28 21:52:57 -05:00
The Gears of Progress
84dfe45866 Adding Japanese comma and debug text options 2026-01-28 21:52:55 -05:00
The Gears of Progress
d042e18768
Update Makefile 2026-01-28 18:00:37 -05:00
The Gears of Progress
aff5709717 Fully adding scroll support 2026-01-28 17:34:30 -05:00
The Gears of Progress
304880f7d0 QoL before adding scrolling 2026-01-27 22:26:38 -05:00
The Gears of Progress
a64bc8c6a0 Combining fonts into one file 2026-01-27 10:34:06 -05:00
The Gears of Progress
26b89d17fc Updating font generation 2026-01-27 09:29:28 -05:00