mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Fix Pokémon Menu Icon offsets for #906 and higher
This commit is contained in:
parent
4b2bd53e36
commit
f6447b5552
@ -337,8 +337,10 @@ Public Class PokemonForms
|
|||||||
r = n - 649
|
r = n - 649
|
||||||
Case 722 To 809
|
Case 722 To 809
|
||||||
r = n - 721
|
r = n - 721
|
||||||
Case Else
|
Case 810 To 905
|
||||||
r = n - 809
|
r = n - 809
|
||||||
|
Case Else
|
||||||
|
r = n - 905
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
While r > 16
|
While r > 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user