Commit Graph

676 Commits

Author SHA1 Message Date
JappaWakka f65f0e4f11 Updated PokéBall open sound 2022-07-19 14:51:11 +02:00
JappaWakka bf544a5e25 Fixed stats animation, added Tail Whip animation 2022-07-19 12:03:13 +02:00
JappaWakka acbf4e1b5c Added Water Gun move animation 2022-07-18 13:33:31 +02:00
JappaWakka b57ae43a3c Fixed Lighting colors one final time 2022-07-15 19:51:25 +02:00
darkfire006 9829321174 fixed rock in battle map 2022-07-15 00:30:50 -05:00
darkfire006 30a59646a8 fix wrong evolutions 2022-07-15 00:24:40 -05:00
JappaWakka 352b80db9c Any entity can have a model, model scale improved
0.1 meter in blender is now equivalent to 1/16th of a P3D unit or 1 pixel on a 16 pixels wide/tall texture. Mt Silver will need to be updated to match this scale, making the ModelEntity obsolete.

Also added Snorlax battle model
2022-07-13 00:12:16 +02:00
JappaWakka c401b4f063 Recolored Vine Whip 2022-07-13 00:02:21 +02:00
darkfire006 672b256433 make suicune not always shiny 2022-07-12 09:13:28 -05:00
darkfire006 802e86685b remove second mewtwo battle 2022-07-12 09:13:16 -05:00
darkfire006 f12d68dc31 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2022-07-12 09:12:03 -05:00
JappaWakka bd4f1154a1 Added Vine Whip animation, fixed 2 move animations
Fixed Scratch & Poison Sting
2022-07-12 11:37:18 +02:00
darkfire006 e6541748a0 remove extra terrain by the top of the pillar 2022-07-11 14:25:09 -05:00
darkfire006 3d75665bd0 fix r22-23 wild pokemon 2022-07-11 00:30:29 -05:00
darkfire006 30a6d96ce7 Alolan Dugtrio should be part steel 2022-07-10 18:12:30 -05:00
JappaWakka 16e5b0d4cd Added Pokémon to my office in kolben tower 2022-07-10 20:59:43 +02:00
darkfire006 5c96afb81e fix mahogany shop lady stuff 2022-07-10 03:05:12 -05:00
darkfire006 95598623f6 fix alolan Muk causing a crash 2022-07-10 03:04:03 -05:00
darkfire006 4fc99fcce2 SPIN FUCKERS SPIN 2022-07-10 03:03:36 -05:00
darkfire006 7e409c40b9 Update Kungfu.dat
added received text to getting Tyrogue
2022-07-10 01:53:11 -05:00
darkfire006 d9745b2823 changed when no is selected 2022-07-10 01:52:48 -05:00
darkfire006 dbf7791b9e removed useless text 2022-07-10 01:48:29 -05:00
darkfire006 7a52195f86 fix the ladders appearance in all of the Mt Ember maps 2022-07-10 01:00:29 -05:00
darkfire006 b3bd01f783 remove collision on the ladder model so the bump nolonger sounds 2022-07-10 00:47:38 -05:00
darkfire006 6b727ca6bd Fix to player direction in M2 cuttscene 2022-07-10 00:26:48 -05:00
darkfire006 7782b244e0 remove useless items 2022-07-09 02:20:24 -05:00
Jasper "JappaWakka" Speelman c2d11aa340 Fixed Ember animation, added Scratch animation 2022-07-08 15:17:56 +02:00
Jasper "JappaWakka" Speelman 0a75b36d15 Added Leer Animation 2022-07-08 13:41:23 +02:00
darkfire006 6b602a01ba fix trainer data for alolan form users 2022-07-06 02:13:16 -05:00
darkfire006 071781268a remove extra alola tags 2022-07-06 01:53:07 -05:00
darkfire006 b7ba3f8498 alolan form data files 2022-07-05 23:52:41 -05:00
darkfire006 9c958fd1f0 special evo conditions for alolan forms 2022-07-05 23:50:03 -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 943bbd3ce3 Typo fix Recieved > Received 2022-06-26 19:53:35 +02:00
JappaWakka 05774b29bd Fixed incorrect lighting texture and values 2022-06-22 21:04:03 +02: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 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 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 9b3517f04e Fixed incorrect New Bark Town/Route 27 warps 2022-06-06 14:19:39 +02:00
JappaWakka 5399cadac2 Fix violet gym again 2022-06-06 12:26:53 +02:00
darkfire006 a9432f0125 2 small map fixes 2022-06-05 21:35:54 -05: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 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