Commit Graph

3124 Commits

Author SHA1 Message Date
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
darkfire006 f655939510 fix shops with registers 2023-12-21 00:09:49 -06:00
darkfire006 26ea58df47 fix world maps inside factory 2023-12-21 00:09:18 -06:00
darkfire006 10b6587ac5 minor fixes to factory 2023-12-20 22:29:28 -06:00
darkfire006 60e86c41c3 plane now requires ticket 2023-12-20 20:11:00 -06:00
darkfire006 f4d3a717fe misc frontier fixes 2023-12-20 19:54:46 -06:00
darkfire006 6f40767147 moved soon bots 2023-12-20 19:18:26 -06:00
JappaWakka 4325351320 Fix localized field moves not working 2023-12-19 13:17:14 +01:00
JappaWakka da7339cd79 Fix crash with Schoolkid Alan on route 36 2023-12-19 12:39:17 +01:00
JappaWakka ee6fa0d67a Fix typo in Violet City map 2023-12-19 12:24:32 +01:00
JappaWakka b2b34966db Make PP Up & PP Max not usable in battle 2023-12-19 12:23:41 +01:00
JappaWakka 830a11d696 Fix some errors in pallet\evaldist script 2023-12-19 12:20:27 +01:00
JappaWakka 40e7fe2a34 Fix typo in Ruins of Alph PC text 2023-12-19 12:16:16 +01:00
JappaWakka 4c91360cd5 Fixed Spearow Kenya's mail crash 2023-12-19 12:15:03 +01:00
JappaWakka a1c3c6f9da Added <Pokémon.LevelAttacks(id,maxLv)> construct
<Pokémon.LevelAttacks(Index,[MaxLevel])>
Returns a string of every move the Pokémon can learn at or below a certain level
* Index (int) = Index of a Pokémon in the player's party
* MaxLevel (int) [optional] = Every move the Pokémon can learn at or below the level specified by this argument is added to the string. When this argument is left out or set to "-1", it will default to the Pokémon's current level.
2023-12-16 15:59:32 +01:00
JappaWakka b40dde8904 Added CopyMove property for GM Moves 2023-12-15 18:21:24 +01:00
JappaWakka 0dad856a14 forgot to fix an error 2023-12-12 10:00:54 +01:00
JappaWakka 459ce005d0 Fix crashes and errors related to custom types 2023-12-12 09:57:53 +01:00
JappaWakka 09051e0cba Make spelling of Paralyze consistent for AIField 2023-12-11 18:28:44 +01:00
JappaWakka 5857a05eb9 Add Type example.dat to project 2023-12-11 17:55:15 +01:00
JappaWakka 13fa3f52d2 Fix dive checking the wrong canhit move property 2023-12-11 17:52:32 +01:00
JappaWakka 63c7f96cb8 Added example.dat for GM Types 2023-12-11 14:38:28 +01:00