JappaWakka
caf99db33f
Fix BattleMenu wrong position
2024-06-14 09:30:20 +02:00
JappaWakka
d9b5b35006
Remove unused Options.dat property
2024-05-22 21:16:05 +02:00
JappaWakka
34fc3ffbbe
Fix OnlyCaptureFirst GameRule's implementation
2024-05-22 19:23:48 +02:00
JappaWakka
afee85c4ac
Add Level Multiplier 1.2 to the right gamerules
2024-05-22 19:00:00 +02:00
darkfire006
ee7c0e5b94
fix line wrap
2024-05-20 18:34:53 -05:00
JappaWakka
100ba59891
Update Natu & Xatu's Moveset to ORAS
2024-05-20 19:31:22 +02:00
JappaWakka
f22403795b
Fix some NPC move, interact and animation issues
...
* NPCs with straight MovementType (and 2 or 3 frames) will now alternate animation frames instead of resetting after every step
* NPCs with walk or straight MovementTypes won't move into the player anymore when interacting with the NPC as they're about to walk
* NPCs with straight MovementType will now continue to walk in the direction they were heading before the player interacted with the NPC
* NPCs with walk MovementType won't walk into network players anymore
2024-05-20 13:48:45 +02:00
JappaWakka
25bcc154a2
Make ShinyRate & LevelMultiplier GameRules
2024-05-19 19:26:16 +02:00
JappaWakka
f346a32495
Split HardGameRules into Hard and SuperHard
2024-05-19 13:08:53 +02:00
JappaWakka
7ea152fbe5
Make it possible to remove pokegear phone/worldmap
2024-05-18 17:18:23 +02:00
JappaWakka
6c065abfdd
Revert "Add model vertices to entity vertex count"
...
This reverts commit ce52888a0d
.
2024-05-16 15:25:20 +02:00
JappaWakka
ce52888a0d
Add model vertices to entity vertex count
2024-05-16 15:05:21 +02:00
JappaWakka
b48debe4e2
Prevent next song playing before fade done
2024-05-15 17:08:45 +02:00
JappaWakka
873411d40e
Prevent Music from deleting playlistsong if fading
2024-05-15 17:03:42 +02:00
darkfire006
7c2ff10f33
fix wrong day care
2024-05-14 17:24:38 -05:00
JappaWakka
f4354a9922
Make it possible to check if pkmn can learn attack
...
@pokemon.select has an extra argument. If it is set to an attack ID, it will be visible which Pokémon can learn that move while selecting.
Added @Pokemon.CanLearnAttack(PartyIndex,AttackID)
Returns if the Pokémon can learn the specified move.
2024-05-14 11:02:47 +02:00
JappaWakka
14dd28290c
Fix Music skipping intro and only playing intro
2024-05-13 19:00:20 +02:00
JappaWakka
3d7eb3bd66
Fix Attack CopyMove
2024-05-12 12:38:29 +02:00
JappaWakka
f2a9babcd7
Fix Camera bug
2024-05-10 19:06:20 +02:00
JappaWakka
813e939090
Fix Pause Screen
2024-05-10 18:55:42 +02:00
JappaWakka
8479bd0fc3
Added some more text replacements
2024-05-10 18:07:31 +02:00
JappaWakka
260cf6aa66
Improve Character Selection Screen
2024-05-10 18:06:30 +02:00
JappaWakka
72702a2c61
Fix Choosebox not working in NewNewGameScreen
2024-05-10 18:02:54 +02:00
JappaWakka
65fd7dc53e
Draw fade before gui
2024-05-10 15:35:23 +02:00
JappaWakka
c3254073f3
Added High Jump Kick to Lopunny's learnset
2024-05-09 15:22:54 +02:00
JappaWakka
b8fcb31484
Revert "Fix battle frontier on kanto/johto world map"
...
This reverts commit 0d442e54ef
.
2024-05-09 15:13:57 +02:00
JappaWakka
0d442e54ef
Fix battle frontier on kanto/johto world map
2024-05-09 13:18:33 +02:00
JappaWakka
2e43afbbc2
Made PokéGear user screen selectable with mouse
2024-05-06 13:34:57 +02:00
JappaWakka
60c1030659
Fix layout of Direct Trade Screen
2024-05-06 13:34:26 +02:00
JappaWakka
cbc09b8358
Prevent impossible CropStringToWidth freeze
2024-05-05 21:18:40 +02:00
JappaWakka
dad278e810
Fix Safari Zone sky area skybox
2024-05-05 18:13:40 +02:00
JappaWakka
4a16501926
Prevent BattleMenu from softlocking pvp battle...
...
...so that the BattleMenu can't be used until there are no more text messages displaying.
2024-05-05 15:13:15 +02:00
JappaWakka
eca6a70ed6
Added MaxVisibleVertices to debug display
...
Show how many of the maximum amount of vertices are actually being drawn (which only happens when they're visible)
2024-05-05 13:17:06 +02:00
JappaWakka
0fb05ba815
Update SafariZone PowerPlant Area
2024-05-05 10:52:21 +02:00
JappaWakka
e400c49d7d
Fire Punch animation
2024-05-05 10:24:22 +02:00
JappaWakka
c2f3eeff22
Don't show textbox if not lost item after battle
2024-05-05 09:39:10 +02:00
JappaWakka
56e436d69e
Remove battle screen resetting weather for safari
2024-05-05 09:19:13 +02:00
JappaWakka
cab4e66cea
Fix Item Finder and hidden item fading issues
2024-05-02 15:10:11 +02:00
JappaWakka
9873f15aa5
Fix items lost if switch pokémon after knocked off
2024-05-01 13:26:29 +02:00
JappaWakka
1a7e08d361
Added "DisableMenus" map tag
...
When set to 1, prevents the player from opening the start menu or accessing the PokéGear.
2024-04-29 16:56:47 +02:00
JappaWakka
ee05af333c
Added an exclamation mark at the end
2024-04-29 16:49:27 +02:00
JappaWakka
844bf81eb8
Changed the message for counter/mirror move fail
2024-04-27 17:30:08 +02:00
JappaWakka
4717d097e7
Fix Counter & Mirror Coat
2024-04-27 17:01:56 +02:00
JappaWakka
d5d291bdda
Added @Player.QuitGame(doFade) command
...
Quits the game and goes back to the Main Menu (with optionally a fade out and in)
2024-04-26 09:51:59 +02:00
JappaWakka
6360c93368
Fix Nilllzz' dialogue
2024-04-26 09:32:17 +02:00
JappaWakka
9eb32c6b59
Fix Parasol Lady Mikaela
2024-04-25 19:52:05 +02:00
JappaWakka
0d36580015
Make <Pokedex.DexSeen(int)> include caught
2024-04-24 19:12:57 +02:00
JappaWakka
2d65ce8ce1
Hopefully fix the regionweather changing later
2024-04-24 18:31:02 +02:00
JappaWakka
9d912e939b
Fix various Pokémon Type check errors
2024-04-23 17:29:41 +02:00
JappaWakka
c0b3fe06d0
Fix battle tower walk script when camera turned
2024-04-23 16:55:14 +02:00
JappaWakka
064c99a4f3
fix shieldon's normal ow sprite
2024-04-23 11:37:56 +02:00
JappaWakka
224f9c87d7
Fix certain forms crashing pokédex
2024-04-23 11:00:32 +02:00
JappaWakka
81f05a3bd1
Added <System.FileExists(FilePath)> construct
...
Returns if the specified file (including extension) exists (relative to the GameMode's ContentPath).
2024-04-22 19:25:07 +02:00
JappaWakka
3318a6accc
Reduce wait time before clickable MainMenu msgbox
2024-04-22 13:47:33 +02:00
JappaWakka
fabbc958d9
Fix Remove NPC data crash if < 4 args
2024-04-22 13:10:13 +02:00
JappaWakka
fa52bddf96
Fix PokéFan Beverly crash
2024-04-22 11:06:07 +02:00
JappaWakka
86428f8055
Add construct <Pokemon.FullyHealed([partyID])>
...
Checks if a specific Pokémon or all Pokémon in the party are fully healed.
2024-04-21 09:10:23 +02:00
JappaWakka
9f7b722bcf
Just to be sure
2024-04-20 10:19:36 +02:00
JappaWakka
eac90b82d9
Update Apricorn Screen
2024-04-19 20:23:40 +02:00
JappaWakka
045a299826
Fix Trade Screen crash
2024-04-19 15:08:36 +02:00
JappaWakka
11001f69d0
Fix text errors (out of bounds, newlines)
2024-04-19 15:08:14 +02:00
JappaWakka
e37b4ed2da
Fix wrong cursor position for scrollbars
2024-04-17 20:11:49 +02:00
JappaWakka
754d88d05b
Enable Gain EXP after Catch for Kolben GameMode
2024-04-17 15:54:35 +02:00
JappaWakka
ccd1b9bb7d
Update Trainer Intros
2024-04-17 15:54:00 +02:00
JappaWakka
8451718d14
New GameRule - GainExpAfterCatch
...
When this is set to true, you gain EXP after you catch a Pokémon, just as if you defeated it.
2024-04-15 15:06:17 +02:00
darkfire006
399c00daf7
add wilds at olivine dock
2024-04-12 20:48:54 -05:00
darkfire006
628e3816ef
include some stuff in project
2024-04-09 20:04:20 -05:00
JappaWakka
82fee7a434
Make Fly attack animation possible
2024-04-07 19:51:37 +02:00
JappaWakka
a0fd0f061a
Fix @pokemon.setstatus to none
2024-04-07 19:49:27 +02:00
JappaWakka
730e3ad766
Fix egg watch text outside box
2024-04-07 15:04:07 +02:00
JappaWakka
59a8a2e502
fix missing :
2024-04-07 12:25:36 +02:00
JappaWakka
afb752ee4f
Prevent stuck in fly mode when gravity active
2024-04-07 12:19:43 +02:00
JappaWakka
e47f20ef35
Fix crash damage not happening when blocked
2024-04-07 12:17:18 +02:00
JappaWakka
6ca5a5442c
Multiturn moves don't skip turns
2024-04-07 11:58:28 +02:00
JappaWakka
1bef17409e
Add <Pokemon.IsRoaming(RoamerID)>
...
Checks if the given roaming Pokémon is still active.
2024-04-07 08:56:49 +02:00
darkfire006
2c2271f733
making static encounters repeatable when E4 cleared
2024-04-07 01:47:32 -05:00
JappaWakka
58a12e5edb
Follower idle animate always
2024-04-06 19:46:05 +02:00
JappaWakka
86cdffdd76
Name of Attack is shown after TM/HM item name...
...
and when you @item.messagegive an HM, the Receive_HM jingle plays as well
2024-04-06 19:30:15 +02:00
JappaWakka
62f6605a0f
Fix some roamer bugs and crashes
2024-04-04 18:36:36 +02:00
JappaWakka
65ec57d27b
Change RoamingID from int to str
2024-04-04 17:52:47 +02:00
JappaWakka
f280c5718c
Update @Pokemon.NewRoaming(...) command...
...
@Pokemon.NewRoaming(RoamerID,PokémonID,Level,regionID,startLevelFile,MusicLoop,[Shiny],[ScriptPath])
RoamerID & ScriptPath are new.
* RoamerID (int) = A required identifier for the roaming Pokémon, can be used in scripts.
* ScriptPath (str) = Path to a script file to execute after every encounter with any roaming Pokémon
2024-04-04 17:49:46 +02:00
JappaWakka
4c5bd0b7f6
Fix player not change to surf pokémon on load
2024-04-04 12:33:34 +02:00
JappaWakka
2cbe35552c
Roamers can have forms now
2024-04-04 09:48:25 +02:00
JappaWakka
59f1fd2361
Fix wrong music played when surf or ride
2024-04-03 09:20:31 +02:00
JappaWakka
6c49740ba2
Prevent scrolling while script active
2024-04-02 11:47:47 +02:00
JappaWakka
88d72bb451
Implemented script after catch or defeat roamer
2024-04-02 11:06:33 +02:00
JappaWakka
9ffa127999
Correct script library command
2024-04-01 20:08:25 +02:00
JappaWakka
fdd015a8b4
Fix Frontier Brain to Frontier Head
2024-04-01 20:07:26 +02:00
darkfire006
142fd4d3cf
fix pokemon registers
2024-04-01 12:36:21 -05:00
darkfire006
275201de44
fixing frontier pokemon movesets
2024-04-01 12:33:44 -05:00
darkfire006
1c73ca3a5a
work around saving behind a rock puzzle
2024-04-01 11:54:36 -05:00
JappaWakka
e2cfd5207a
Fix some trainer text
2024-04-01 13:34:45 +02:00
JappaWakka
88b963b8d5
Fix another trainer
2024-04-01 13:33:23 +02:00
JappaWakka
cb2bc3aad1
Fix Fisherman Wilton phone call script
2024-04-01 13:31:53 +02:00
JappaWakka
8b0b977665
Made it possible to fade into @music.forceplay
2024-03-29 18:54:53 +01:00
JappaWakka
d5ed9d5cca
Fix incorrect info in ScriptLibrary
2024-03-29 18:53:41 +01:00
darkfire006
1e231196f0
refixed perrserker in the frontier pool
2024-03-29 01:40:54 -05:00
JappaWakka
f1c1558c28
Made fullscreen borderless
2024-03-28 20:12:47 +01:00
JappaWakka
49d1c6c73e
Chat on-screen keyboard only when using gamepad
2024-03-28 19:19:17 +01:00
JappaWakka
b04e869783
Show correct buttons on map screen
2024-03-28 19:13:43 +01:00
JappaWakka
582e934b80
Fix gamepad start button not unpausing
2024-03-28 19:13:24 +01:00
JappaWakka
255fc12aee
Forgot a thing
2024-03-28 18:58:28 +01:00
JappaWakka
38acb8955b
Fix Beat Up no damage for wild Pokémon
2024-03-28 18:58:01 +01:00
JappaWakka
67f4a63273
Trainers can't cheat level at high difficulty
2024-03-28 18:51:09 +01:00
JappaWakka
04055651ac
Fix Bide PP consumption
2024-03-28 18:40:21 +01:00
JappaWakka
eabd35006a
Quick command error fix
2024-03-28 18:28:21 +01:00
Jasper Speelman
fdc89e31e8
Merge pull request #204 from P3D-Legacy/0.61-implementations
...
0.61 implementations
2024-03-28 18:03:51 +01:00
JappaWakka
9fe5f00e2a
If the exact NPC register exists, no add to save
2024-03-28 17:58:30 +01:00
JappaWakka
5f54709231
Fix trainer text
2024-03-26 18:14:55 +01:00
JappaWakka
6d9138ee38
Fix PokedexScreen crash after catch
2024-03-26 18:13:07 +01:00
JappaWakka
5b774623c5
Position Trainer Intro texture better
2024-03-26 13:13:49 +01:00
JappaWakka
e7e6ba8d0c
Fix some Battle Tower trainer dialogue
2024-03-26 13:13:32 +01:00
JappaWakka
619f1b3d93
Fix Mold Breaker
2024-03-26 13:13:07 +01:00
JappaWakka
9bb85df200
Fix Confuse Ray Battle Animation
2024-03-23 17:47:59 +01:00
JappaWakka
d239ad0b84
Block Perrserker from spawning in Frontier
2024-03-22 17:49:08 +01:00
JappaWakka
b0149c7604
Fix another missing linebreak
2024-03-22 17:44:47 +01:00
JappaWakka
ceaf5e50a6
Fix icon/text offsets in Apricorn Screen
2024-03-22 17:42:09 +01:00
JappaWakka
d0e1d670ad
Fix missing line break
2024-03-22 17:03:52 +01:00
JappaWakka
fe23d5f4b4
Fix map item index for Pinsirite
2024-03-22 10:33:52 +01:00
darkfire006
3ab16fdf3e
various fixes
2024-03-21 22:14:47 -05:00
darkfire006
88f1f64838
fix some registers
2024-03-21 21:34:05 -05:00
darkfire006
4992a87b09
0.60.1 wrap up
2024-03-21 12:16:04 -05:00
JappaWakka
5e58d4d249
Increase performance VoltorbFlip w/ ContentPacks
2024-03-20 15:26:06 +01:00
JappaWakka
fb4d9d15d5
Fix some accidental VoltorbFlipScreen errors
2024-03-20 15:20:30 +01:00
JappaWakka
f1d7bc81c5
Fix incorrect npc remove and league map error
2024-03-20 15:01:27 +01:00
JappaWakka
e217895a20
Make it possible to quit voltorbflip w/ open memo
2024-03-20 13:29:04 +01:00
JappaWakka
24e1335caa
Fix crash when you can't switch (shadow tag etc.)
2024-03-18 14:32:29 +01:00
JappaWakka
5f826a799a
Fix VoltorbFlip ChooseBox bug
2024-03-15 09:31:07 +01:00
JappaWakka
402fc4d64c
Fix Trainers and other Pokémon acting like Roamers
2024-03-14 10:14:21 +01:00
JappaWakka
979b3f68c9
Fixed Bird Keeper Jose's phone text
2024-03-12 20:18:03 +01:00
darkfire006
1816038a63
Revert "Update NAudio"
...
This reverts commit 5221fcf25b
.
2024-03-11 13:28:06 -05:00
darkfire006
fe712bbcdc
update bug fix scripts for dog releases
2024-03-10 23:38:44 -05:00
JappaWakka
5221fcf25b
Update NAudio
2024-03-10 14:19:52 +01:00
JappaWakka
823e26afd7
Fix some cries
2024-03-10 11:03:07 +01:00
JappaWakka
b1695d6751
Fix Fisherman Tully not giving phone number
2024-03-10 10:05:01 +01:00
JappaWakka
c708d9eaab
Fix Meowstic texture errors
2024-03-10 10:01:24 +01:00
JappaWakka
2398cccd20
Tweak the speed of the NotificationPopup
2024-03-07 19:56:14 +01:00
JappaWakka
61de91a141
Added extra argument to @text.notification...
...
That clears the current list of notifications, dismisses the current one if it's visible and then shows the new one
2024-03-07 19:51:32 +01:00
JappaWakka
36b226d8bb
Fix some more ilex forest commands
2024-03-07 14:57:44 +01:00
JappaWakka
b41ac535cd
Fix turn commands turning 1stperson players wrong
2024-03-07 14:33:04 +01:00
JappaWakka
8532fd6169
Fix Thief crash
2024-03-07 12:11:09 +01:00
JappaWakka
8dd81c6dc1
Added missing dialog for buying RageCandyBar
2024-03-07 10:46:58 +01:00
JappaWakka
a0425be424
Fix Mahogany NPC taking more money than you have
2024-03-07 10:45:16 +01:00
JappaWakka
6685465b90
Fix Covet crash
2024-03-07 10:44:08 +01:00
darkfire006
aeb1a1829d
small fix to rock tunnel layout
2024-03-05 18:28:52 -06:00
darkfire006
7ba709eaaa
hiker anthony wrong file path
2024-03-05 16:49:44 -06:00
JappaWakka
de102f4aa7
Fixed Encore & make disabled moves gray in menu
2024-03-05 11:31:33 +01:00
JappaWakka
35355174cc
Fix ContentPack menu button crash
2024-03-04 18:06:10 +01:00
JappaWakka
537fcd93af
Fix items not being removed from maps
2024-03-03 20:13:24 +01:00
JappaWakka
833916cafb
Force important phone calls
2024-03-03 10:09:14 +01:00