Skip to content

Commit

Permalink
Fix another too long string to test CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfowler1 committed Sep 20, 2024
1 parent 77cbd84 commit 49a2d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: git diff-tree --no-commit-id --name-only head -r; (Get-Item .).FullName
run: $files = git diff-tree --no-commit-id --name-only ${{ github.sha }} -r; ; foreach ($file in $files){ tools/PokeTextValidator.exe $file }
6 changes: 3 additions & 3 deletions data/text/battle.asm
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,9 @@ InLoveWithText:
prompt

InfatuationText:
text "<USER> was" ; "<USER>'s"
line "te verliefd om aan" ; "infatuation kept"
cont "te vallen!" ; "it from attacking!"
text "<USER>" ; "<USER>'s"
line "was te verliefd om" ; "infatuation kept"
cont "aan te vallen!" ; "it from attacking!"
prompt

DisabledMoveText:
Expand Down

0 comments on commit 49a2d9c

Please sign in to comment.