evolution items overworld

This commit is contained in:
infinitefusion
2022-11-06 14:00:12 -05:00
parent 55786e28fa
commit a57a8777c8
21 changed files with 12 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ class PokeRadar_UI
@sprites[iconId].z = 100
@current_x += ICON_MARGIN_X
if @current_x > ICON_LINE_END
if @current_x >= ICON_LINE_END
@current_x = ICON_START_X
@current_y +=ICON_MARGIN_Y
@sprites["background"].zoom_y += 1