Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Fix a typo in summoner's bow's description text.
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 20, 2022
1 parent fa27da8 commit 96dcb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const char* const texts[] = {
[0x30F] = "召喚師"TCC_SUMMONER_NAME"の剣",
[0x310] = "召喚師"TCC_SUMMONER_NAME"の槍",
[0x311] = "召喚師"TCC_SUMMONER_NAME"の斧",
[0x312] = "召喚師"TCC_SUMMONER_NAME"の斧",
[0x312] = "召喚師"TCC_SUMMONER_NAME"の弓",
[0x380] = "召喚師自身のことを" TCC_NEWLINE
"占ってくれます",
[0x3E4] = "召喚師の名前です",
Expand Down

0 comments on commit 96dcb8f

Please sign in to comment.