560 Commits

Author SHA1 Message Date
JappaWakka
ff0111ecdc Started Development on Voltorb Flip
I think... if I've done everything I did so far correctly, I should have a level 1 grid of tiles, it's just not visible yet and you can't interact with it in any way, so I have no idea if it actually does what I want it to do yet XD
2023-05-18 20:25:38 +02:00
JappaWakka
5a296234f4 Fix shadow and text positions of map screen 2023-05-03 16:28:19 +02:00
JappaWakka
d14ec56323 Get rid of Minifont in Map Screen 2023-05-02 19:15:20 +02:00
darkfire006
9c9ae00f39 oh wait new year.... 2023-05-02 00:56:42 -05:00
JappaWakka
fc1ff4854d Custom Phone Contacts are possible in GameModes 2023-04-28 09:17:10 +02:00
JappaWakka
46c814410c Fix (destiny knot) IV inheritance 2023-04-19 14:56:57 +02:00
JappaWakka
b12ae2026d Fix namerater inconsistencies 2023-04-03 19:22:42 +02:00
JappaWakka
b9f6637365 Made trainer battle intros look better
And also made it so that the battleintros get skipped if the _intro music is equal to or smaller than 1 second (useful for silent intros)
I also made sure trainer sprite scaling and positioning is correct
2023-03-18 20:47:12 +01:00
JappaWakka
f5143a710a Mapped Pokégear to Back button on controllers
And enabling/disabling controller input to F6
2023-02-27 12:49:52 +01:00
JappaWakka
9e991c88e4 Fix for forms getting wrong hidden ability 2023-02-26 17:40:25 +01:00
JappaWakka
2f0cccb052 Entering battle without pokémon triggers blackout 2023-02-26 17:16:39 +01:00
JappaWakka
94247a7754 Fix GameModeSelectionScreen accent colors 2023-02-26 15:21:36 +01:00
JappaWakka
5a6711f126 Prevent renaming issues with spaces 2023-02-23 12:30:24 +01:00
JappaWakka
72d653f65f Fix incorrect character list in rename screen
Also added space and a failsafe for if the name ends with a space
2023-02-02 15:59:26 +01:00
JappaWakka
5b7147c720 Added Able/Unable label when using evolution stone 2023-01-27 18:21:27 +01:00
JappaWakka
9b7e52e9e6 Fixed items usable when none are left 2023-01-27 18:20:45 +01:00
JappaWakka
d3bde7eef0 Fixed some visual bugs related to pvp and trading
and replaced some fonts
2023-01-23 12:12:08 +01:00
JappaWakka
2b0531ed8a Hopefully fix egg hp > maxhp 2023-01-23 11:15:30 +01:00
JappaWakka
f77961afff Remove battlescreen update from InventoryScreen 2023-01-17 18:20:52 +01:00
JappaWakka
7dedbb7ec2 Fix for non-HM field moves not visible in menu 2023-01-15 20:46:26 +01:00
JappaWakka
6562aba3de move learn Able/Unable overlapping text fix 2023-01-15 19:45:03 +01:00
JappaWakka
724ddabc88 Remove battlescreen update from party view 2023-01-15 14:34:44 +01:00
JappaWakka
cc2d46153d Disable Shift BattleStyle in PvP 2023-01-15 09:34:42 +01:00
JappaWakka
d0ea913902 Added GameRule for forgetting HM moves
CanForgetHM
0 = HM moves can't be forgotten
1 = HM moves can be forgotten
2023-01-14 21:04:16 +01:00
JappaWakka
e14e4c660c Added gamerule for Single Use TMs
SingleUseTM
0 = Use TMs as many times as you like
1 = TMs can only be used once
2023-01-14 21:03:12 +01:00
JappaWakka
2de791ab2b Fixed blackoutscreen font 2023-01-13 17:31:17 +01:00
JappaWakka
dfbaaf2b33 BattleScreen + BattleCatchScreen softlock fixes 2023-01-13 14:46:44 +01:00
JappaWakka
9970d892de Added a line break to catch message 2023-01-13 14:15:43 +01:00
JappaWakka
dc454d2a68 Temporarily disabled animations for pvp battles 2023-01-13 14:09:21 +01:00
JappaWakka
f260ec0900 Fix for trainer skins and pokégear trade buttons 2023-01-08 15:43:57 +01:00
JappaWakka
a1a84bbe40 Fixed escape rope and teleport not stopping surf 2023-01-04 20:14:38 +01:00
JappaWakka
add7f4ac6f Fixed item name not being found with localizations 2023-01-02 15:27:59 +01:00
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