Commit Graph

3098 Commits

Author SHA1 Message Date
JappaWakka 0d36580015 Make <Pokedex.DexSeen(int)> include caught 2024-04-24 19:12:57 +02:00
JappaWakka 2d65ce8ce1 Hopefully fix the regionweather changing later 2024-04-24 18:31:02 +02:00
JappaWakka 9d912e939b Fix various Pokémon Type check errors 2024-04-23 17:29:41 +02:00
JappaWakka c0b3fe06d0 Fix battle tower walk script when camera turned 2024-04-23 16:55:14 +02:00
JappaWakka 064c99a4f3 fix shieldon's normal ow sprite 2024-04-23 11:37:56 +02:00
JappaWakka 224f9c87d7 Fix certain forms crashing pokédex 2024-04-23 11:00:32 +02:00
JappaWakka 81f05a3bd1 Added <System.FileExists(FilePath)> construct
Returns if the specified file (including extension) exists (relative to the GameMode's ContentPath).
2024-04-22 19:25:07 +02:00
JappaWakka 3318a6accc Reduce wait time before clickable MainMenu msgbox 2024-04-22 13:47:33 +02:00
JappaWakka fabbc958d9 Fix Remove NPC data crash if < 4 args 2024-04-22 13:10:13 +02:00
JappaWakka fa52bddf96 Fix PokéFan Beverly crash 2024-04-22 11:06:07 +02:00
JappaWakka 86428f8055 Add construct <Pokemon.FullyHealed([partyID])>
Checks if a specific Pokémon or all Pokémon in the party are fully healed.
2024-04-21 09:10:23 +02:00
JappaWakka 9f7b722bcf Just to be sure 2024-04-20 10:19:36 +02:00
JappaWakka eac90b82d9 Update Apricorn Screen 2024-04-19 20:23:40 +02:00
JappaWakka 045a299826 Fix Trade Screen crash 2024-04-19 15:08:36 +02:00
JappaWakka 11001f69d0 Fix text errors (out of bounds, newlines) 2024-04-19 15:08:14 +02:00
JappaWakka e37b4ed2da Fix wrong cursor position for scrollbars 2024-04-17 20:11:49 +02:00
JappaWakka 754d88d05b Enable Gain EXP after Catch for Kolben GameMode 2024-04-17 15:54:35 +02:00
JappaWakka ccd1b9bb7d Update Trainer Intros 2024-04-17 15:54:00 +02:00
JappaWakka 8451718d14 New GameRule - GainExpAfterCatch
When this is set to true, you gain EXP after you catch a Pokémon, just as if you defeated it.
2024-04-15 15:06:17 +02:00
darkfire006 399c00daf7 add wilds at olivine dock 2024-04-12 20:48:54 -05:00
darkfire006 628e3816ef include some stuff in project 2024-04-09 20:04:20 -05:00
JappaWakka 82fee7a434 Make Fly attack animation possible 2024-04-07 19:51:37 +02:00
JappaWakka a0fd0f061a Fix @pokemon.setstatus to none 2024-04-07 19:49:27 +02:00
JappaWakka 730e3ad766 Fix egg watch text outside box 2024-04-07 15:04:07 +02:00
JappaWakka 59a8a2e502 fix missing : 2024-04-07 12:25:36 +02:00
JappaWakka afb752ee4f Prevent stuck in fly mode when gravity active 2024-04-07 12:19:43 +02:00
JappaWakka e47f20ef35 Fix crash damage not happening when blocked 2024-04-07 12:17:18 +02:00
JappaWakka 6ca5a5442c Multiturn moves don't skip turns 2024-04-07 11:58:28 +02:00
JappaWakka 1bef17409e Add <Pokemon.IsRoaming(RoamerID)>
Checks if the given roaming Pokémon is still active.
2024-04-07 08:56:49 +02:00
darkfire006 2c2271f733 making static encounters repeatable when E4 cleared 2024-04-07 01:47:32 -05:00
JappaWakka 58a12e5edb Follower idle animate always 2024-04-06 19:46:05 +02:00
JappaWakka 86cdffdd76 Name of Attack is shown after TM/HM item name...
and when you @item.messagegive an HM, the Receive_HM jingle plays as well
2024-04-06 19:30:15 +02:00
JappaWakka 62f6605a0f Fix some roamer bugs and crashes 2024-04-04 18:36:36 +02:00
JappaWakka 65ec57d27b Change RoamingID from int to str 2024-04-04 17:52:47 +02:00
JappaWakka f280c5718c Update @Pokemon.NewRoaming(...) command...
@Pokemon.NewRoaming(RoamerID,PokémonID,Level,regionID,startLevelFile,MusicLoop,[Shiny],[ScriptPath])

RoamerID & ScriptPath are new.
* RoamerID (int) = A required identifier for the roaming Pokémon, can be used in scripts.
* ScriptPath (str) = Path to a script file to execute after every encounter with any roaming Pokémon
2024-04-04 17:49:46 +02:00
JappaWakka 4c5bd0b7f6 Fix player not change to surf pokémon on load 2024-04-04 12:33:34 +02:00
JappaWakka 2cbe35552c Roamers can have forms now 2024-04-04 09:48:25 +02:00
JappaWakka 59f1fd2361 Fix wrong music played when surf or ride 2024-04-03 09:20:31 +02:00
JappaWakka 6c49740ba2 Prevent scrolling while script active 2024-04-02 11:47:47 +02:00
JappaWakka 88d72bb451 Implemented script after catch or defeat roamer 2024-04-02 11:06:33 +02:00
JappaWakka 9ffa127999 Correct script library command 2024-04-01 20:08:25 +02:00
JappaWakka fdd015a8b4 Fix Frontier Brain to Frontier Head 2024-04-01 20:07:26 +02:00
darkfire006 142fd4d3cf fix pokemon registers 2024-04-01 12:36:21 -05:00
darkfire006 275201de44 fixing frontier pokemon movesets 2024-04-01 12:33:44 -05:00
darkfire006 1c73ca3a5a work around saving behind a rock puzzle 2024-04-01 11:54:36 -05:00
JappaWakka e2cfd5207a Fix some trainer text 2024-04-01 13:34:45 +02:00
JappaWakka 88b963b8d5 Fix another trainer 2024-04-01 13:33:23 +02:00
JappaWakka cb2bc3aad1 Fix Fisherman Wilton phone call script 2024-04-01 13:31:53 +02:00
JappaWakka 8b0b977665 Made it possible to fade into @music.forceplay 2024-03-29 18:54:53 +01:00
JappaWakka d5ed9d5cca Fix incorrect info in ScriptLibrary 2024-03-29 18:53:41 +01:00