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

Commit

Permalink
Adjust text bubble's Y position a little higher to avoid hiding tall …
Browse files Browse the repository at this point in the history
…portraits from view.
  • Loading branch information
laqieer committed Jul 30, 2022
1 parent 1d44647 commit e9268bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linkerscript
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ SECTIONS
.rodata.patch_tutorial_disabler_d752 : {*(.rodata.patch_tutorial_disabler_d752)}
. = 0x8013318;
.text.decodeTextInjector : {*(.text.decodeTextInjector)}
. = 0x8009D28;
.rodata.textBubblePositionYInDialogue : {*(.rodata.textBubblePositionYInDialogue)}
. = 0x8017CE0;
.rodata.pJobs1 : {*(.rodata.pJobs1)}
. = 0x8018C1C;
Expand Down
2 changes: 2 additions & 0 deletions src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -3139,3 +3139,5 @@ char *decodeTextInjector(int textID)
{
return decodeText(textID);
}

const char textBubblePositionYInDialogue = 5; // StartTalkOpen()

0 comments on commit e9268bf

Please sign in to comment.