Skip to content

Commit

Permalink
Fix bot being stuck because of missing battle ending symbol traduction (
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLassiaz authored Dec 5, 2024
1 parent 0dcfd2d commit 917540f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/data/symbols/patches/language/pokeemerald.yml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,12 @@ Task_SurfFieldEffect:
I: 0x80b8d98
J: 0x80b84dc
S: 0x80b8d98
HandleEndTurn_FinishBattle:
D: ~ # No need mapping
F: ~ # No need mapping
I: ~ # No need mapping
J: 0x803d918
S: ~ # No need mapping

#---------------------#
# Pokemon renaming #
Expand Down
6 changes: 6 additions & 0 deletions modules/data/symbols/patches/language/pokefirered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ BattleScript_ForgotAndLearnedNewMove:
I: 0x81d5eb2
J: 0x81bca04
S: 0x81d857a
HandleEndTurn_FinishBattle:
D: 0x8015894
F: 0x8015880
I: 0x8015894
J: 0x8015128
S: 0x8015894
sMoveSelectionCursorPos:
J: 0x203b0e1
gMoveSelectionCursor:
Expand Down
6 changes: 6 additions & 0 deletions modules/data/symbols/patches/language/pokeleafgreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ BattleScript_ForgotAndLearnedNewMove:
I: 0x81d5e8e
J: 0x81bc9e0
S: 0x81d8556
HandleEndTurn_FinishBattle:
D: 0x8015894
F: 0x8015880
I: 0x8015894
J: 0x8015128
S: 0x8015880
sMoveSelectionCursorPos:
J: 0x203b0e1
gMoveSelectionCursor:
Expand Down

0 comments on commit 917540f

Please sign in to comment.