JappaWakka
1a4de5bc97
Form name only when mega evolve or in pokedex
...
Also:
Added form switch tip in pokedex
Turned some single positions into integers in pokedex
2023-07-18 18:38:36 +02:00
JappaWakka
fad33eaa4a
Pokédex form support progress
2023-07-12 20:09:06 +02:00
JappaWakka
a90ef6e6d8
A lot of progress on the softcode forms
2023-07-06 20:14:44 +02:00
JappaWakka
b6ba893a5d
Coin Case Cap is now a GameRule
2023-07-01 20:47:06 +02:00
JappaWakka
4a7c89cf53
Update ScriptLibrary
2023-06-30 17:56:26 +02:00
JappaWakka
d190ef524d
@Player.AddCoins max 50000 + voltorb flip bugfix
2023-06-30 15:45:44 +02:00
JappaWakka
20e456ead8
Return regular pokémon name if no nickname
2023-06-27 15:50:57 +02:00
JappaWakka
4d65d4bbc8
Fix some commands & script library
2023-06-26 19:23:13 +02:00
JappaWakka
a24568cd41
Added @Pokemon.LevelUp(LevelAmount)
...
This command levels a Pokémon up by the amount of levels (integer) specified in LevelAmount.
If a Pokémon could learn one or more moves on any of the levels between its original level and its level after the command, the command will allow the player to teach each of those moves.
2023-06-22 14:28:12 +02:00
JappaWakka
9971ed1d5f
Added @Pokemon.AddEV(pokeIndex,evStat,evValue)
...
Adds the evValue argument to the Effort Value stat of a Pokémon in the player's party and makes sure it's legal.
2023-06-17 11:51:35 +02:00
JappaWakka
0e8170a449
@Music.ForcePlay(song) & @Music.Unforce
...
@Music.ForcePlay(song)
Changes the currently playing music to a new one and prevents the music from being changed by warps or surfing/riding and such.
@Music.Unforce
Allows warps and surfing/riding etc. to change the music again.
2023-06-17 11:37:08 +02:00
JappaWakka
31834572b0
Reset level when exiting voltorb flip screen
2023-06-12 18:08:25 +02:00
JappaWakka
2e0966dd04
Reset Camera speed for run or ride in scripts
2023-06-11 20:36:41 +02:00
JappaWakka
b91a5f586f
Removed unused tokens
2023-06-09 12:11:03 +02:00
JappaWakka
09be466c3c
Fixed the build error because of script v1
2023-06-08 16:14:48 +02:00
JappaWakka
f627d9dd55
Update ScriptLibrary
2023-06-08 11:02:48 +02:00
JappaWakka
2e26b2d0c8
Argument for registering amount of bought items
...
@screen.trade(storeData {itemID,amount,price}{...},canBuy [bool],canSell [bool],currencyIndicator [str],shopIdentifier [str])
shopIdentifier is the value to register to (e.g. if the shopIdentifier = apple then it will register apple_110 if you bought item 110 (pearl) from that shop)
2023-06-08 10:54:51 +02:00
JappaWakka
4805bb2836
Made NPC Trade CatchMethod & Location localizable
...
Also fixed catchlocation with Pokémon add commands
2023-06-04 18:18:33 +02:00
JappaWakka
6e1d409a9d
Made CatchLocation And CatchMethod Localizable
2023-06-02 10:56:58 +02:00
JappaWakka
315d250405
Added <player.name> to the pokemon add commands
2023-06-01 16:02:04 +02:00
JappaWakka
319ad9b231
Added @item.select and <inventory.selected>
...
@item.select(AllowedPages,AllowedItems)
Opens an item select screen with only the specified item type pages (separated with ";", e.g. "0;1;2" or "standard;medicine;plants") and possible item IDs (single items separated with ";", or with a "-" if you want a range, e.g. "2000-2066"
Both variables are optional. If AllowedPages is empty, all pages are allowed. If AllowItems is empty, all items are allowed.
<inventory.selected>
Returns the ID of the item selected in the screen opened by @item.select(AllowedPages,AllowedItems)
2023-05-31 12:34:11 +02:00
darkfire006
4e4b1bac73
add juice properties to berries
2023-05-30 17:54:26 -05:00
darkfire006
a11f46dcd6
coin scripts
2023-05-29 20:33:16 -05:00
darkfire006
ddbbd21043
allow coins to be used in shops and track as stats
2023-05-29 20:32:57 -05:00
JappaWakka
d13b5eb8d3
GameMode Item Preparations
...
Implemented GameMode Mega Stones
2023-05-29 15:33:57 +02:00
JappaWakka
348ba89b15
Add localization for Voltorb Flip and Coin Case
2023-05-27 16:52:36 +02:00
JappaWakka
bd38e5c2ab
VoltorbScreen fully implemented!
2023-05-27 15:09:41 +02:00
JappaWakka
99bf455a6e
It doesn't work perfectly but something happens
2023-05-25 18:37:37 +02:00
JappaWakka
e9013a9371
A lot of progress again :D
...
Improved implementation of quiting Voltorb Flip minigame
Properly implemented max amount of coins you can win
Implemented command to start a Voltorb Flip minigame including adding won coins to the coin case afterward
2023-05-24 14:30:38 +02:00
JappaWakka
c8cf5caeac
Fix Structure offset inside another structure
2023-05-13 19:58:12 +02:00
JappaWakka
ba2a970b11
Make it possible to spawn NPC w/ rival/playerskin
2023-05-09 18:27:27 +02:00
JappaWakka
b23c0455e6
Added missing run key from <system.button(str)>
2023-05-02 11:26:14 +02:00
JappaWakka
52ee3da1a2
@npc.spawn has argument for moverectangles now
2023-04-28 09:21:04 +02:00
JappaWakka
489af57626
Hopefully fix waterfalls this time
2023-04-20 15:54:53 +02:00
JappaWakka
b12ae2026d
Fix namerater inconsistencies
2023-04-03 19:22:42 +02:00
JappaWakka
17ef30605c
Fixed wrong bugcatchingconstest item pickup type..
...
By adding the IsOutside map Property
2023-04-01 09:15:57 +02:00
JappaWakka
2f0cccb052
Entering battle without pokémon triggers blackout
2023-02-26 17:16:39 +01:00
JappaWakka
daef33a886
Prevent wild & trainer battles without pokémon
...
when the player has no Pokémon in their team, wild and trainer battle commands don't do anything
2023-02-26 15:26:07 +01:00
JappaWakka
300aa87738
Fixed slideblock and waterfall
2023-02-12 18:57:20 +01:00
JappaWakka
48d3a0505b
Weather render distance and color tweaks
2023-01-23 12:17:57 +01:00
JappaWakka
686cef84fe
Tweaked weather colors and chances
2023-01-17 19:27:15 +01:00
JappaWakka
aa982addbe
Fixed Pokémon still encountering with debugwalk
2023-01-15 19:45:29 +01:00
JappaWakka
f2e093072e
Added failsave to fix missing Level music crash
2023-01-13 14:13:44 +01:00
JappaWakka
65e9fddb6d
Stop player's money from being negative
2022-12-31 22:03:25 +01:00
JappaWakka
73727edb6c
Added @Player.RemoveMoney(int)
2022-12-31 21:04:11 +01:00
JappaWakka
0432aff0e7
@Player.ShowBattleAnimations(0 or 1)
...
Enables or disables battle animations
2022-12-26 21:02:52 +01:00
JappaWakka
7468fb38b1
Really fix invisible offsetmapfloors
2022-12-19 06:28:02 +01:00
JappaWakka
cef17ea173
Fix invisible offsetmapfloors overwriting
2022-12-19 06:08:31 +01:00
darkfire006
96f9c056b1
Revert "Fix invisible floors overwriting visible floors"
...
This reverts commit 4511946f27
.
2022-12-18 22:57:10 -06:00
JappaWakka
f3633cc0d8
Whirlpool animation textures can now be modified
...
Also removed a tag that wasn't used
2022-12-18 14:42:09 +01:00