Commit Graph

635 Commits

Author SHA1 Message Date
darkfire006 0e37e99016 wrong map check 2023-07-23 22:08:42 -05:00
darkfire006 77a322360c add elm and oak phone numbers 2023-07-23 19:24:06 -05:00
darkfire006 716d3a9f8f use a different logic for the list of dexes 2023-07-23 17:31:23 -05:00
JappaWakka a1b1df55c6 Fix Squirtle script in pallet town 2023-07-23 19:53:04 +02:00
JappaWakka 36d14ec3d3 Fix exiting new bark without prof elm pokémon 2023-07-23 10:10:49 +02:00
JappaWakka c3fb81a4c4 Pokédex evo/form screen progress 2023-07-21 16:30:12 +02:00
darkfire006 cc60a782f4 line breaks for the shops 2023-07-19 23:49:34 -05:00
darkfire006 d44bc8fd11 connect shop scripts 2023-07-19 23:04:17 -05:00
darkfire006 859e3d27fd mints and gems files 2023-07-19 23:03:57 -05:00
darkfire006 201108ae53 one more shop to include in the proj 2023-07-19 20:59:56 -05:00
darkfire006 a6129051da fix sunny day give 2023-07-17 15:35:41 -05:00
JappaWakka dae28c537a Dex Evo/Form Screen Progress + Pichu form fix 2023-07-17 18:46:06 +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
darkfire006 d88974c617 forgot a bf shop 2023-07-04 15:11:35 -07:00
darkfire006 8a962136cf final items for coin shops 2023-07-04 15:09:33 -07:00
darkfire006 51636194f8 BF shops 2023-07-04 15:08:24 -07:00
JappaWakka 9aec7b9161 Update forms.dat 2023-07-04 14:08:45 +02:00
JappaWakka 8b0a91dfa0 Softcoded forms file filled 2023-07-03 21:02:44 +02:00
JappaWakka c8c748ad1a Progress of creating softcoded forms 2023-07-03 20:54:32 +02:00
darkfire006 18d7ed6f35 berry store scripts frontier 2023-07-02 03:15:04 -05:00
darkfire006 698d367285 remove wrong shaders 2023-06-26 09:21:21 -05:00
JappaWakka f93fc668c6 Fix Alex's script and sprite 2023-06-18 09:50:19 +02:00
darkfire006 83aa835341 preliminary juice shoppe scripts 2023-06-17 23:15:57 -05:00
darkfire006 8de3030558 increase BP payouts from tower and factory 2023-06-17 22:57:27 -05:00
JappaWakka 7b41b1fa16 Added AlexCorruptor to the Kolben Tower 2023-06-17 19:51:06 +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 a0aa947c5c Added a GameMode Move property and 2 functions
* Fixed an issue with GameMode Items in battles
* Updated the example files for GameMode Items and GameMode Moves
* Maybe fixed something audio volume related

* Made it possible to disable the reduction of PP using the DeductPP (bool) property for GameModeMoves
* Added the new functions "SetTrigger" and "RemoveTrigger" for GameModeMoves:

Function "SetTrigger" checks if a Pokémon does or does not have a certain Status and prevents functions after it from executing if the Pokémon does not have the desired Status.
The function is formatted like this: Function|SetTrigger,Target,Triggers
* "Target" determines which Pokémon's Status is checked and has to be either 0 or 1 (0 = check own Pokémon, 1 = check opponent's Pokémon)
* "Triggers" determines the status effect(s) that should or should not be on the target Pokémon. You can add multiple possible status effects to check for by separating them with a semicolon (;), the values can be: "burn", "freeze", "paralyze", "poison", "badpoison", "anypoison", "sleep", "noburn", "nofreeze", "noparalyze", "nopoison", "nobadpoison", "nopoison", "nosleep"
Function "RemoveTrigger" removes such a trigger so that functions after it are executed
2023-06-13 20:22:35 +02:00
darkfire006 3074bb8285 fix factory exit warp 2023-06-11 21:55:08 -05:00
darkfire006 16b8b030eb trainer fixes 2023-06-11 21:52:38 -05:00
darkfire006 4de02d4b67 add break room script 2023-06-07 21:35:48 -05:00
JappaWakka 512dad9529 Fix incorrect music crash in BattleFactory 2023-06-07 20:44:02 +02:00
JappaWakka f9602e0a07 Fixed Aragas' poster 2023-06-06 10:11:18 +02:00
darkfire006 741e0c1442 fix npc movement 2023-06-06 00:35:05 -05:00
JappaWakka ef0e2709f4 Polished Celadon GameCorner VoltorbFlip map 2023-06-05 15:49:56 +02:00
darkfire006 840bd17aba add endless break room 2023-06-04 16:32:44 -05:00
darkfire006 67f1f9afcd allow optional breaks 2023-06-04 16:23:08 -05:00
darkfire006 bc69bb36ac update factory maps 2023-06-04 16:05:43 -05:00
darkfire006 00341dff77 slight re order of tower break start camera stuff 2023-06-04 16:05:25 -05:00
darkfire006 9aa43a95a4 add tents outside the pike 2023-06-04 02:21:11 -05:00
JappaWakka 3cc76934e9 Added period after item daily reward messages 2023-06-02 18:35:55 +02:00
JappaWakka 098feb8e0d Fix TM GameMode Item crashes 2023-06-01 12:40:58 +02:00
JappaWakka 771540a4a0 Make GameMode Items able to be TMs 2023-05-31 20:37:02 +02:00
darkfire006 a6170d0e01 gate exterior 2023-05-30 15:11:45 -05:00
darkfire006 094b90d4c0 line breaks added 2023-05-30 15:10:30 -05:00
JappaWakka 5363db90cf Added example and fixed some small things 2023-05-30 12:00:18 +02:00
darkfire006 37e1c62ff5 add celadon gamecorner 2023-05-30 02:09:31 -05:00
darkfire006 8808c8f9f8 small typo 2023-05-30 02:09:03 -05:00
darkfire006 5bacef9eee looping logic fix 2023-05-30 02:00:46 -05:00
darkfire006 efba920dda sea plane scripts 2023-05-29 02:26:21 -05:00