darkfire006
a8920ab6fb
region and regionalform envir constructs
2022-07-05 23:45:03 -05:00
darkfire006
56dff589e6
add regional form level tag
2022-07-05 23:44:43 -05:00
darkfire006
90e5345bd7
Add regional form tag to data files
2022-07-05 23:42:19 -05:00
darkfire006
50c8f9e3bd
adjust sprite placement and mark for future
2022-07-05 23:41:27 -05:00
darkfire006
14c636cfa3
remove pal park
2022-07-05 23:41:01 -05:00
JappaWakka
9dd17a9c65
Fix slideblocks resetting player speed (descr.)
...
Fixed the following bug:
If the player runs up or down a slideblock, and then walk up or down another slideblock right after the movement script is finished, then the player will walk at regular speed.
2022-07-05 17:49:23 +02:00
darkfire006
b344879f20
fix all roaming mons being caterpie
2022-06-30 09:09:05 -05:00
darkfire006
913c53211c
correct build stuff for new pokemon files
2022-06-30 00:21:50 -05:00
JappaWakka
3461b1f549
Battle poke switch - mouse support & cancel button
2022-06-26 21:23:28 +02:00
JappaWakka
04d9cce576
Removed unnecessary stuff from waterfall script
2022-06-26 21:02:33 +02:00
JappaWakka
76484c89b1
Fixed the fast forward/slower music bug
2022-06-26 20:21:10 +02:00
JappaWakka
322ca3e5c4
Fixed notification popup blocking pokégear
2022-06-26 20:20:37 +02:00
JappaWakka
7e5a433917
Various fixes for visual bugs
2022-06-26 19:59:12 +02:00
JappaWakka
ecbe8c5c92
Hopefully fix gts trading
2022-06-26 19:56:07 +02:00
JappaWakka
943bbd3ce3
Typo fix Recieved > Received
2022-06-26 19:53:35 +02:00
darkfire006
af62a74a9d
0.59 pre-release commit
...
update version, credits, and security numbers
2022-06-24 13:40:33 -05:00
JappaWakka
05774b29bd
Fixed incorrect lighting texture and values
2022-06-22 21:04:03 +02:00
JappaWakka
9ff6e94a1f
ContentPack fixes
...
* Fixed ContentPack menu crashing when trying to load more than 5 Content Packs
* Fixed Texture Replacements in exceptions.dat being ignored if not the same case
* Fixed minor visual bug in the Box screen where smaller textures would be scaled incorrectly
2022-06-22 21:02:11 +02:00
JappaWakka
a73bbee55b
Revert "Revert "Fix for invisible ball in certain maps""
...
This reverts commit 49dd67c012
.
2022-06-22 20:57:35 +02:00
JappaWakka
49dd67c012
Revert "Fix for invisible ball in certain maps"
...
This reverts commit 75bc2b7b7c
.
2022-06-22 18:12:25 +02:00
JappaWakka
75bc2b7b7c
Fix for invisible ball in certain maps
2022-06-22 11:15:53 +02:00
darkfire006
638de718ed
fix new game end of intro and wrong default gamemode
2022-06-19 16:04:35 -05:00
JappaWakka
e6d106c839
Lighting colors and select menu audio bug fix
2022-06-19 22:31:50 +02:00
JappaWakka
0bf30358da
Rival rename texture bug fix
2022-06-17 16:31:05 +02:00
JappaWakka
e60877d880
Now I definitely fixed waterfall bug
2022-06-14 19:48:18 +02:00
JappaWakka
dab417e190
DiamondDive WaterFall fix and other fixes
...
Added @player.stopmovement before waterfall scripts to make sure the player doesn't move further than they should
Fixed spelling error in code: NotifcationTypes -> NotificationTypes
Added commands to ScriptLibrary that were missing
2022-06-14 18:12:29 +02:00
JappaWakka
229816c698
Fix for violet city center bug
2022-06-11 15:11:44 +02:00
JappaWakka
7eb7805dcf
Added constructs for checking player movement
...
Also fixed the "<player.velocity>" construct and reset the player's movement speed in the teacher script in violet city
2022-06-11 15:01:16 +02:00
JappaWakka
c6c7ef236d
Fix for texture bugs
...
Rival rename texture bug, potential Trainer texture bugs and Player rename texture bugs fixed
2022-06-11 14:46:21 +02:00
JappaWakka
3d25b132bb
Fixed the daytimes
...
Instead of
Day = 0
Night = 1
Morning = 2
Evening = 3
it is now
Night = 0
Morning = 1
Day = 2
Evening = 3
this also affects the @environment.setdaytimeI(int) commands which have the same order but increased with 1
2022-06-11 10:46:51 +02:00
JappaWakka
747de3e221
Merge branch 'master' into custommoves
2022-06-10 10:26:10 +02:00
Jasper "JappaWakka" Speelman
790afcdbbc
Made sure regular moves still work as expected
2022-06-10 10:13:23 +02:00
JappaWakka
a40a44181b
Make gamemode moves actually work
2022-06-09 21:29:30 +02:00
JappaWakka
813992bf51
Fix positioning of values in move summary screen
2022-06-09 13:35:54 +02:00
JappaWakka
41615fb562
Fixed GameJolt save gender saving and loading bug
2022-06-09 11:13:50 +02:00
JappaWakka
c22f7d3894
If BattleAnimations = 0, skip catch animations
2022-06-06 15:00:18 +02:00
JappaWakka
9e67b5fc62
Fix for incorrectly placed burn animation
2022-06-06 14:59:13 +02:00
JappaWakka
9b3517f04e
Fixed incorrect New Bark Town/Route 27 warps
2022-06-06 14:19:39 +02:00
JappaWakka
542acc3c3d
Fixed bug with warpblocks not moving the player
2022-06-06 14:19:05 +02:00
JappaWakka
ff5ed455a4
Gamejolt save BattleStyle set to 1 by default
...
Like offline savegames
2022-06-06 13:53:21 +02:00
JappaWakka
7ac1e5b5fb
Fixed locking movement with debugwalk key
2022-06-06 13:51:51 +02:00
JappaWakka
5399cadac2
Fix violet gym again
2022-06-06 12:26:53 +02:00
JappaWakka
eac10fbdb2
Fix for waterfall movement bug
2022-06-06 12:10:22 +02:00
darkfire006
a9432f0125
2 small map fixes
2022-06-05 21:35:54 -05:00
JappaWakka
bc37be1374
Fix for menu screen crash
2022-06-04 16:12:03 +02:00
JappaWakka
537226be76
Map fixes and File Validation message fix
2022-06-04 15:12:29 +02:00
JappaWakka
0ab2493be1
Minor fixes
...
Added missing RunMode option in the gamejolt save
Fixed error in rewardssystem script
Fixed typo in soundmanager error
Fixed typo in messagebox file validation error
2022-06-04 11:04:00 +02:00
JappaWakka
caee81bc13
Possible fix for gj buttons mouse not working bug
2022-06-04 09:44:46 +02:00
darkfire006
8d822e410e
y=0 fix button misselect
2022-06-03 16:10:22 -05:00
JappaWakka
d9426e43d2
Possible fix for mapscreen crash
2022-06-03 22:02:44 +02:00