File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
modules/data/symbols/patches/language Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ gBattlescriptCurrInstr:
110110 J : 0x2024970
111111GTASKS :
112112 J : 0x3004a50
113+ # # The Window struct doesn't contain the language value in JP, so we read at address -2 (language struct is 0x2)
113114gWindowTemplate_Contest_MoveDescription :
114- J : 0x3004160
115+ J : 0x300415e
115116gEnemyParty :
116117 J : 0x30044f0
117118gBattleTypeFlags :
Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ gBattlescriptCurrInstr:
110110 J : 0x2024970
111111GTASKS :
112112 J : 0x3004a50
113+ # # The Window struct doesn't contain the language value in JP, so we read at address -2 (language struct is 0x2)
113114gWindowTemplate_Contest_MoveDescription :
114- J : 0x3004160
115+ J : 0x300415e
115116gEnemyParty :
116117 J : 0x30044f0
117118gBattleTypeFlags :
You can’t perform that action at this time.
0 commit comments