Commit Graph

3246 Commits

Author SHA1 Message Date
JappaWakka 1241a11611 Fix Full Screen screenshot corruption 2024-06-14 09:30:46 +02:00
JappaWakka caf99db33f Fix BattleMenu wrong position 2024-06-14 09:30:20 +02:00
JappaWakka d9b5b35006 Remove unused Options.dat property 2024-05-22 21:16:05 +02:00
JappaWakka 34fc3ffbbe Fix OnlyCaptureFirst GameRule's implementation 2024-05-22 19:23:48 +02:00
JappaWakka afee85c4ac Add Level Multiplier 1.2 to the right gamerules 2024-05-22 19:00:00 +02:00
darkfire006 ee7c0e5b94 fix line wrap 2024-05-20 18:34:53 -05:00
JappaWakka 100ba59891 Update Natu & Xatu's Moveset to ORAS 2024-05-20 19:31:22 +02:00
JappaWakka f22403795b Fix some NPC move, interact and animation issues
* NPCs with straight MovementType (and 2 or 3 frames) will now alternate animation frames instead of resetting after every step
* NPCs with walk or straight MovementTypes won't move into the player anymore when interacting with the NPC as they're about to walk
* NPCs with straight MovementType will now continue to walk in the direction they were heading before the player interacted with the NPC
* NPCs with walk MovementType won't walk into network players anymore
2024-05-20 13:48:45 +02:00
JappaWakka 25bcc154a2 Make ShinyRate & LevelMultiplier GameRules 2024-05-19 19:26:16 +02:00
JappaWakka f346a32495 Split HardGameRules into Hard and SuperHard 2024-05-19 13:08:53 +02:00
JappaWakka 7ea152fbe5 Make it possible to remove pokegear phone/worldmap 2024-05-18 17:18:23 +02:00
JappaWakka 6c065abfdd Revert "Add model vertices to entity vertex count"
This reverts commit ce52888a0d.
2024-05-16 15:25:20 +02:00
JappaWakka ce52888a0d Add model vertices to entity vertex count 2024-05-16 15:05:21 +02:00
JappaWakka b48debe4e2 Prevent next song playing before fade done 2024-05-15 17:08:45 +02:00
JappaWakka 873411d40e Prevent Music from deleting playlistsong if fading 2024-05-15 17:03:42 +02:00
darkfire006 7c2ff10f33 fix wrong day care 2024-05-14 17:24:38 -05:00
JappaWakka f4354a9922 Make it possible to check if pkmn can learn attack
@pokemon.select has an extra argument. If it is set to an attack ID, it will be visible which Pokémon can learn that move while selecting.

Added @Pokemon.CanLearnAttack(PartyIndex,AttackID)
Returns if the Pokémon can learn the specified move.
2024-05-14 11:02:47 +02:00
JappaWakka 14dd28290c Fix Music skipping intro and only playing intro 2024-05-13 19:00:20 +02:00
JappaWakka 3d7eb3bd66 Fix Attack CopyMove 2024-05-12 12:38:29 +02:00
JappaWakka f2a9babcd7 Fix Camera bug 2024-05-10 19:06:20 +02:00
JappaWakka 813e939090 Fix Pause Screen 2024-05-10 18:55:42 +02:00
JappaWakka 8479bd0fc3 Added some more text replacements 2024-05-10 18:07:31 +02:00
JappaWakka 260cf6aa66 Improve Character Selection Screen 2024-05-10 18:06:30 +02:00
JappaWakka 72702a2c61 Fix Choosebox not working in NewNewGameScreen 2024-05-10 18:02:54 +02:00
JappaWakka 65fd7dc53e Draw fade before gui 2024-05-10 15:35:23 +02:00
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