2747 Commits

Author SHA1 Message Date
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
da19fb4571 fix mega stone GameModeItem 2023-07-23 18:39:26 +02:00
JappaWakka
6032fbb6f4 Can take items from pc poké + release message 2023-07-23 18:27:52 +02:00
JappaWakka
c4fd9f19a7 Show accept also when popup has no delay 2023-07-23 16:14:35 +02:00
JappaWakka
36d14ec3d3 Fix exiting new bark without prof elm pokémon 2023-07-23 10:10:49 +02:00
JappaWakka
5b537f9631 Fix Pokédex navigation bugs 2023-07-23 10:04:52 +02:00
JappaWakka
b73023e416 Forgot to actually set the pokedexdata 2023-07-22 21:17:37 +02:00
JappaWakka
22cedcd6c7 Added @Pokedex.ChangeEntry(str,int,bool)
@Pokedex.ChangeEntry(PokeID,EntryType,ForceChange)

PokeID [str] = the Pokémon ID: number (e.g. 19) + optionally Data File Suffix (e.g. 19_alola) or AdditionalValue (201;0)
EntryType [int] = the type that the entry needs to be set to: 0 (undiscovered), 1 (seen), 2 (seen + caught) or 3 (seen + caught + shiny)
ForceChange [bool] = if this is set to true, the game doesn't check whether the Pokédex entry is lower than EntryType before setting it
2023-07-22 20:47:07 +02:00
JappaWakka
5e4f5d830c Correct vb name 2023-07-22 12:32:22 +02:00
JappaWakka
bf2a8aebc6 Return a random move when no attacking moves 2023-07-22 12:06:03 +02:00
JappaWakka
bce86162ef Fix Battle Music being played in the overworld 2023-07-22 11:43:06 +02:00
JappaWakka
7b06b2571a Fix @Player.TurntoAsync for thirdperson 2023-07-22 11:23:27 +02:00
JappaWakka
25e850ccd5 Fix yaw when locking camera 2023-07-22 11:22:48 +02:00
JappaWakka
7691d33a65 Hopefully fixed the water edge battle bug 2023-07-22 10:44:01 +02:00
JappaWakka
ea558ae187 Take item from released Pokémon in PC if any 2023-07-22 10:17:07 +02:00
JappaWakka
0e9623c557 Fix stealth rock 2023-07-21 20:11:17 +02:00
JappaWakka
71bd0eaaef Hopefully fix a music volume bug 2023-07-21 19:30:18 +02:00
JappaWakka
916c69d2b0 Dex form switch and cry tweak 2023-07-21 19:06:43 +02:00
JappaWakka
d200669998 More pokédex tweaking 2023-07-21 18:56:50 +02:00
JappaWakka
c353b9c396 Pokédex tweaks 2023-07-21 18:42:23 +02:00
JappaWakka
fab813c799 Form dex access fix 2023-07-21 17:32:20 +02:00
JappaWakka
d9fe5cdb09 Fix localization tokens for catchlocation/method 2023-07-21 16:32:08 +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
a514d4bd61 evo page fixes 2023-07-19 15:10:31 -05:00
darkfire006
a6f02a71ea eeveelution evo screens 2023-07-19 15:00:01 -05:00
JappaWakka
bd67179e6d Switch to pokémon by clicking on them progress 2023-07-19 18:50:58 +02:00
JappaWakka
3176c6b9cb Fix Pokedex switch entry 2023-07-19 17:29:10 +02:00
darkfire006
3f6f42bd8c fix basculin spacing 2023-07-19 00:30:13 -05:00
darkfire006
0d66848c27 allow pokemon with no evos but several forms to have dex screens 2023-07-19 00:25:55 -05:00
darkfire006
1ad3aefb54 tighten spacing for deoxys 2023-07-19 00:25:38 -05:00
JappaWakka
7163093bbc Crash fix and switch tip positioning/color 2023-07-18 19:38:42 +02:00
JappaWakka
51359c7233 Storage System fix 2023-07-18 19:16:31 +02:00
JappaWakka
7f530ab8b7 Forms can now also be traded on GTS 2023-07-18 19:16:19 +02:00
JappaWakka
1a4de5bc97 Form name only when mega evolve or in pokedex
Also:
Added form switch tip in pokedex
Turned some single positions into integers in pokedex
2023-07-18 18:38:36 +02:00
JappaWakka
19cea35bed Pokédex polishing 2023-07-18 17:46:07 +02:00
JappaWakka
338b22fdfd Form switch in pokédex controller controlled + fix 2023-07-18 17:45:47 +02:00
JappaWakka
de6001a97d Switch between forms and dex entries 2023-07-18 13:51:14 +02:00
JappaWakka
47e0594bb5 Improve spacing 2023-07-18 11:17:06 +02:00
darkfire006
fdfc952ac8 forms only, on the evolution page 2023-07-17 22:09:19 -05:00
darkfire006
e6898945e6 split evos 2023-07-17 21:36:37 -05:00
darkfire006
64b54feb76 regional forms manual evo families 2023-07-17 20:36:08 -05:00
darkfire006
3cadf51c31 increase max size of the dex for Gen 9 pre DLC 2023-07-17 17:05:41 -05:00
darkfire006
a6129051da fix sunny day give 2023-07-17 15:35:41 -05:00
JappaWakka
b3d0ef87d4 Forgot some slowpoke evo line stuff 2023-07-17 18:55:01 +02:00