5 Commits
6.1.1 ... 6.1.2

Author SHA1 Message Date
infinitefusion
d78c950afc no dev files in releases 2024-03-29 21:47:57 -04:00
infinitefusion
e3bb249849 system 2024-03-29 21:47:01 -04:00
infinitefusion
3dcaaedfc9 updates version number 2024-03-29 21:42:54 -04:00
infinitefusion
5e9153a097 Fixes crash because of indexes not resetting when scrolling in sprites page 2024-03-29 21:38:57 -04:00
infinitefusion
3a307cdabf map fixes 2024-03-29 12:57:26 -04:00
15 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -5,8 +5,8 @@
#==============================================================================#
module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '5.0.0'
GAME_VERSION_NUMBER = "6.1.1"
GAME_VERSION = '6.1.0'
GAME_VERSION_NUMBER = "6.1.2"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17
POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18

View File

@@ -593,6 +593,7 @@ end
oldindex = @index
pbGoToPrevious
if @index != oldindex
@selected_index=0
pbUpdateDummyPokemon
@available = pbGetAvailableForms
pbSEStop
@@ -603,6 +604,7 @@ end
oldindex = @index
pbGoToNext
if @index != oldindex
@selected_index=0
pbUpdateDummyPokemon
@available = pbGetAvailableForms
pbSEStop

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.