Fix Pokémon Menu Icon offsets for #906 and higher

This commit is contained in:
JappaWakka 2023-12-06 11:56:06 +01:00
parent 4b2bd53e36
commit f6447b5552
1 changed files with 3 additions and 1 deletions

View File

@ -337,8 +337,10 @@ Public Class PokemonForms
r = n - 649
Case 722 To 809
r = n - 721
Case Else
Case 810 To 905
r = n - 809
Case Else
r = n - 905
End Select
While r > 16