Commit Graph

2748 Commits

Author SHA1 Message Date
JappaWakka 4b2138d3b2 Fix Background anim fadeout + tweak psychic anim 2023-06-22 10:40:29 +02:00
JappaWakka 1d535bc14d Tweak Psychic background anim speed 2023-06-21 20:02:07 +02:00
JappaWakka ab55d4d1d7 Reset setDaytime and setSeason on quit 2023-06-21 19:31:39 +02:00
JappaWakka 3200dd9d15 Fix Daytimes when set by command 2023-06-21 19:28:35 +02:00
JappaWakka a386be5eb6 Added psychic anim & made background anims work
and also added Ice Punch assets to project
2023-06-21 19:24:43 +02:00
JappaWakka 62fea61236 Fix battlescreen having wrong daytime sky 2023-06-21 19:22:24 +02:00
JappaWakka a6d9a21b72 Fix some GameMode Item stuff 2023-06-21 19:21:34 +02:00
JappaWakka 5d8ae1b1b9 Added Ice Punch Move Animation 2023-06-20 15:56:05 +02:00
JappaWakka 592420abac Fixed rotate BattleAnimation & enddelay...
EndDelay for BattleAnimations is now correctly calculated
Rotate BattleAnimation now actually ends when it's done rotating
2023-06-20 15:55:47 +02:00
JappaWakka f93fc668c6 Fix Alex's script and sprite 2023-06-18 09:50:19 +02:00
darkfire006 83aa835341 preliminary juice shoppe scripts 2023-06-17 23:15:57 -05:00
darkfire006 8de3030558 increase BP payouts from tower and factory 2023-06-17 22:57:27 -05:00
JappaWakka 7b41b1fa16 Added AlexCorruptor to the Kolben Tower 2023-06-17 19:51:06 +02:00
JappaWakka 9971ed1d5f Added @Pokemon.AddEV(pokeIndex,evStat,evValue)
Adds the evValue argument to the Effort Value stat of a Pokémon in the player's party and makes sure it's legal.
2023-06-17 11:51:35 +02:00
JappaWakka 0e8170a449 @Music.ForcePlay(song) & @Music.Unforce
@Music.ForcePlay(song)
Changes the currently playing music to a new one and prevents the music from being changed by warps or surfing/riding and such.

@Music.Unforce
Allows warps and surfing/riding etc. to change the music again.
2023-06-17 11:37:08 +02:00
darkfire006 3c5f5ee889 fix vb proj furfrou 2023-06-16 14:29:49 -05:00
JappaWakka ec7392aa22 Fix Furfrou OW texture name 2023-06-14 19:17:19 +02:00
JappaWakka 5617e94f6f Remove unnecessary .ToString 2023-06-14 19:10:27 +02:00
JappaWakka db35572eb1 Limit Pokémon names to 12 and others to 20 chars 2023-06-14 19:10:04 +02:00
JappaWakka cda0c79160 Added Bicycle Item for custom GameModes 2023-06-14 10:07:58 +02:00
JappaWakka a0aa947c5c Added a GameMode Move property and 2 functions
* Fixed an issue with GameMode Items in battles
* Updated the example files for GameMode Items and GameMode Moves
* Maybe fixed something audio volume related

* Made it possible to disable the reduction of PP using the DeductPP (bool) property for GameModeMoves
* Added the new functions "SetTrigger" and "RemoveTrigger" for GameModeMoves:

Function "SetTrigger" checks if a Pokémon does or does not have a certain Status and prevents functions after it from executing if the Pokémon does not have the desired Status.
The function is formatted like this: Function|SetTrigger,Target,Triggers
* "Target" determines which Pokémon's Status is checked and has to be either 0 or 1 (0 = check own Pokémon, 1 = check opponent's Pokémon)
* "Triggers" determines the status effect(s) that should or should not be on the target Pokémon. You can add multiple possible status effects to check for by separating them with a semicolon (;), the values can be: "burn", "freeze", "paralyze", "poison", "badpoison", "anypoison", "sleep", "noburn", "nofreeze", "noparalyze", "nopoison", "nobadpoison", "nopoison", "nosleep"
Function "RemoveTrigger" removes such a trigger so that functions after it are executed
2023-06-13 20:22:35 +02:00
JappaWakka 7bffd5df72 Updated and added Pokémon name tokens 2023-06-13 19:58:37 +02:00
JappaWakka 31834572b0 Reset level when exiting voltorb flip screen 2023-06-12 18:08:25 +02:00
JappaWakka c287e2ce36 Fix incorrect Voltorb Flip rules 2023-06-12 16:15:45 +02:00
JappaWakka 7be2275050 Reset VoltorbFlip on Pause Menu quit 2023-06-12 15:27:30 +02:00
darkfire006 3074bb8285 fix factory exit warp 2023-06-11 21:55:08 -05:00
darkfire006 16b8b030eb trainer fixes 2023-06-11 21:52:38 -05:00
JappaWakka a69f5b3f49 Maybe fix a pvp thing 2023-06-11 20:37:19 +02:00
JappaWakka 2e0966dd04 Reset Camera speed for run or ride in scripts 2023-06-11 20:36:41 +02:00
JappaWakka b91a5f586f Removed unused tokens 2023-06-09 12:11:03 +02:00
darkfire006 71e34ea4c0 add missing texture 2023-06-08 09:20:35 -05:00
JappaWakka 09be466c3c Fixed the build error because of script v1 2023-06-08 16:14:48 +02:00
JappaWakka f627d9dd55 Update ScriptLibrary 2023-06-08 11:02:48 +02:00
JappaWakka 2e26b2d0c8 Argument for registering amount of bought items
@screen.trade(storeData {itemID,amount,price}{...},canBuy [bool],canSell [bool],currencyIndicator [str],shopIdentifier [str])

shopIdentifier is the value to register to (e.g. if the shopIdentifier = apple then it will register apple_110 if you bought item 110 (pearl) from that shop)
2023-06-08 10:54:51 +02:00
darkfire006 4de02d4b67 add break room script 2023-06-07 21:35:48 -05:00
JappaWakka 512dad9529 Fix incorrect music crash in BattleFactory 2023-06-07 20:44:02 +02:00
JappaWakka a9ab50f472 Fix invalid menu option crash 2023-06-07 20:36:58 +02:00
JappaWakka 92e611adcb Update battle while in chat 2023-06-07 20:36:41 +02:00
JappaWakka dc744ea02a Make HM GameMode items possible 2023-06-06 20:35:05 +02:00
JappaWakka f9602e0a07 Fixed Aragas' poster 2023-06-06 10:11:18 +02:00
darkfire006 741e0c1442 fix npc movement 2023-06-06 00:35:05 -05:00
JappaWakka ee2a304be2 Forgot a thing 2023-06-05 17:30:19 +02:00
JappaWakka fb63697ebd Fixed freeze 2023-06-05 17:29:17 +02:00
JappaWakka c6caf0dbbb Actually fix the water reset this time 2023-06-05 16:12:22 +02:00
JappaWakka ef0e2709f4 Polished Celadon GameCorner VoltorbFlip map 2023-06-05 15:49:56 +02:00
JappaWakka 228cc77755 Fix water not being reset between gamemodes 2023-06-05 13:50:41 +02:00
darkfire006 840bd17aba add endless break room 2023-06-04 16:32:44 -05:00
darkfire006 67f1f9afcd allow optional breaks 2023-06-04 16:23:08 -05:00
darkfire006 bc69bb36ac update factory maps 2023-06-04 16:05:43 -05:00
darkfire006 00341dff77 slight re order of tower break start camera stuff 2023-06-04 16:05:25 -05:00