Commit Graph

423 Commits

Author SHA1 Message Date
The Gears of Progress
dc586d941f Removing space after JPN period 2026-01-21 14:16:43 -05:00
The Gears of Progress
13459812fa Fixing Japanese if statement 2026-01-21 14:03:10 -05:00
The Gears of Progress
a51cdb0f14 Updating escape characters 2026-01-21 13:43:02 -05:00
The Gears of Progress
8a1f82a1f5 Updating PCCS 2026-01-20 14:10:27 -05:00
The Gears of Progress
6220dc1a07 Updating text helper 2026-01-20 14:09:00 -05:00
The Gears of Progress
1acbe99f93 Updating debug ROM to first check if real ROM has been inserted 2026-01-19 15:32:53 -05:00
The Gears of Progress
a56596afcd Fixing main.py 2026-01-15 13:55:07 -05:00
The Gears of Progress
b50b3e8cd6
Update main.py for extra sheet column 2026-01-15 13:42:15 -05:00
The Gears of Progress
f50d42f61f Updating accent characters 2026-01-13 20:24:03 -05:00
The Gears of Progress
5462c1a715 Updating log warnings & errors 2026-01-13 14:52:27 -05:00
The Gears of Progress
2309f7c493 Adding text debug menu 2026-01-11 17:33:02 -05:00
The Gears of Progress
2482bb486b Modifying decompression function to be based on indexes 2026-01-11 17:09:30 -05:00
The Gears of Progress
1055094ab9 Modifying text_helper to not have static text sections 2026-01-11 15:02:16 -05:00
The Gears of Progress
adc48f2bd6 Updating text_helper to throw an error with text that is too long 2026-01-11 11:54:24 -05:00
The Gears of Progress
52b6b65330 Revert "Merge pull request #71 from Adri1:optimized-pngs"
This reverts commit b6d594c00c, reversing
changes made to ba69fe1dc9.
2026-01-06 13:04:28 -05:00
The Gears of Progress
b6d594c00c
Merge pull request #71 from Adri1:optimized-pngs
PNGs lossless optimization
2026-01-06 11:50:46 -05:00
The Gears of Progress
ba69fe1dc9
Merge pull request #86 from GearsProgress/release-candidate
Setting as release version
2026-01-03 17:46:23 -05:00
The Gears of Progress
9fd3ff8e0b Setting as release version 2026-01-03 17:45:30 -05:00
The Gears of Progress
d55d27210b
Merge pull request #85 from GearsProgress/release-candidate
Merging in invalid Pokemon bug fix
2026-01-03 17:36:07 -05:00
The Gears of Progress
94a9189af7
Merge pull request #84 from GearsProgress/invalid-pkmn-fix
Invalid pkmn fix
2026-01-03 17:32:04 -05:00
The Gears of Progress
97e1333078 Removing extra debug info 2026-01-03 17:31:30 -05:00
The Gears of Progress
a9ed64d69a Merge branch 'invalid-pkmn-fix' of https://github.com/GearsProgress/Poke_Transporter_GB into invalid-pkmn-fix 2026-01-03 17:29:43 -05:00
The Gears of Progress
fff4588d4a Updating packet debug features and restricting data offset to positive numbers 2026-01-03 17:29:36 -05:00
The Gears of Progress
4d3f63dc67
Merge pull request #83 from GearsProgress/release-candidate
Updating branch
2026-01-03 17:27:08 -05:00
The Gears of Progress
3b3a675f80 Merge remote-tracking branch 'origin/invalid-pkmn-fix' into release-candidate 2026-01-03 17:20:36 -05:00
The Gears of Progress
63b6931845 Enabling Japanese 2025-12-21 17:14:18 -05:00
The Gears of Progress
37be3036ff Temporarilly disabling language text parsing 2025-12-21 17:11:33 -05:00
The Gears of Progress
d9314eb60f
Merge pull request #79 from GearsProgress/latest-release
Update release-candidate to match latest-release
2025-12-20 11:43:34 -05:00
The Gears of Progress
8347f63286
Merge pull request #78 from risingPhil:use-pccs-as-a-proper-static-lib
Use pccs as a proper static lib
2025-12-17 10:44:30 -05:00
The Gears of Progress
80a4d835c1 Updating PCCS version 2025-12-17 10:43:55 -05:00
The Gears of Progress
e792cc47b1 Fixing file path 2025-12-17 10:41:41 -05:00
Philippe Symons
a7d1bc76e1 Merge remote-tracking branch 'upstream/latest-release' into use-pccs-as-a-proper-static-lib 2025-12-16 19:15:36 +01:00
Philippe Symons
4f1d961b2d Update PCCS submodule 2025-12-16 19:14:14 +01:00
Philippe Symons
5c1ff16623 Revert docker-compose file. The latest change broke it for Linux 2025-12-16 11:23:40 +01:00
RisingPhil
8fda76db5c Do the same fix for payload-generator on MinGW64 as we did for PCCS 2025-12-16 10:16:36 +01:00
Philippe Symons
bb9f4ae0f1 Update PCCS submodule 2025-12-16 10:52:17 +01:00
Philippe Symons
9997f3b61d Use libPCCS as a proper static lib
Split up data-generator into payload-generator (PTGB) and table-generator (PCCS)

The reason for this is because we don't want the dependencies to the payload stuff in PCCS.
And the tables are embedded inside libPCCS now.

Because we want to use libPCCS as a proper static lib, we now use its new Makefile to build it
before we build Poke_Transporter_GB.
2025-12-13 21:01:34 +01:00
The Gears of Progress
a5ff585596
Merge pull request #76 from GearsProgress/latest-release
Refactoring to latest "latest release" branch
2025-12-06 15:50:56 -05:00
The Gears of Progress
9ca5c650d0 Working on debugging 2025-12-03 22:08:35 -05:00
The Gears of Progress
8266448b36
Merge pull request #75 from risingPhil/move-pccs-into-git-submodule
Replace the PCCS code with a git submodule
2025-11-27 17:19:08 -05:00
Philippe Symons
a7b2703bf8 Replace the PCCS code with a git submodule
This eliminates duplicate code. - Only maintain the code in one place!

To make sure the submodule is getting cloned too after cloning Poke_Transporter_GB, execute:
git submodule update --init --recursive

To update the submodule to a newer commit/different branch:

cd PCCS
git pull
git checkout <commit_or_branchname>
cd ..
git add PCCS
git commit
git push

The way it works is that a specific commit is tied to your Poke_Transporter_GB repository's PCCS folder.
2025-11-27 23:14:29 +01:00
The Gears of Progress
2b682b185f
Merge pull request #73 from risingPhil/fix-latest-release-compile-errors
Fix a couple of compile errors on latest-release branch
2025-11-27 14:41:51 -05:00
Philippe Symons
0f8236575a Fix a couple of compile errors on latest-release branch
- Fix make clean by adding -f flag when removing output.json

- Fix broken compress_lz10.sh script: it had a check to avoid compressing when the
  input bin file hasn't changed. But the -nt operator also returns false if the output
  file doesn't exist.

- Fix compilation error on conflicting u32 typedef: libtonc defines one and so does data-generator.
  We shouldn't redefine it if the one from libtonc exists. The one in data-generator exists for compiling
  the tool for pc.

- Fix Dockerfile. For some reason the Dockerfile was now failing because Ubuntu manages the python pip
  packages. I fixed it with the --break-system-packages shortcut. It should be fine.
2025-11-27 20:27:35 +01:00
Adri1
3b63c06012 PNGs lossless optimization 2025-11-23 22:51:15 +01:00
The Gears of Progress
37bbc0c2d2
Merge pull request #69 from GearsProgress/latest-release
Update READMEs
2025-11-10 16:47:38 -05:00
The Gears of Progress
719f03af5a
Update README.md 2025-10-12 17:54:44 -04:00
The Gears of Progress
b4ac3fd597
Update README.md 2025-10-12 17:54:00 -04:00
The Gears of Progress
f29b906243
Merge pull request #67 from GearsProgress/release-candidate
Release candidate
2025-10-12 17:47:25 -04:00
The Gears of Progress
b6be0aedeb Enabling release build 2025-10-12 17:46:59 -04:00
The Gears of Progress
12f1d1b7df
Merge pull request #66 from GearsProgress/text-and-box-rewrite
Text and box rewrite
2025-10-12 17:44:41 -04:00