Skip to content

Commit

Permalink
Merge pull request #1776 from JulianoW/battlesubs
Browse files Browse the repository at this point in the history
Victory sub fix
  • Loading branch information
Fis-Ura authored Aug 24, 2023
2 parents 1a0b60c + e5f4b19 commit d0898a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified patch/ASM/src/TalesOfDestinyDC/julian.a
Binary file not shown.
4 changes: 2 additions & 2 deletions patch/ASM/src/TalesOfDestinyDC/src/battle_subs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ extern "C"
}
else if (i == 6)
{
text_container[i].Param = &TextParamA;
text_container[i].Width = &TextWidthA;
text_container[i].Param = &TextParamB;
text_container[i].Width = &TextWidthB;
text_container[i].ALLOWED_TYPE = VICTORY_QUOTE;
}
}
Expand Down
Binary file modified patch/ASM/src/TalesOfDestinyDC/src/battle_subs.o
Binary file not shown.
Binary file modified patch/DAT_FILES_PATCHED/00013.bin
Binary file not shown.

0 comments on commit d0898a4

Please sign in to comment.