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
a8bc9f972f
Merge pull request #156 from P3D-Legacy/custommoves
...
Custom Moves Functionality
2022-06-10 22:06:48 +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
2170db406b
Added Mt. Silver Textures to the project
2022-06-04 19:28:48 +02:00
JappaWakka
cfb38a8975
Fix Mt. Silver model
2022-06-04 17:39:44 +02: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
JappaWakka
a7b834d72b
Fix for texture bug in trainer card screen
2022-06-03 21:25:30 +02:00
JappaWakka
e0d81272e2
Forgot to change this number
2022-06-03 20:41:08 +02:00
JappaWakka
0f0ad57a4f
Fix for gamejolt profile buttons
2022-06-03 20:38:45 +02:00
JappaWakka
05a5fcac47
Added scripts for bookshelves in my office
2022-06-02 19:59:52 +02:00
JappaWakka
bcdfd38ff9
Added scripts for my office in kolben tower
...
Posters and my dialogue
2022-06-02 16:41:55 +02:00
JappaWakka
80432aea46
Fixed bug with localization tokens (description)
...
When returning to the main menu, the localization tokens were not getting reset to their default values.
2022-06-02 16:02:54 +02:00
JappaWakka
a745630c73
Fix for party screen bug (read description)
...
Fixed bug in the Party Screen where the Pokémon icons were covered by selection boxes
2022-06-02 13:05:08 +02:00
JappaWakka
0a47307a7c
Fixed missing characters in fonts, aligned text
...
When renaming a pokémon, the input box and the header text messages were off-center so I fixed that
Added some missing characters to the fonts, including the male and female symbols
2022-06-02 12:58:54 +02:00
darkfire006
f3b1face86
make the diagonal walls not upside down for no reason....
2022-05-31 19:29:08 -05:00
JappaWakka
1d4c15475e
Fixed bug in old NewGame Intro with name input
2022-05-31 21:03:13 +02:00
JappaWakka
c92810777e
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy
2022-05-31 21:01:14 +02:00