Commit Graph

570 Commits

Author SHA1 Message Date
GearsProgress
e9784c88ed Fixing cable printout 2026-03-20 23:26:08 -04:00
GearsProgress
e10d4cc044 Fixing starting newlines 2026-03-19 19:38:46 -04:00
GearsProgress
b4dd515502 Fixing single line centering issues 2026-03-19 19:13:16 -04:00
GearsProgress
538820521f Fixing a few more things 2026-03-18 22:58:26 -04:00
GearsProgress
0f871923b9 Removing commented out lines of code 2026-03-18 22:55:54 -04:00
GearsProgress
a7ebcd06fe Updating text engine backend 2026-03-18 22:55:38 -04:00
GearsProgress
1f29379810 Linking textbox creation to string display 2026-03-14 10:16:16 -04:00
GearsProgress
08140089ab Adding in box style 2026-03-13 16:38:45 -04:00
GearsProgress
77fa4db1be Merge branch 'text_box_modifications' of https://github.com/GearsProgress/Poke_Transporter_GB into text_box_modifications 2026-03-13 16:29:34 -04:00
GearsProgress
d3ec567b13 Make the box type data accessible in the C code 2026-03-13 16:29:21 -04:00
GearsProgress
551e048572 Updating text make process 2026-03-13 16:29:21 -04:00
GearsProgress
029a5a4cda Disabling sound_init to prevent crash 2026-03-11 16:39:58 -04:00
The Gears of Progress
c4515f8a8a
Merge pull request #118 from risingPhil:make-debug-box-data-const
Make debug box data const
2026-03-11 11:30:57 -04:00
Philippe Symons
92f625769b Merge remote-tracking branch 'upstream/release-candidate' into make-debug-box-data-const 2026-03-11 16:15:33 +01:00
GearsProgress
ddd61a41e4 Fixing merge issue 2026-03-11 11:14:59 -04:00
Philippe Symons
2d743f0aa2 Update libPCCS and make debug_box_data const 2026-03-11 16:11:15 +01:00
The Gears of Progress
de358aa970
Merge pull request #117 from risingPhil/slightly-document-and-optimize-save-stuff
Do a little bit of documentation and optimization for some of the current save-related routines.
2026-03-11 11:03:58 -04:00
The Gears of Progress
631fd40f35
Merge branch 'release-candidate' into slightly-document-and-optimize-save-stuff 2026-03-11 11:03:50 -04:00
GearsProgress
209dbcf2ce Fixing merge conflicts for PR 117 2026-03-11 11:02:02 -04:00
The Gears of Progress
1abcdd3eee
Merge pull request #116 from risingPhil:fix/compress-button_no
Fix mistake with button_no.grit file -> it was not copied/moved to the language-specific folders
2026-03-11 10:51:25 -04:00
The Gears of Progress
f7b886e71d
Merge pull request #115 from risingPhil:feature/add-debug-menu
Feature/add debug menu
2026-03-11 10:50:31 -04:00
GearsProgress
14ee181d26 Make the box type data accessible in the C code 2026-03-11 10:39:23 -04:00
Philippe Symons
547d2c81c0 Do a little bit of documentation and optimization for some of the current save-related routines.
Some of the logic wasn't very clear from just looking at the code and some of it also wasn't very optimal.
So I added some comments and optimized some stuff to make it better.
2026-03-11 12:25:53 +01:00
Philippe Symons
e5ef89a2be Fix mistake with button_no.grit file -> it was not copied/moved to the language-specific folders
This caused the button_no.png file to no longer get compressed.

Fixing this gains about 2KB.
2026-03-10 14:34:46 +01:00
Philippe Symons
07e522fd62 Add comments, optimize rom space slightly and fix issue in debug_menu_entries.cpp 2026-03-10 11:58:43 +01:00
Philippe Symons
343d4eb83e Merge branch 'release-candidate' into feature/add-debug-menu 2026-03-10 09:36:59 +01:00
Philippe Symons
bd091789fb Remove useless function call 2026-03-10 01:03:26 +01:00
Philippe Symons
7d4715ab1b Hide toggle arrows when exiting the debug menu 2026-03-10 01:00:08 +01:00
Philippe Symons
6e377fc709 Make it possible to cleanly disable the debug menu 2026-03-10 00:43:40 +01:00
Philippe Symons
1590a1f108 Make the debug menu functional!
This adds a lot of the debug_mode.h options as an option you can modify at runtime.

I also moved both the text debug screen and the regular debug info screen in there.

And I added an option to start song playback.
2026-03-10 00:38:44 +01:00
Philippe Symons
10350179db Move debug info screen and text debug screen to debug menu 2026-03-09 23:12:32 +01:00
GearsProgress
02da756b50 Updating text make process 2026-03-09 17:14:18 -04:00
GearsProgress
23292afc0c Adding text.xlsx to repo 2026-03-09 16:41:38 -04:00
Philippe Symons
c498d59572 Split off the debug menu entries from the debug menu module 2026-03-09 20:36:54 +01:00
Philippe Symons
b84939b49a Add debug menu UI when you press L+R in the main menu.
It's only the UI yet. It only shows a couple of dummy options right now.
2026-03-09 19:56:32 +01:00
GearsProgress
12f710dafc Reapply "Release candidate"
This reverts commit 67aa927108.
2026-03-09 12:09:57 -04:00
GearsProgress
95c6af63e4 Changing the folders back 2026-03-07 10:12:59 -05:00
The Gears of Progress
184b9f99ef Updating folder names for language graphics 2026-03-06 21:46:26 -05:00
GearsProgress
7776d884b0 Changing cloud to remote 2026-03-06 09:55:46 -05:00
GearsProgress
a8edfc3094 Updating local/remote setup 2026-03-06 09:55:11 -05:00
GearsProgress
d17371ed1c Updating pt-br implementation 2026-03-05 18:11:16 -05:00
GearsProgress
3128f8bcd7 Updating make process to include Korean, Traditional and Simplified Chinese, and Brazilian Portuguese 2026-03-05 16:42:31 -05:00
GearsProgress
bbe2937776 Remove old text_helper folder 2026-03-03 14:14:00 -05:00
The Gears of Progress
6b5a15604f
Merge pull request #114 from GearsProgress/text-debug-screen
Merge text-debug-screen into release-candidate
2026-03-03 14:07:00 -05:00
GearsProgress
bf5cbbb438 Merge branch 'release-candidate' into text-debug-screen 2026-03-03 14:04:12 -05:00
The Gears of Progress
fd8c9a8e8e
Merge pull request #113 from risingPhil/feature/create-vertical_list-widget
Create vertical_menu widget
2026-03-03 13:58:51 -05:00
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