Commit Graph

3121 Commits

Author SHA1 Message Date
JappaWakka c3254073f3 Added High Jump Kick to Lopunny's learnset 2024-05-09 15:22:54 +02:00
JappaWakka b8fcb31484 Revert "Fix battle frontier on kanto/johto world map"
This reverts commit 0d442e54ef.
2024-05-09 15:13:57 +02:00
JappaWakka 0d442e54ef Fix battle frontier on kanto/johto world map 2024-05-09 13:18:33 +02:00
JappaWakka 2e43afbbc2 Made PokéGear user screen selectable with mouse 2024-05-06 13:34:57 +02:00
JappaWakka 60c1030659 Fix layout of Direct Trade Screen 2024-05-06 13:34:26 +02:00
JappaWakka cbc09b8358 Prevent impossible CropStringToWidth freeze 2024-05-05 21:18:40 +02:00
JappaWakka dad278e810 Fix Safari Zone sky area skybox 2024-05-05 18:13:40 +02:00
JappaWakka 4a16501926 Prevent BattleMenu from softlocking pvp battle...
...so that the BattleMenu can't be used until there are no more text messages displaying.
2024-05-05 15:13:15 +02:00
JappaWakka eca6a70ed6 Added MaxVisibleVertices to debug display
Show how many of the maximum amount of vertices are actually being drawn (which only happens when they're visible)
2024-05-05 13:17:06 +02:00
JappaWakka 0fb05ba815 Update SafariZone PowerPlant Area 2024-05-05 10:52:21 +02:00
JappaWakka e400c49d7d Fire Punch animation 2024-05-05 10:24:22 +02:00
JappaWakka c2f3eeff22 Don't show textbox if not lost item after battle 2024-05-05 09:39:10 +02:00
JappaWakka 56e436d69e Remove battle screen resetting weather for safari 2024-05-05 09:19:13 +02:00
JappaWakka f74f1212dd Fix nuget package sources 2024-05-02 16:09:19 +02:00
JappaWakka cab4e66cea Fix Item Finder and hidden item fading issues 2024-05-02 15:10:11 +02:00
JappaWakka 9873f15aa5 Fix items lost if switch pokémon after knocked off 2024-05-01 13:26:29 +02:00
JappaWakka 1a7e08d361 Added "DisableMenus" map tag
When set to 1, prevents the player from opening the start menu or accessing the PokéGear.
2024-04-29 16:56:47 +02:00
JappaWakka ee05af333c Added an exclamation mark at the end 2024-04-29 16:49:27 +02:00
JappaWakka 844bf81eb8 Changed the message for counter/mirror move fail 2024-04-27 17:30:08 +02:00
JappaWakka 4717d097e7 Fix Counter & Mirror Coat 2024-04-27 17:01:56 +02:00
JappaWakka d5d291bdda Added @Player.QuitGame(doFade) command
Quits the game and goes back to the Main Menu (with optionally a fade out and in)
2024-04-26 09:51:59 +02:00
JappaWakka 6360c93368 Fix Nilllzz' dialogue 2024-04-26 09:32:17 +02:00
JappaWakka 9eb32c6b59 Fix Parasol Lady Mikaela 2024-04-25 19:52:05 +02:00
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