3195 Commits

Author SHA1 Message Date
darkfire006
beff99d985 end->endif 2024-01-28 20:53:31 -06:00
darkfire006
dff7a0ae49 get old format frontier emblems 2024-01-28 20:53:21 -06:00
darkfire006
27b130914e logic typo 2024-01-26 08:58:26 -06:00
darkfire006
cbda6172bf fix simisear shiny sprite 2024-01-25 21:34:13 -06:00
JappaWakka
50c7125f71 Added Exp calc changing GM Item property
ExpMultiplier|sng,[bool]
optional second argument overrides the exp boost pokémon get when traded if set to true/1
2024-01-24 17:27:59 +01:00
JappaWakka
c50c645654 Display correct GameMode name in main menu 2024-01-24 15:20:57 +01:00
JappaWakka
8ab0da3f38 GameModes in Saves use directory name for check 2024-01-24 12:58:54 +01:00
darkfire006
7a1ab528aa typo 2024-01-19 22:28:19 -06:00
darkfire006
27410cb283 make shops actually prevent buying items you can afford 2024-01-19 22:28:14 -06:00
darkfire006
be184a85ed prevent perrserker and obstagoon from spawning in the frontier 2024-01-16 23:47:51 -06:00
darkfire006
28ec2aa1ab fix pokemon texture errors 2024-01-16 23:35:57 -06:00
darkfire006
07bc005c47 secret give back the berry before a logic split instead of after on one branch 2024-01-16 01:50:39 -06:00
darkfire006
f685dd5506 the add command was working more like a set with a possiblity to reset the stat 2024-01-16 01:50:03 -06:00
darkfire006
87ad7562f7 reset select item screen every time 2024-01-14 01:40:55 -06:00
darkfire006
83318c4607 make berry usage behavior make sense 2024-01-14 01:40:39 -06:00
darkfire006
c21d040dc1 make berries useable only when appropriate 2024-01-14 01:14:00 -06:00
JappaWakka
6b0a6cbab1 Fix form Pokémon in hiddengrottos not working 2024-01-11 10:12:08 +01:00
JappaWakka
2874b71aac Prevent berries with no usage from being used 2024-01-11 09:54:02 +01:00
JappaWakka
1f23b95827 Fix TradeScreen crash with limited stock 2024-01-11 09:47:09 +01:00
darkfire006
e9a234d30c adjust some odds for the rare drinks 2024-01-09 18:50:44 -06:00
darkfire006
7663f5eb21 typed the wrong thing for the color 2024-01-09 18:49:28 -06:00
darkfire006
d329e00af5 include new files in proj 2024-01-08 21:42:02 -06:00
darkfire006
dc3281dcb7 small typo 2024-01-08 21:41:48 -06:00
darkfire006
acb37ab7c3 custom drinks now remove berries 2024-01-08 19:16:43 -06:00
JappaWakka
16a83441d9 Fixs some music bugs...
Fixed delay when unpausing the game while current level has no musicloop defined
Fixed silence (caused by undefined musicloop) overriding currently playing song when unpausing
2024-01-07 13:35:17 +01:00
darkfire006
9129ae0675 fix daily juice generation 2024-01-07 00:06:46 -06:00
darkfire006
d1656f8f22 fix typo 2024-01-06 18:16:17 -06:00
darkfire006
d5b62e90b3 remove unimplemented items 2024-01-06 18:16:11 -06:00
darkfire006
507b9216d9 fix minor gate stuff 2024-01-06 18:16:02 -06:00
darkfire006
9335cf64a4 shoveled some snow 2024-01-06 18:06:23 -06:00
darkfire006
da660052c8 npcs in the frontier centers 2024-01-04 23:27:20 -06:00
JappaWakka
3d046255d5 Fix lighting issues in battle frontier exterior maps 2024-01-01 19:12:46 +01:00
darkfire006
af390034b9 small phone related fixes 2023-12-29 20:47:30 -06:00
darkfire006
2a96fa4d7d remove random leftover npcs 2023-12-29 20:40:13 -06:00
JappaWakka
e8da25f6bd Make fishing rods usable while riding/surfing 2023-12-27 20:49:08 +01:00
JappaWakka
85bcb52780 Added @Level.SetRideType(int) command
Sets the Ride Type of the current map.
Possible values for "int": 0 = Depends on CanDig and CanFly tags, 1 = Can ride, 2 = Can not ride, 3 = Can't stop riding once started
2023-12-27 18:55:48 +01:00
JappaWakka
35f321bf7a Fixed some battle hall text errors 2023-12-27 17:15:02 +01:00
JappaWakka
3f1b7ffc0c Added @Pokemon.Ride([pokeIndex[) command
@Pokemon.Ride([pokeIndex])
Makes a Pokémon in the player's party use the field move Ride. If the argument is left empty, the first Pokémon who knows Ride gets selected.
pokeIndex (int) [optional, defaults to -1] = the party index of a Pokémon
2023-12-27 17:13:00 +01:00
JappaWakka
845464f03c Added @Item.Use(ItemID) command
@Item.Use(ItemID)
Uses the specified item if the player has it.
2023-12-27 17:10:54 +01:00
JappaWakka
168255e1a0 If level RideType = 3, no stop once riding/biking 2023-12-27 17:09:25 +01:00
darkfire006
5eefdf9d1c remove unneeded speed setting 2023-12-26 10:58:04 -06:00
darkfire006
65e711f15c remove reference to an unneeded script 2023-12-22 16:21:29 -06:00
JappaWakka
46026e8de0 Fix attack desc not fitting in ChooseAttackScreen 2023-12-22 15:34:38 +01:00
JappaWakka
c1cadd3078 Fix CopyMove using wrong GetAttackByID function 2023-12-22 14:48:14 +01:00
JappaWakka
8a3a9dbe9b Add cries for new Pokémon 2023-12-22 11:04:57 +01:00
JappaWakka
8e13910d57 Fix item selection screen 2023-12-22 10:26:51 +01:00
JappaWakka
92f3832416 Fix entity constructs return sng instead of str 2023-12-22 10:12:14 +01:00
JappaWakka
2538b835b9 Fix sea plane ticket check 2023-12-22 10:11:19 +01:00
darkfire006
8e47716c06 open up weather in BF 2023-12-21 00:20:24 -06:00
darkfire006
2c14eef239 fix daily juice giving 2023-12-21 00:09:59 -06:00