Skip to content

Commit

Permalink
Playtest fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
basvroegop committed Jan 1, 2025
1 parent 1e2aa07 commit a9b9343
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/moves/names.asm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ MoveNames::
li "ONDERWERPING" ; "SUBMISSION"
li "LAGE SCHOP" ; "LOW KICK"
li "TEGENAANVAL" ; "COUNTER"
li "SEISMISCSMAK" ; "SEISMIC TOSS"
li "GEOWORP" ; "SEISMIC TOSS"
li "KRACHT" ; "STRENGTH"
li "ABSORBEER" ; "ABSORB"
li "MEGA DRAIN"
Expand Down
8 changes: 4 additions & 4 deletions engine/printer/print_party.asm
Original file line number Diff line number Diff line change
Expand Up @@ -109,25 +109,25 @@ GBPrinterString_PrinterError1:
db " Drukker Fout 1" ; " Printer Error 1"
next ""
next "Lees het Game Boy" ; "Check the Game Boy"
next "Printer Handboek." ; "Printer Manual."
next "Printer-Handboek." ; "Printer Manual."
db "@"
GBPrinterString_PrinterError2:
db " Drukker Fout 2" ; " Printer Error 2"
next ""
next "Lees het Game Boy" ; "Check the Game Boy"
next "Printer Handboek." ; "Printer Manual."
next "Printer-Handboek." ; "Printer Manual."
db "@"
GBPrinterString_PrinterError3:
db " Drukker Fout 3" ; " Printer Error 3"
next ""
next "Lees het Game Boy" ; "Check the Game Boy"
next "Printer Handboek." ; "Printer Manual."
next "Printer-Handboek." ; "Printer Manual."
db "@"
GBPrinterString_PrinterError4:
db " Drukker Fout 4" ; " Printer Error 4"
next ""
next "Lees het Game Boy" ; "Check the Game Boy"
next "Printer Handboek." ; "Printer Manual."
next "Printer-Handboek." ; "Printer Manual."
db "@"

PrintPartyMonPage1:
Expand Down
2 changes: 1 addition & 1 deletion maps/CianwoodPharmacy.asm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PharmacistGiveSecretpotionText:

para "…"

para "De VUURTOREN" ; "The LIGHTHOUSE"
para "De VUURTOREN-" ; "The LIGHTHOUSE"
line "#MON is in" ; "#MON is in"
cont "nood?" ; "trouble?"

Expand Down
4 changes: 2 additions & 2 deletions maps/OlivineLighthouse6F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ JasmineDontBeOffendedText:
cont "niet beledigd…" ; "offended…"

para "…AMPHY neemt" ; "…AMPHY will not"
line "alleen iets" ; "take anything from"
cont "van mij…" ; "anyone but me…"
line "alleen iets van" ; "take anything from"
cont "mij…" ; "anyone but me…"
done

JasmineAmphyHowAreYouFeelingText:
Expand Down
2 changes: 1 addition & 1 deletion maps/Route41.asm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SwimmermCharlieSeenText:
done

SwimmermCharlieBeatenText:
text "Jeetje! M'n huid" ; "Yikes! I've got"
text "Jeetje! Mijn huid" ; "Yikes! I've got"
line "is verrimpeld!" ; "prune skin!"
done

Expand Down

0 comments on commit a9b9343

Please sign in to comment.