Commit Graph

2450 Commits

Author SHA1 Message Date
JappaWakka 8fa1f76cf4 Aide or Oak give the Catching Charm with Sevii Dex 2024-08-24 16:26:35 +02:00
JappaWakka 58d9acc96f Implement Catching Charm, fix Exp. Charm 2024-08-24 16:06:24 +02:00
JappaWakka d3ad439226 Map Fixes 2024-08-24 15:39:53 +02:00
JappaWakka eeb0ba84c2 Fix Warp 2024-08-24 15:35:48 +02:00
JappaWakka 7188108444 Added Alph Unown Dex scientist + house update 2024-08-24 15:33:33 +02:00
JappaWakka de15767ce3 Fixed some typos and extra spaces 2024-08-24 15:32:11 +02:00
JappaWakka 1c3e30d59e Implemented Exp. Charm 2024-08-24 15:31:51 +02:00
JappaWakka 90b13caf94 .poke level and pokeID can contain constructs 2024-08-23 19:10:58 +02:00
JappaWakka 73fc0bc916 Fix BattleMenu highlighted move after Transform 2024-08-23 10:19:27 +02:00
JappaWakka 6f450b12e6 Fix issues when using Transform while transformed 2024-08-23 10:18:21 +02:00
JappaWakka 6759aba500 Make player face correct direction for npc insight 2024-08-20 12:30:50 +02:00
JappaWakka 0738507791 Disable backwardsmovekey in first person 2024-08-20 12:30:14 +02:00
JappaWakka 1e0fb98359 Fix wild encounters skipping trainer battles 2024-08-20 12:29:11 +02:00
JappaWakka 0bf698e9c2 Properly align bottom-most options buttons 2024-08-17 15:37:02 +02:00
JappaWakka aae35a8724 Fixed Main Menu crash 2024-08-17 15:36:22 +02:00
JappaWakka 93f8d63aaf ModelPath can be parsed for constructs 2024-08-14 14:47:44 +02:00
JappaWakka e065eb575a Added <Level.LoadOffsetMaps>
(Bool) Returns if OffsetMaps are being loaded (based on the Offset Map Quality option in the Options Menu).
2024-08-14 14:10:18 +02:00
JappaWakka f5feba5e99 Fix abilities etc. activating before opp switched 2024-08-12 15:15:53 +02:00
JappaWakka ad49e7af7b Changed SandboxSwitch to F3+O (B was boundingbox) 2024-08-10 11:07:55 +02:00
JappaWakka 90464e6530 Fix the typo in Dutch too 2024-08-10 10:46:06 +02:00
JappaWakka da7b534aa0 Partially update German, include spanish, fix typo 2024-08-10 10:43:33 +02:00
JappaWakka 89b111536f Add brazilian portuguese tokens by DMB/Dark Mario 2024-08-10 10:42:48 +02:00
JappaWakka cbe568a6f8 Changed SandboxSwitch to F3+B 2024-08-10 09:20:53 +02:00
JappaWakka b802531748 Added key to switch SandboxMode on and off
the key to press is Right Ctrl
2024-08-09 17:28:42 +02:00
JappaWakka 27bd072946 Fixed the Storage System filter issues 2024-08-09 17:11:56 +02:00
JappaWakka 1c6f8cf00f Fix incorrect old stats when leveling up 2024-08-07 11:32:13 +02:00
JappaWakka 9fae5d2dfc Update Victory Road textures 2024-07-31 19:23:46 +02:00
JappaWakka 689ce95c49 OW PkMn spawns close after press R to reload LvL 2024-07-31 18:36:06 +02:00
JappaWakka 97387050c7 Fix transformed pkmn level up wrong stats & icon 2024-07-29 10:35:05 +02:00
JappaWakka a0bcce2809 Fix Level Multiplier (decimal sep bug) 2024-07-25 10:55:53 +02:00
JappaWakka 6908c4a72d Fix battle intro music looping + command fix 2024-07-25 10:43:16 +02:00
JappaWakka 46cb18974d Fix warp sound for 2 arguments in command 2024-07-21 14:48:55 +02:00
Daniel S. Billing 09d9c51aa1
Merge branch 'master' into master 2024-07-19 19:24:54 +02:00
JappaWakka c2bb993a40 Prevent freeze if error in overworldpokemon cmd 2024-07-16 12:45:41 +02:00
JappaWakka 36ba9c6875 Added some missing commands to the scriptlibrary 2024-07-14 18:37:27 +02:00
JappaWakka b53ee169e5 Added command @Player.RemoveItemData()
@Player.RemoveItemData(LevelPath,ItemIndex)
Makes the specified item index of the specified map spawn again after it has been found.
LevelPath (str) - Path to the map file (including .dat) relative to "Content\Maps\"
ItemIndex (int) - Index of the ItemObject on the map (first argument in the object's AdditionalValue)
2024-07-14 17:29:13 +02:00
JappaWakka facfbc9f4e Stop walk anim when rival pushes you in new bark 2024-07-12 06:43:05 +02:00
darkfire006 f985bf5952 remove unused stairs 2024-07-07 23:07:08 -05:00
JappaWakka fef6ff28df Fix WarpBlock 2024-07-05 11:16:49 +02:00
JappaWakka 5c9faa6710 Remove unnecessary metadata from sfx 2024-07-05 11:12:04 +02:00
JappaWakka 15ee853001 Added additional Warp SFX, fixed HoleBlock + sfx 2024-07-05 11:11:33 +02:00
Pak Lam Ip 6afb1fdd00
Update forms.dat
Made correction for Rotom Wash form displaying in team menu
2024-07-05 04:16:08 -04:00
darkfire006 7de8cb3973 switrch to holes 2024-07-05 01:22:18 -05:00
JappaWakka 549d313509 Added HoleBlock Entity
Additional Value
* MapPath,X,Y,Z,DropDistance,WarpTurns,[FallSpeed=1],[ValidAccessRotations]

ActionValue:
* MessageBulb Index + 1

DropDistance argument might be redundant if the camera doesn't follow the falling player
2024-07-04 19:45:27 +02:00
JappaWakka 6f41946e21 Added @Player.DoWalkAnimation(bool)
Enables or disables the player's walking animation when walking or during a @player.move command.
2024-07-04 19:43:05 +02:00
darkfire006 17c87d1b53 updated vroad to HGSS layout 2024-07-03 01:57:39 -05:00
darkfire006 a049abea81 add closed rocket gamecorner 2024-06-27 12:59:10 -05:00
darkfire006 3d52f4fa94 Fix TR trio scripts 2024-06-25 17:28:12 -05:00
JappaWakka 12a61f5dae More dutch move names 2024-06-22 10:36:01 +02:00
darkfire006 9578265fb5 add _alola in wild data 2024-06-20 09:03:30 -05:00
JappaWakka 5a0243644f More Dutch tokens 2024-06-20 11:17:20 +02:00
JappaWakka 7d80fda0b3 Fix Token error 2024-06-20 10:36:31 +02:00
JappaWakka d87a6cf18d Dutch tokens update & English tokens fix 2024-06-17 19:51:36 +02:00
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 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