Commit Graph

92 Commits

Author SHA1 Message Date
JappaWakka 6b4e8941d2 Fix registered trainers still do in sight check 2023-08-11 11:39:26 +02:00
JappaWakka 464c317d2f Revert "Fix registered trainers still do in sight check"
This reverts commit b7a045e37c.
2023-08-10 19:45:14 +02:00
JappaWakka b7a045e37c Fix registered trainers still do in sight check 2023-08-10 19:44:06 +02:00
JappaWakka cbce5512cc Fix model lighting bug 2023-08-09 19:33:53 +02:00
JappaWakka 15f57d8bc5 Make plural names localizable + item found 2023-08-09 16:20:16 +02:00
JappaWakka 49f54471b6 Prevent possible wrong jingle 2023-08-09 15:58:50 +02:00
JappaWakka 59b2205418 Remove linebreak in item name if it's there 2023-08-09 14:46:15 +02:00
JappaWakka f8c63948d4 Localizable receive items and berries messages 2023-08-09 14:26:26 +02:00
JappaWakka 78cd53d745 Added <system.scripttrigger>
Returns what triggered the current script (NPCInSight, NPCInteract, ScriptBlockWalkOn, ScriptBlockInteract, Notification, PhoneReceive, PhoneCall, StartScript, ScriptCommand, StrengthTrigger, MapScript, ChatCommand).
2023-08-06 16:17:05 +02:00
JappaWakka 6fc78444f4 Remove headbutt tree badge requirement 2023-07-30 18:17:19 +02:00
JappaWakka e497776ecd Localized field moves and switching 2023-07-30 18:16:27 +02:00
JappaWakka 3c21a672c0 Stop Player from animating when game paused 2023-07-26 10:33:53 +02:00
JappaWakka 7691d33a65 Hopefully fixed the water edge battle bug 2023-07-22 10:44:01 +02:00
JappaWakka 9035d28a1b Fix being able to surf when a trainer sees you 2023-06-27 14:23:35 +02:00
JappaWakka ee2a304be2 Forgot a thing 2023-06-05 17:30:19 +02:00
JappaWakka fb63697ebd Fixed freeze 2023-06-05 17:29:17 +02:00
JappaWakka c6caf0dbbb Actually fix the water reset this time 2023-06-05 16:12:22 +02:00
JappaWakka 228cc77755 Fix water not being reset between gamemodes 2023-06-05 13:50:41 +02:00
JappaWakka 90810667c9 StrengthRocks can be like wallbills with ModelID 3 2023-06-02 18:36:36 +02:00
JappaWakka 522196367a Stop NPC from dancing after done 2023-06-01 16:04:59 +02:00
JappaWakka d13b5eb8d3 GameMode Item Preparations
Implemented GameMode Mega Stones
2023-05-29 15:33:57 +02:00
JappaWakka 333873fdae Fix dancing NPCs rounding off position when done 2023-05-13 19:58:51 +02:00
JappaWakka ba2a970b11 Make it possible to spawn NPC w/ rival/playerskin 2023-05-09 18:27:27 +02:00
JappaWakka 489af57626 Hopefully fix waterfalls this time 2023-04-20 15:54:53 +02:00
JappaWakka f82f001026 Fixed Waterfall 2023-04-15 11:14:06 +02:00
JappaWakka 734ab3f4e9 Fix Strength Rocks 2023-03-23 11:40:16 +01:00
JappaWakka ce165c1e57 Fix for battlemaps with scriptblocks on them
like battle\underwatercave\underwater.dat
2023-03-19 19:11:12 +01:00
JappaWakka 9a7543fb33 Fix for StrengthRock softlock 2023-03-09 17:14:56 +01:00
JappaWakka 300aa87738 Fixed slideblock and waterfall 2023-02-12 18:57:20 +01:00
JappaWakka f77c45d102 Prevent walking into slideblocks from the back 2023-02-12 12:05:45 +01:00
darkfire006 3ea6b65cac remove annoying case insenetivity 2023-01-08 01:49:10 -06:00
JappaWakka 9d9045218c This should prevent TurningSign crash 2022-12-19 06:11:48 +01:00
JappaWakka 790e8ec382 Water animation in Waterfall can be vertical 2022-12-18 14:53:33 +01:00
JappaWakka f3633cc0d8 Whirlpool animation textures can now be modified
Also removed a tag that wasn't used
2022-12-18 14:42:09 +01:00
JappaWakka 9d5411986f Update TurningSign entity rotation speed system 2022-12-15 19:13:10 +01:00
JappaWakka 8ea37604eb @Screen.ShowImage can now scale depending on size 2022-11-15 14:56:54 +01:00
JappaWakka f5eff34304 Allow darker shading with different environments 2022-11-02 10:36:50 +01:00
JappaWakka 470ccdff4f Another try at fixing waterfall bug 2022-10-02 12:50:34 +02:00
JappaWakka 269b7c3721 Fixed scriptblocks sometimes not executing 2022-10-01 12:44:42 +02:00
JappaWakka d2860b15a8 Models work better in battle now 2022-09-27 12:51:51 +02:00
JappaWakka da2242b24b Water animations rotation can now also be vertical
Instead of putting all water textures next to each other, you can also put sequences of 3 textures below each other if you add a 1 to the end of the definition of the water texture in additional value.
2022-09-20 21:34:04 +02:00
JappaWakka 4785492836 AnimationBlocks now support SeasonTextures 2022-09-18 21:01:34 +02:00
JappaWakka 3d41783c71 Failsafe for Pokémon player texture 2022-08-28 14:29:09 +02:00
darkfire006 5614e05e4e replace random use age of different NPC skin names 2022-08-25 01:10:16 -05:00
darkfire006 0e32b45b6c allow white space before trainer scripts for insight detection 2022-08-23 00:08:55 -05:00
darkfire006 bae3a28431 Revert "Remove caps from registers"
This reverts commit 7310e3cd13.
2022-08-09 10:34:56 -05:00
darkfire006 7310e3cd13 Remove caps from registers
re Strength triggers and time registers
2022-08-06 21:49:50 -05:00
darkfire006 56908b35f9 just the script block fix without the other "fixes" 2022-08-06 21:48:57 -05:00
darkfire006 21bfdc2b74 Revert "Fix for softlock scriptblocks with strengthrocks"
This reverts commit 5003186b39.
2022-08-06 18:22:13 -05:00
JappaWakka 5003186b39 Fix for softlock scriptblocks with strengthrocks 2022-08-06 23:36:45 +02:00