JappaWakka
9b942ab977
Expanded @Script.Delay with ItemCount DelayType
...
Also made each Script Delay be defined with an identifier so you can have multiple delays running at the same time!
* arg0 = Identifier
* arg1 = Script Path
* arg2 = Delay Type (Steps, ItemCount)
// Steps
* arg3 = Amount of steps
* arg4 = Whether to display the remaining steps in the start menu
//ItemCount
* arg3 = Item ID
* arg4 = Compare Type (Equal, Below, EqualOrBelow, Above, EqualOrAbove)
* arg5 = Item Amount
With the ItemCount type you can run a script when you do or do not have a certain amount of items
2024-12-28 19:26:01 +01:00
JappaWakka
aef9bf78f7
Make Trainer Card screen translatable & fix token
2024-12-09 19:17:51 +01:00
JappaWakka
787cd5358e
Added and fixed tokens for main menu, inventory...
...
... and the title of the join server screen.
2024-12-09 18:46:02 +01:00
JappaWakka
052f32a5de
Reload apply/cancel buttons too on language select
2024-12-09 17:16:27 +01:00
JappaWakka
1812c4914d
Location in the save menu shows localized value
2024-12-08 13:59:05 +01:00
JappaWakka
2640ec070f
Make it possible to scale + rotated pkmn models
...
PokeModelScale|Value - Scale all Pokémon models in battle by value (sng), default = 1
PokeModelRotation|xRot,zRot - Rotate all Pokémon models by the specified radians. Y rotation is dynamically controlled by the game so I didn't want to mess with that.
2024-11-30 11:45:59 +01:00
JappaWakka
e7153fdc4f
Fixed Pause Screen quit confirmation text position
2024-09-28 10:07:31 +02:00
JappaWakka
27e940f117
Also remove safari balls when blacked out
2024-09-14 14:36:32 +02:00
JappaWakka
2c9a1ebc61
Implement Exp. All Key Item
2024-08-31 16:32:35 +02:00
JappaWakka
16a88c1c22
Make it possible to exclude poke file from PokéDex
2024-08-31 14:42:25 +02:00
JappaWakka
e81237bd64
Support for forms in cries and interactions
2024-08-25 18:32:06 +02:00
JappaWakka
58d9acc96f
Implement Catching Charm, fix Exp. Charm
2024-08-24 16:06:24 +02:00
JappaWakka
1c3e30d59e
Implemented Exp. Charm
2024-08-24 15:31:51 +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
27bd072946
Fixed the Storage System filter issues
2024-08-09 17:11:56 +02:00
JappaWakka
97387050c7
Fix transformed pkmn level up wrong stats & icon
2024-07-29 10:35:05 +02:00
JappaWakka
15ee853001
Added additional Warp SFX, fixed HoleBlock + sfx
2024-07-05 11:11:33 +02:00
JappaWakka
7ea152fbe5
Make it possible to remove pokegear phone/worldmap
2024-05-18 17:18:23 +02: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
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
65fd7dc53e
Draw fade before gui
2024-05-10 15:35:23 +02:00
JappaWakka
2e43afbbc2
Made PokéGear user screen selectable with mouse
2024-05-06 13:34:57 +02:00
JappaWakka
9873f15aa5
Fix items lost if switch pokémon after knocked off
2024-05-01 13:26:29 +02:00
JappaWakka
9d912e939b
Fix various Pokémon Type check errors
2024-04-23 17:29:41 +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
e37b4ed2da
Fix wrong cursor position for scrollbars
2024-04-17 20:11:49 +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
JappaWakka
730e3ad766
Fix egg watch text outside box
2024-04-07 15:04:07 +02:00
JappaWakka
62f6605a0f
Fix some roamer bugs and crashes
2024-04-04 18:36:36 +02:00
JappaWakka
59f1fd2361
Fix wrong music played when surf or ride
2024-04-03 09:20:31 +02:00
JappaWakka
b04e869783
Show correct buttons on map screen
2024-03-28 19:13:43 +01:00
JappaWakka
582e934b80
Fix gamepad start button not unpausing
2024-03-28 19:13:24 +01:00
Jasper Speelman
fdc89e31e8
Merge pull request #204 from P3D-Legacy/0.61-implementations
...
0.61 implementations
2024-03-28 18:03:51 +01:00
JappaWakka
6d9138ee38
Fix PokedexScreen crash after catch
2024-03-26 18:13:07 +01:00
JappaWakka
5b774623c5
Position Trainer Intro texture better
2024-03-26 13:13:49 +01:00
JappaWakka
ceaf5e50a6
Fix icon/text offsets in Apricorn Screen
2024-03-22 17:42:09 +01:00
darkfire006
3ab16fdf3e
various fixes
2024-03-21 22:14:47 -05:00
JappaWakka
5e58d4d249
Increase performance VoltorbFlip w/ ContentPacks
2024-03-20 15:26:06 +01:00
JappaWakka
fb4d9d15d5
Fix some accidental VoltorbFlipScreen errors
2024-03-20 15:20:30 +01:00
JappaWakka
e217895a20
Make it possible to quit voltorbflip w/ open memo
2024-03-20 13:29:04 +01:00
JappaWakka
5f826a799a
Fix VoltorbFlip ChooseBox bug
2024-03-15 09:31:07 +01:00
JappaWakka
35355174cc
Fix ContentPack menu button crash
2024-03-04 18:06:10 +01:00
darkfire006
6ed27c3721
0.60 wrap up commit
2024-03-01 20:17:54 -06:00
JappaWakka
2551f0d5c7
Fixed multiple evolution softlock
2024-02-27 09:54:47 +01:00
JappaWakka
bb78bb3543
Fix battle music crashes
2024-02-25 18:52:28 +01:00