Commit Graph

2310 Commits

Author SHA1 Message Date
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
JappaWakka c2c7033ece Added "@environment.resetregionweather" command
Resets the weather to be based on the current season.
2022-05-31 21:00:56 +02:00
JappaWakka ab66ddaf7c
Corrected some more tokens 2022-05-28 21:25:34 +02:00
JappaWakka 06762018c8
Corrected some tokens 2022-05-28 21:17:13 +02:00
JappaWakka 5c065f7ed4
Removed incorrectly placed space 2022-05-28 21:14:48 +02:00
Daniel S. Billing 4a141dd86b Revert "Removed dupe line"
This reverts commit 1f060d596d.
2022-05-28 20:41:09 +02:00
Daniel S. Billing 1f060d596d
Removed dupe line
a6713d0c4d
2022-05-28 20:26:18 +02:00
JappaWakka d84f2c81e0
Alphabet in Dutch is with a f not a ph 2022-05-28 20:03:14 +02:00
JappaWakka 781d27f916
Changed team rocket HQ token 2022-05-28 19:58:32 +02:00