Skip to content

Commit

Permalink
Fix untranslated lines in common_3. New text validator program, updat…
Browse files Browse the repository at this point in the history
…e workflow.
  • Loading branch information
wfowler1 committed Sep 23, 2024
1 parent 341e50f commit 7a75683
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Validate
run: $files = Get-ChildItem -Filter "*.asm" "maps";foreach ($file in $files){ tools/PokeTextValidator.exe maps/$file }
run: $files = Get-ChildItem -Filter "*.asm" "maps";foreach ($file in $files){ tools/PokeGen2TextValidator.exe maps/$file }
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ gfx/pokemon/*/frames.asm

# tool binaries
*.exe
!tools/Validator.exe
!tools/PokeTextValidator.exe
!tools/PokeGen2TextValidator.exe

# precompiled python
*.pyc
Expand Down
4 changes: 2 additions & 2 deletions data/text/common_3.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1013,11 +1013,11 @@ _MoveForgotText::
text_ram wStringBuffer1 ; MaxLength MaxMoveNameLength
text "."

para "And…"
para "En…" ; "And…"
prompt

_MoveCantForgetHMText::
text "HM-aanvallen zijn" ; "HM moves can't be"
text "VM-aanvallen zijn" ; "HM moves can't be"
line "niet te vergeten." ; "forgotten now."
prompt

Expand Down
Binary file added tools/PokeGen2TextValidator.exe
Binary file not shown.
Binary file removed tools/PokeTextValidator.dll
Binary file not shown.
Binary file removed tools/PokeTextValidator.exe
Binary file not shown.
12 changes: 0 additions & 12 deletions tools/PokeTextValidator.runtimeconfig.json

This file was deleted.

Binary file removed tools/Validator.exe
Binary file not shown.

0 comments on commit 7a75683

Please sign in to comment.