2631 Commits

Author SHA1 Message Date
JappaWakka
abe69efb07
Merge pull request #200 from P3D-Legacy/mailsystem
Mailbox screen updated and polished
2023-07-25 18:17:46 +02:00
JappaWakka
3761524fba Header polish 2023-07-25 18:14:44 +02:00
JappaWakka
d390e72c69 Route 32 Spearow quest update 2023-07-25 18:02:07 +02:00
JappaWakka
af2831673e Mail sender name and ot constructs 2023-07-25 14:11:41 +02:00
JappaWakka
fdcbdfa62b Add mail delete menu + modern buttons 2023-07-25 12:48:43 +02:00
darkfire006
9c861fc0b4 beverly round 3 2023-07-25 00:46:27 -05:00
darkfire006
80428d0751 pokefan derek updates 2023-07-25 00:46:13 -05:00
darkfire006
8bb162ff13 school kid chad update 2023-07-25 00:23:47 -05:00
darkfire006
72d7c311bb lass dana update 2023-07-25 00:10:56 -05:00
darkfire006
2ff0e8d1e8 school kid alan update 2023-07-24 22:51:15 -05:00
darkfire006
4939a715c1 update beverly 2 2023-07-24 22:29:26 -05:00
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
JappaWakka
970feaefbc Progress trying to make mailscreen prettier 2023-07-24 19:47:26 +02: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
JappaWakka
9749ba72bc Mouse support added to mailscreen 2023-07-24 16:22:44 +02: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
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