JappaWakka
75a71fbe7b
Fix Hidden Ability Evolution Crash
2022-12-06 14:34:31 +01:00
JappaWakka
c0c4146607
Item Descriptions can be localized (no tokens yet)
2022-12-04 20:50:45 +01:00
JappaWakka
dcf25a4817
Added Item names to localization file
2022-12-04 19:25:56 +01:00
JappaWakka
afe35786a5
Fixed pokégear phone contacts overlapping text
2022-10-18 16:55:03 +02:00
JappaWakka
d74103073d
Fixed alignment of egg data in summaryscreen
2022-10-17 12:20:04 +02:00
JappaWakka
69a9586f31
Corrected the transfer to pc message
2022-10-13 13:26:19 +02:00
JappaWakka
683c21ba09
Made an exception to save disable rule
2022-10-06 21:24:18 +02:00
JappaWakka
d4d53ba0ea
Fix disabled save message not appearing
2022-09-29 21:25:38 +02:00
JappaWakka
b14277a91d
Added gamerule to disable saving the game
2022-09-29 20:36:09 +02:00
JappaWakka
d2860b15a8
Models work better in battle now
2022-09-27 12:51:51 +02:00
JappaWakka
62d4dc3523
Updated TeachMovesScreen (descr.)
...
Scaled and positioned Pokémon sprites correctly
Replaced Minifont with MainFont
Positioned text correctly and made the text on buttons turn from black to white if highlighted
2022-09-22 12:48:03 +02:00
JappaWakka
d84bec2fbf
Updated Evolution screen scale and positioning
...
Also fixed minor grammar thing: a "pokemonname". I just remove the a.
2022-09-22 12:25:02 +02:00
JappaWakka
90a9f56a25
Fixed HatchEggScreen Pokémon sprite scale
2022-09-22 12:20:38 +02:00
JappaWakka
f40413e4b2
Fixed bug related to water animations
2022-09-22 12:13:46 +02:00
JappaWakka
c695a8c57d
Fixed attack description outside box & sfx no stop
2022-09-20 14:33:09 +02:00
JappaWakka
43bfc04eff
GameModes can now have different BerryData
2022-09-19 17:48:36 +02:00
JappaWakka
5209a6e768
Fixes to scale and positioning of Pokémon sprites
2022-09-15 21:11:13 +02:00
JappaWakka
fd93f96cbc
Rewrote a huge part of musicplayer, works now!
2022-09-13 21:01:55 +02:00
JappaWakka
4c92f343d7
Hopefully this'll fix some issues (description)
...
Pokémon without a CatchMethod or CatchLocation get defaulted to "Somehow obtained at" and "an unknown place" respectively.
2022-09-10 16:17:55 +02:00
JappaWakka
d3c7c07a18
Removed contentpath from GameMode selection
2022-09-07 21:26:57 +02:00
JappaWakka
3cd4b43c4b
Contentpacks with fonts work better now!
2022-09-07 17:13:33 +02:00
JappaWakka
9e86665e58
Added SaveOnly map tag
...
A map tag that disables the PokeGear and all of the menu options except Save while on the map
2022-08-29 13:01:56 +02:00
JappaWakka
531137c157
Fix softlock when pausing during catching
...
And a minor typo in the code
2022-08-18 14:55:52 +02:00
JappaWakka
142f2b2899
Updated/Fixed Storage System Screen sprites/models
2022-08-16 20:23:48 +02:00
JappaWakka
a97ec60082
Fixed pokemon icon size in Hall of Fame screen
2022-08-12 17:10:51 +02:00
JappaWakka
8b5f3f93b6
Fixed level up screen text position and icon scale
2022-08-12 10:48:54 +02:00
JappaWakka
f9a8c7fede
Fixed catch location text cropping
2022-08-12 10:39:50 +02:00
JappaWakka
b42e69f736
Visual bugfixes (Pokémon front/back/menu sprites)
2022-08-11 21:21:27 +02:00
JappaWakka
d21f97c7b5
Various visual fixes
...
Fixed Pokémon icon size in various screens
Aligned the partially transparent black shape of the JoinServerScreen better
2022-08-09 20:13:03 +02:00
JappaWakka
9772dc452a
Updated font and text positioning trainer card
2022-08-01 17:19:56 +02:00
JappaWakka
8a8e8fe8c3
Fixed MainMenu not resetting or applying Textures
...
After quitting a gamemode or after applying contentpacks
2022-08-01 17:19:23 +02:00
Jasper "JappaWakka" Speelman
b258139ee8
Added Egg Hatch command
...
Format:
@Pokemon.Hatch(PartyIndex,[CanRename],[Message])
Description:
If the Pokémon specified in the PartyIndex argument is an egg, it hatches immediately
Arguments:
PartyIndex (int) - Index of a Pokémon in the player's party. Values can range from 0-5.
CanRename (bool) - Optional. Whether the player can rename the Pokémon or not after it hatches.
Message (str) - Optional. The message to display after the Pokémon hatches.
2022-07-22 17:32:09 +02:00
Jasper "JappaWakka" Speelman
d1698db4ba
Fix tokens not being reload after exiting gamemode
2022-07-22 14:46:18 +02:00
darkfire006
30a59646a8
fix wrong evolutions
2022-07-15 00:24:40 -05:00
JappaWakka
352b80db9c
Any entity can have a model, model scale improved
...
0.1 meter in blender is now equivalent to 1/16th of a P3D unit or 1 pixel on a 16 pixels wide/tall texture. Mt Silver will need to be updated to match this scale, making the ModelEntity obsolete.
Also added Snorlax battle model
2022-07-13 00:12:16 +02:00
darkfire006
673472d424
make daycare cycles normal length again
2022-07-12 09:13:49 -05:00
JappaWakka
960c82e940
Fixed audio settings reset in the in-game options
2022-07-10 10:26:36 +02:00
darkfire006
7bff97b3f6
Update Daycare.vb
...
fix crash when breeding w no item
2022-07-08 16:23:51 -05:00
Jasper "JappaWakka" Speelman
ed4714710e
Fixed incorrectly scaled icons in summaryscreen
2022-07-08 13:41:07 +02:00
darkfire006
3345bf5ffc
Engine changes to support Regional forms
2022-07-07 23:06:32 -05:00
JappaWakka
25173a22c4
Fixed OptionScreen auto-applying Audio settings
2022-07-06 21:26:13 +02:00
JappaWakka
7e5a433917
Various fixes for visual bugs
2022-06-26 19:59:12 +02:00
darkfire006
af62a74a9d
0.59 pre-release commit
...
update version, credits, and security numbers
2022-06-24 13:40:33 -05:00
JappaWakka
9ff6e94a1f
ContentPack fixes
...
* Fixed ContentPack menu crashing when trying to load more than 5 Content Packs
* Fixed Texture Replacements in exceptions.dat being ignored if not the same case
* Fixed minor visual bug in the Box screen where smaller textures would be scaled incorrectly
2022-06-22 21:02:11 +02:00
JappaWakka
a73bbee55b
Revert "Revert "Fix for invisible ball in certain maps""
...
This reverts commit 49dd67c012
.
2022-06-22 20:57:35 +02:00
JappaWakka
49dd67c012
Revert "Fix for invisible ball in certain maps"
...
This reverts commit 75bc2b7b7c
.
2022-06-22 18:12:25 +02:00
JappaWakka
75bc2b7b7c
Fix for invisible ball in certain maps
2022-06-22 11:15:53 +02:00
darkfire006
638de718ed
fix new game end of intro and wrong default gamemode
2022-06-19 16:04:35 -05:00
JappaWakka
0bf30358da
Rival rename texture bug fix
2022-06-17 16:31:05 +02:00
JappaWakka
dab417e190
DiamondDive WaterFall fix and other fixes
...
Added @player.stopmovement before waterfall scripts to make sure the player doesn't move further than they should
Fixed spelling error in code: NotifcationTypes -> NotificationTypes
Added commands to ScriptLibrary that were missing
2022-06-14 18:12:29 +02:00