GearsProgress
e9a0705a3b
Updating text-helper
2026-03-03 12:51:08 -05:00
GearsProgress
ba98dfd914
Merge branch 'text-debug-screen' of https://github.com/GearsProgress/Poke_Transporter_GB into text-debug-screen
2026-03-03 12:50:53 -05:00
GearsProgress
454700064c
Updating makefile to not recompile unnecessary files
2026-03-03 12:43:10 -05:00
GearsProgress
e0f9685a1b
Updating Makefile to specify which xlsx to use
2026-03-03 12:25:39 -05:00
GearsProgress
b7ada79f40
Updating main.py
2026-03-03 12:09:41 -05:00
The Gears of Progress
451ec2bcb0
Merge pull request #112 from Adri1/french-translation-images
2026-03-02 16:16:20 -05:00
Adri1
024ff55d66
Palette correction
2026-03-02 22:14:08 +01:00
Adri1
6ff2d55543
French translation for images
2026-03-02 21:27:56 +01:00
GearsProgress
a4c4826322
Modifying build process to have language specific graphics
2026-03-01 22:08:09 -05:00
GearsProgress
0d9b10d12c
Fixing multiline centering
2026-02-28 16:32:33 -05:00
GearsProgress
c5d252e3b5
Updating PCCS and adding debug detection in the py scripts
2026-02-28 15:57:37 -05:00
The Gears of Progress
9fafb5e511
Merge pull request #110 from GearsProgress/revert-109-release-candidate
...
Revert "Release candidate"
2026-02-24 00:04:59 -05:00
The Gears of Progress
67aa927108
Revert "Release candidate"
2026-02-24 00:04:47 -05:00
The Gears of Progress
432bf1fa26
Merge pull request #109 from GearsProgress/release-candidate
...
Release candidate
2026-02-24 00:02:28 -05:00
The Gears of Progress
0f003f0120
Merge branch 'text-debug-screen' into release-candidate
2026-02-24 00:02:10 -05:00
The Gears of Progress
1480bf6e02
Merge pull request #108 from GearsProgress/latest-release
...
Update branch to match latest-release
2026-02-23 23:24:38 -05:00
GearsProgress
47088a98d1
Merging latest-release changes to text-debug
2026-02-23 23:23:57 -05:00
GearsProgress
dc75638d99
Merge branch 'text-debug-screen' into latest-release
2026-02-23 23:23:53 -05:00
The Gears of Progress
01376f422c
Merge pull request #107 from GearsProgress/latest-release
...
Update RC to LR
2026-02-23 23:08:40 -05:00
GearsProgress
bd7979bbc5
Updating PCCS (again)
2026-02-23 23:04:30 -05:00
GearsProgress
5651194a15
Updating PCCS
2026-02-23 22:59:54 -05:00
The Gears of Progress
9b7be5b24f
Merge pull request #105 from risingPhil:feature/add-maxmod-support-to-ptgb
...
MaxMod sound engine lib integration
2026-02-23 22:35:32 -05:00
The Gears of Progress
f0554ce370
Merge pull request #106 from risingPhil:fix-text-debug-screen-branch
...
Fix text debug screen branch
2026-02-23 22:35:16 -05:00
The Gears of Progress
2b85152353
Merge pull request #103 from easyaspi314:movement-data
...
Improve movement data storage
2026-02-23 22:34:00 -05:00
The Gears of Progress
47396a262c
Merge pull request #102 from risingPhil:reduce-romsize-3kb
...
Reduce romsize 3kb
2026-02-23 22:32:48 -05:00
Philippe Symons
2e25792227
More revert log
2026-02-23 20:55:18 +01:00
Philippe Symons
be3c250e3e
Revert debug logs
2026-02-23 20:54:41 +01:00
Philippe Symons
cf2e09d102
Fix the text-debug-screen branch
2026-02-23 20:52:14 +01:00
Philippe Symons
a7d8beb973
MaxMod sound engine lib integration
...
This commit integrates the MaxMod sound engine into PTGB.
Some test code already existed, but now it's done for real.
I added a thin API wrapper in sound.c/sound.h to abstract the sound engine.
One of AquaticAlloy's test songs was added to the main menu as a proof of concept.
We may want to disable it before the actual merge though.
2026-02-23 13:08:35 +01:00
GearsProgress
51ab2487ad
Updating gitignore (again)
2026-02-19 17:23:16 -05:00
GearsProgress
48af7e2fd2
Updating gitignore and PCCS
2026-02-19 17:21:15 -05:00
The Gears of Progress
3c455ffdb4
Merge pull request #104 from risingPhil/fix-some-build-issues
...
Fix some build issues
2026-02-19 15:57:56 -05:00
Philippe Symons
d0cfed6018
Fix some build issues
...
Problem 1: syntax error in text_helper
Fix 1: single quotes instead of double quotes
Problem 2: the ground shifted beneath our feet with the devkitpro/devkitARM base image again.
The --break-system-packages option no longer exists on pip install.
Fix 2: Use a specific tag of the devkitpro/devkitARM docker image to ensure this won't happen again.
2026-02-19 21:49:43 +01:00
easyaspi314
4cbc128c16
Improve movement data storage
...
Instead of each macro being a ternary (which can't be constant folded),
the values are now stored sequentially.
Additionally, I use byte instead of int and made the tables static
-1300 bytes.
2026-02-18 16:28:18 -05:00
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