Skip to content

Commit

Permalink
Merge pull request #446 from ThibaultLassiaz/support-level-grind-fire…
Browse files Browse the repository at this point in the history
…-red

Fire Red : Support Level Grind mode for IT, SP, FR, GR languages #438
  • Loading branch information
hanzi authored Oct 17, 2024
2 parents 83fe5d2 + 57fe8c5 commit 011f96f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/battle_action_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def battle_action_use_move(
yield from scroll_to_battle_action(0)
yield
context.emulator.press_button("A")
for _ in range(6 if context.rom.is_rse else 7):
for _ in range(6 if context.rom.is_rse else 8):
yield

# It's possible the game does not actually offer the move list at this point, for example
Expand Down
12 changes: 12 additions & 0 deletions modules/data/symbols/patches/language/pokefirered.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,18 @@
"I":"81a661f",
"S":"81a8860"
},
"BattleScript_AskToLearnMove":{
"D":"81dccb1",
"F":"81d71ed",
"I":"81d5e85",
"S":"81d854d"
},
"BattleScript_ForgotAndLearnedNewMove":{
"D":"81dccde",
"F":"81d721a",
"I":"81d5eb2",
"S":"81d857a"
},
"Route19_Text_LucRematchIntro":{
"D":"0"
},
Expand Down
8 changes: 4 additions & 4 deletions wiki/pages/Mode - Level Grind.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ The following routes are supported:
|:---------|:-------:|:-----------:|:----------:|:----------:|:------------:|
| English ||||||
| Japanese ||||||
| German |||| ||
| Spanish |||| ||
| French |||| ||
| Italian |||| ||
| German |||| ||
| Spanish |||| ||
| French |||| ||
| Italian |||| ||

✅ Tested, working

Expand Down

0 comments on commit 011f96f

Please sign in to comment.