Commit Graph

2099 Commits

Author SHA1 Message Date
JappaWakka ebe7094f50 Added Battle Pike model + Structure 2022-12-15 10:56:38 +01:00
darkfire006 37bee3ef38 allow fly outside MST 2022-12-13 15:51:40 -06:00
darkfire006 b494c54dc1 add new BF building structures 2022-12-13 15:51:29 -06:00
darkfire006 b49606c616 include money multiplier events 2022-12-13 09:24:12 -06:00
darkfire006 6866fd496e change mention of bike shop 2022-12-13 09:23:52 -06:00
JappaWakka 3dba6774d4 Foggy, Blizzard & Thunderstorm weather fixes
* During weather that reduces fog distance, fog has the correct color now based on time of day and environmenttype
* During Blizzard & Thunderstorm, the clouds are now partially transparent to blend in better with the thick fog
2022-12-10 14:03:20 +01:00
JappaWakka cc4b50f059 Check the right time 2022-12-08 17:19:54 +01:00
JappaWakka 05de30faed Fix renderdistance with different daytimes 2022-12-08 17:09:47 +01:00
darkfire006 7c2f360dbe R42 suicune crash fix 2022-12-08 09:46:41 -06:00
JappaWakka 55412e3286 Correct some comments 2022-12-06 19:03:37 +01:00
JappaWakka 7dcc423480 Added command to change the EnvironmentType
@Environment.SetEnvironmentType(ID)

This command temporarily sets the "EnvironmentType" parameter of the current map until a map change, which also changes the sky texture and sometimes adds particles. Value can be 0-5.
0 = Outside
1 = Inside
2 = Cave
3 = Dark (also makes all entities darker)
4 = Underwater (adds air bubble particles)
5= Forest
2022-12-06 19:03:23 +01:00
JappaWakka b3b719e5c0 Improved flash overlay (cleaner + shows less) 2022-12-06 14:36:48 +01:00
JappaWakka f3028d475d Fix Dark Cave Battlemap Walls 2022-12-06 14:34:55 +01:00
JappaWakka 75a71fbe7b Fix Hidden Ability Evolution Crash 2022-12-06 14:34:31 +01:00
JappaWakka bdb0278280 Make unable to switch message localizable 2022-12-04 21:17:42 +01:00
JappaWakka c0c4146607 Item Descriptions can be localized (no tokens yet) 2022-12-04 20:50:45 +01:00
JappaWakka a86e478342 Spaces and hyphens for move names 2022-12-04 20:22:53 +01:00
JappaWakka 56f9670e0d Move/Attack names can be localized now 2022-12-04 20:11:29 +01:00
JappaWakka dcf25a4817 Added Item names to localization file 2022-12-04 19:25:56 +01:00
darkfire006 4473b706a4 warp floor alignment fix 2022-12-02 09:29:30 -06:00
JappaWakka 4ed95f00c1 Finally made LightingType 6 function correctly 2022-11-26 14:41:30 +01:00
JappaWakka 6e2f925ba8 Added . after Repel use message 2022-11-18 15:08:34 +01:00
JappaWakka 4511946f27 Fix invisible floors overwriting visible floors 2022-11-18 15:08:14 +01:00
JappaWakka 8ea37604eb @Screen.ShowImage can now scale depending on size 2022-11-15 14:56:54 +01:00
JappaWakka 3bea96a5ea Fix Confused animation 2022-11-15 10:28:09 +01:00
JappaWakka 714869290c Fix medicine usage text out of bounds 2022-11-11 13:00:02 +01:00
JappaWakka 7d1931abd1 Fix exp sharing after switching before opponent 2022-11-11 12:59:38 +01:00
JappaWakka da637a85af Added Ember_Start sound back in the animation 2022-11-11 11:17:26 +01:00
JappaWakka 61e35007ad Sweet Scent didn't have capital S before 2022-11-11 11:16:58 +01:00
JappaWakka ac5fa28483 Added arg to force camera rotation (in 3rd person) 2022-11-02 11:49:46 +01:00
JappaWakka 9312aa18c3 Fix switch perspective with PreventMovement 2022-11-02 10:42:30 +01:00
JappaWakka f5eff34304 Allow darker shading with different environments 2022-11-02 10:36:50 +01:00
JappaWakka 39d8e1b59f Also can't switch perspective with PreventMovement 2022-11-01 18:40:21 +01:00
JappaWakka 8f7c725b95 You can now scroll using the gamepad triggers 2022-11-01 17:37:38 +01:00
JappaWakka b015a3632d Fix choosebox being too small in some cases 2022-10-18 17:02:24 +02:00
JappaWakka b52e01e19a Fix tintower sage text outside of bounds 2022-10-18 16:58:17 +02:00
JappaWakka afe35786a5 Fixed pokégear phone contacts overlapping text 2022-10-18 16:55:03 +02:00
JappaWakka c6b3a97885 Fix trainers crashing when starting a battle 2022-10-18 16:54:38 +02:00
JappaWakka 37fd285ca4 Dynamic sizing of Poké sprites, needs test & fix 2022-10-18 16:05:36 +02:00
JappaWakka 3855f806bd Player is not transparent now when starting script 2022-10-18 16:04:26 +02:00
JappaWakka b5282dd9f9 Made MagnetTrain jingle music instead of sfx + fix
Fixed timing on speedboatscene and magnettrain scripts
2022-10-18 16:03:52 +02:00
JappaWakka 57e145b668 Added argument to play a song that doesn't loop 2022-10-18 16:02:28 +02:00
JappaWakka d74103073d Fixed alignment of egg data in summaryscreen 2022-10-17 12:20:04 +02:00
JappaWakka 33fa45afe6 Fixed dex entries for various Pokémon 2022-10-17 11:40:01 +02:00
JappaWakka e9b4234add Fixed fogcolor based on lighting, not daytime 2022-10-16 20:31:07 +02:00
JappaWakka 69a9586f31 Corrected the transfer to pc message 2022-10-13 13:26:19 +02:00
JappaWakka 169ce4c709 Fixed collision detection bug 2022-10-13 13:26:01 +02:00
JappaWakka 7ca13b1a8d Fixed lightingtype 1 not disabling lighting 2022-10-08 20:36:59 +02:00
JappaWakka 683c21ba09 Made an exception to save disable rule 2022-10-06 21:24:18 +02:00
JappaWakka 470ccdff4f Another try at fixing waterfall bug 2022-10-02 12:50:34 +02:00