Skip to content

Commit

Permalink
Fix a missing other text in storage menu. #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 21, 2022
1 parent c175389 commit cbc0873
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/other_texts.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,4 @@ cu32 textIdOtherText252 = TID_OtherText252;
cu32 textIdOtherText253 = TID_OtherText253;
cu32 textIdOtherText254 = TID_OtherText254;
cu32 textIdOtherText255 = TID_OtherText255;
cu32 textIdOtherText256 = TID_OtherText256;
2 changes: 2 additions & 0 deletions linkerscript/other_texts.lds
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,5 @@
.rodata.textIdOtherText254 : {*(.rodata.textIdOtherText254)}
/*. = 0x809ef70;
.rodata.textIdOtherText255 : {*(.rodata.textIdOtherText255)}*/
. = 0x8096830;
.rodata.textIdOtherText256 : {*(.rodata.textIdOtherText256)}
2 changes: 2 additions & 0 deletions locale/CNZH/other.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,5 @@
[TID_OtherText254] = "��Ϣ����3",

[TID_OtherText255] = "AGB-FE7",

[TID_OtherText256] = "ȡ��",
2 changes: 2 additions & 0 deletions locale/JPJA/other.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,5 @@
[TID_OtherText254] = "���b�Z�[�W�e�X�g�R",

[TID_OtherText255] = "AGB-FE7",

[TID_OtherText256] = "�����Ƃ�",
2 changes: 2 additions & 0 deletions locale/USEN/other.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,5 @@
[TID_OtherText254] = "Test Message 3",

[TID_OtherText255] = "AGB-FE7",

[TID_OtherText256] = "Take",
1 change: 1 addition & 0 deletions locale/key/other.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,4 @@ TID_OtherText252,
TID_OtherText253,
TID_OtherText254,
TID_OtherText255,
TID_OtherText256,

0 comments on commit cbc0873

Please sign in to comment.