805 Commits

Author SHA1 Message Date
darkfire006
20a173874b update school kid jack 2023-07-24 22:29:17 -05:00
darkfire006
bd522ffcff small fix 2023-07-24 22:15:04 -05:00
darkfire006
f78c739f9b pokefan beverly update 2023-07-24 22:14:46 -05:00
darkfire006
e25bcace3e lass krise update 2023-07-24 20:48:19 -05:00
darkfire006
76de1152a9 firebreather walt update 2023-07-24 20:09:21 -05:00
darkfire006
f04332016e juggler irwin update 2023-07-24 19:37:11 -05:00
darkfire006
ecbd410e5b bug catcher arnie update 2023-07-24 19:36:06 -05:00
darkfire006
e44441df9a missed thing 2023-07-24 19:20:13 -05:00
darkfire006
260c3a3b06 youngster ian update 2023-07-24 18:47:01 -05:00
darkfire006
3d4bef33ff picnicker gina update 2023-07-24 17:48:32 -05:00
darkfire006
8adf5a1079 hiker anthony update 2023-07-24 17:31:35 -05:00
darkfire006
7c245946f0 fisherman ralph update 2023-07-24 12:10:38 -05:00
darkfire006
25b3d620b6 found the call sfx :P 2023-07-24 11:46:06 -05:00
darkfire006
5893036e92 update picnicker liz 2023-07-24 11:45:46 -05:00
darkfire006
7d1ffba691 update bug catcher wade 2023-07-24 09:59:26 -05:00
darkfire006
b6924b8a6c remove extra joey file 2023-07-24 09:37:40 -05:00
darkfire006
cf10f54515 update joey 2023-07-24 09:36:06 -05:00
darkfire006
3d11732bfb updated payout 2023-07-24 09:14:52 -05:00
darkfire006
db93909252 camper todd phone stuff incl bargain shop 2023-07-24 01:33:10 -05:00
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
5ed44da99b Mail system progress
Made it possible to attach already written mail to a pokémon
Added a taken item message if the pokémon that the mail gets attached to already has an item
Replaced the MiniFont and InGameFont on the mail screen with MainFont
Working on mouse support
2023-07-23 20:53:21 +02: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