GearsProgress
0ee063b03a
Working emulation link
2026-04-14 17:26:35 -04:00
GearsProgress
9b382c659c
Inital commit
2026-04-03 21:20:37 -04:00
The Gears of Progress
0ad0e34e73
Merge pull request #122 from GearsProgress/text_box_modifications
...
Text box modifications
2026-03-27 10:33:57 -04:00
GearsProgress
a642f87a76
Removing extra newline when nCTR is at the end of the line
2026-03-27 10:20:24 -04:00
GearsProgress
e543e2c0fe
Next verse same as the first
2026-03-27 09:20:52 -04:00
GearsProgress
b2b76f7d79
Oops more bugs
2026-03-27 09:12:35 -04:00
GearsProgress
a0f4d90a61
Some final text modifications
2026-03-27 09:01:28 -04:00
GearsProgress
c55e5770ef
Optimizing text engine
2026-03-26 19:01:02 -04:00
GearsProgress
57c7174658
Updating text engine some more
2026-03-26 17:46:25 -04:00
GearsProgress
64c03c5b6b
Fixing some text engine bugs
2026-03-25 17:53:11 -04:00
GearsProgress
2779135a0c
Fixing Kanto and Johto strings to be more viewable
2026-03-22 15:13:06 -04:00
GearsProgress
a68b33b94c
Fixing the mulitboot load menu
2026-03-22 15:06:50 -04:00
GearsProgress
f7740a4a3c
Adjusting Fennel's appearing and disappearing
2026-03-22 13:44:18 -04:00
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