Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RS : Fix encounter logging for FR/IT/ES/JP #641

Merged
merged 2 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions modules/data/symbols/patches/language/pokeemerald.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,6 @@ Task_DoFieldMove_RunFunc:
I: 0x813522c
J: 0x8135670
S: 0x8135234
#---------------------#
# Puzzle Solver #
#---------------------#
EventScript_UseDiveUnderwater:
D: ~
F: ~
Expand All @@ -711,7 +708,6 @@ Task_UseDive:
J: ~
S: ~
#---------------------#
#---------------------#

#----------------#
# Listeners #
Expand Down
2 changes: 2 additions & 0 deletions modules/data/symbols/patches/language/pokeruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ gBattlescriptCurrInstr:
J: 0x2024970
GTASKS:
J: 0x3004a50
gWindowTemplate_Contest_MoveDescription:
J: 0x3004160
gEnemyParty:
J: 0x30044f0
gBattleTypeFlags:
Expand Down
4 changes: 4 additions & 0 deletions modules/data/symbols/patches/language/pokeruby_rev1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ GTASKS:
F: 0x3004b30
I: 0x3004b30
S: 0x3004b30
gWindowTemplate_Contest_MoveDescription:
F: 0x3004220
I: 0x3004220
S: 0x3004220
gEnemyParty:
F: 0x030045d0
I: 0x030045d0
Expand Down
2 changes: 2 additions & 0 deletions modules/data/symbols/patches/language/pokesapphire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ gBattlescriptCurrInstr:
J: 0x2024970
GTASKS:
J: 0x3004a50
gWindowTemplate_Contest_MoveDescription:
J: 0x3004160
gEnemyParty:
J: 0x30044f0
gBattleTypeFlags:
Expand Down
4 changes: 4 additions & 0 deletions modules/data/symbols/patches/language/pokesapphire_rev1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ GTASKS:
F: 0x3004b30
I: 0x3004b30
S: 0x3004b30
gWindowTemplate_Contest_MoveDescription:
F: 0x3004220
I: 0x3004220
S: 0x3004220
gEnemyParty:
F: 0x030045d0
I: 0x030045d0
Expand Down