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
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
darkfire006
45cc53a6ef
update level tags
2023-05-29 00:22:53 -05:00
darkfire006
a0e04eda44
add sea plane item
2023-05-28 23:18:08 -05:00
darkfire006
13c0c56f2b
frontier gate scripts
2023-05-28 22:53:40 -05:00
darkfire006
21fef0dca0
remove frontier gate from R40 and remake as g/s layout
2023-05-28 19:28:39 -05:00
darkfire006
66bdbe5b7f
new gate in frontier
2023-05-28 19:21:37 -05:00
darkfire006
e5a1a7d1f0
frontier gate scripts
2023-05-28 19:16:44 -05:00
darkfire006
24f47ebbbf
remove pal park from map
2023-05-28 14:08:15 -05:00
darkfire006
02824d1609
battle tower endless break room
2023-05-28 14:06:32 -05:00
darkfire006
50c102fe89
add battle dome
2023-05-25 00:12:30 -05:00
darkfire006
f071823869
Battle Hall added
2023-05-24 23:43:07 -05:00
darkfire006
8747596a60
frontier map and fly points
2023-05-24 00:55:29 -05:00
darkfire006
7afa1a916c
add battle castle maps
2023-05-24 00:55:03 -05:00
darkfire006
0a9e7f07e7
battle tower new exterior
2023-05-23 17:28:14 -05:00
darkfire006
ce4261445b
battle pike maps
2023-05-22 22:28:55 -05:00
darkfire006
6e0dd748d8
add signs and a few npcs to central plaza, connect to factory
2023-05-21 22:12:07 -05:00
darkfire006
bbacf12cd5
make battle factory exterior map
2023-05-21 22:11:34 -05:00
darkfire006
20d52471ad
remove battle frontier flag collision
2023-05-21 22:11:04 -05:00
darkfire006
d5c3e33947
move battle frontier fly point and add inset map reference
2023-05-21 22:10:48 -05:00
darkfire006
4b48b8104f
add frontier turning sign structure
2023-05-21 22:10:00 -05:00
darkfire006
c2d6d70d43
frontier main exterior nearly done
2023-05-21 17:53:53 -05:00
JappaWakka
fc1ff4854d
Custom Phone Contacts are possible in GameModes
2023-04-28 09:17:10 +02:00
darkfire006
80468415f2
make bill's PC visible only after having pokemon
2023-04-11 09:26:02 -05:00
darkfire006
76648bd5ba
Merge pull request #192 from djg2008/patch-2
...
Mystery Events should appear on all Pokecenter PCs
2023-04-11 09:18:23 -05:00
darkfire006
9988993c54
Merge pull request #193 from djg2008/patch-3
...
Your Room PC is now a normal PC
2023-04-11 09:16:27 -05:00
JappaWakka
ccad3e1f21
Implemented Destiny Knot item and added to route27
2023-04-08 17:36:22 +02:00
djg2008
11cd9432db
Your Room PC is now a normal PC
...
You can also combine with the script committed above to keep Mystery Events on the PC menu (and thus keep Mystery Events in Your Room).
But now, if you can access Bill's PC, you can also access the Storage System from Your Room (amongst other PC menu options!)
2023-04-07 20:29:46 +01:00
djg2008
e93ee4a2f8
Mystery Events should appear on all Pokecenter PCs
...
So you can enable/disable your mystery event bonuses from any Pokecenter nearby.
2023-04-07 20:20:43 +01: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
djg2008
88fdeffdd1
Update barktown.poke
...
Removed a duplicate Tentacool spawn from Old Rod encounter-group.
2023-03-22 21:43:29 +00:00
darkfire006
ad6c008a98
missing a 0
2023-03-07 17:52:29 -06:00
JappaWakka
628528b018
Fix daycare pokémon not showing correct form
2023-02-27 21:03:36 +01:00
darkfire006
2d92359734
prevent shiny related crashes for lapras and Mewtwo
2023-02-26 20:41:41 -06:00