Skip to content

Commit

Permalink
Credits: Adding Eucal.BB for Megaduck laptop testing and research
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbr committed Dec 2, 2023
1 parent 60b17e3 commit 35b4a7e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Language / UI Translation credits:
- For this repo see the [lang_catalan branch](https://github.com/bbbbbr/gb-wordle/tree/feature/lang_catalan)

Additional code and contributions from:
- Eucal.BB : Help with Megaduck Laptop testing and research
- Daeo : Cart and box Graphics
- [Coffee "Valen" Bat](https://twitter.com/cofebbat) : Game Sound FX and [CBTFX Driver](https://github.com/datguywitha3ds/CBT-FX)
- [toxa](https://github.com/untoxa/) : Ferrante Crafts 31k ROM + 1k Flash cart support
Expand Down
1 change: 1 addition & 0 deletions src/lang_de/lang_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"ARPRUSS\n" \
"COFFEE 'VALEN' BAT\n" \
"STACKSMASHING\n" \
"EUCAL.BB\n" \
"SKITE2001\n" \
"\n" \
"GBDK2020\n" \
Expand Down
1 change: 1 addition & 0 deletions src/lang_es/lang_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
"ARPRUSS\n" \
"COFFEE 'VALEN' BAT\n" \
"STACKSMASHING\n" \
"EUCAL.BB\n" \
"ADAMANTIBUS\n" \
"\n" \
"GBDK2020\n" \
Expand Down
23 changes: 12 additions & 11 deletions src/lang_kw/lang_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,17 +236,18 @@
#undef __INTRO_CREDITS_STR
#define __INTRO_CREDITS_STR \
/* |--------------------| */\
"MEUR RAS DHE :\n" \
"TOXA\n" \
"DAEO\n" \
"ARPRUSS\n" \
"COFFEE 'VALEN' BAT\n" \
"STACKSMASHING\n" \
"SJD\n" \
"\n" \
"GBDK2020\n" \
"EMULICIOUS\n" \
"FERRANTE CRAFTS"
"MEUR RAS DHE :\n" \
"TOXA\n" \
"DAEO\n" \
"ARPRUSS\n" \
"COFFEE 'VALEN' BAT\n" \
"STACKSMASHING\n" \
"EUCAL.BB\n" \
"SJD\n" \
"\n" \
"GBDK2020\n" \
"EMULICIOUS\n" \
"FERRANTE CRAFTS"


#endif
1 change: 1 addition & 0 deletions src/lang_nl/lang_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
"ARPRUSS\n" \
"COFFEE 'VALEN' BAT\n" \
"STACKSMASHING\n" \
"EUCAL.BB\n" \
"FERRANTE CRAFTS\n" \
"\n" \
"GBDK2020\n" \
Expand Down
1 change: 1 addition & 0 deletions src/lang_pt-br/lang_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
"ARPRUSS\n" \
"COFFEE 'VALEN' BAT\n" \
"STACKSMASHING\n" \
"EUCAL.BB\n" \
"ZERAPHY\n" \
"BRUNO MAESTRINI\n" \
"\n" \
Expand Down
3 changes: 2 additions & 1 deletion src/lang_text_defaults.inc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@

// X, Y controls upper-left corner coordinates
#define __INTRO_CREDITS_X 0u
#define __INTRO_CREDITS_Y (DEVICE_SCREEN_HEIGHT - 9u) / 2u
#define __INTRO_CREDITS_Y (DEVICE_SCREEN_HEIGHT - 12u) / 2u
#define __INTRO_CREDITS_STR \
/* |--------------------| */\
"THX TO:\n" \
Expand All @@ -252,6 +252,7 @@
"ARPRUSS\n" \
"COFFEE 'VALEN' BAT\n" \
"STACKSMASHING\n" \
"EUCAL.BB\n" \
"\n" \
"GBDK2020\n" \
"EMULICIOUS\n" \
Expand Down

0 comments on commit 35b4a7e

Please sign in to comment.