CaptainSegis
fbd8d061ff
Fixed Mega Char X sprite
2017-02-06 19:51:08 -05:00
CaptainSegis
47c58a90e5
Fixed rival_league.dat script crash and incorrect register.
2017-02-06 14:36:11 -05:00
CaptainSegis
b59c00b6a6
Fixed middle birdkeeper trainer file in Five island
2017-02-05 13:16:22 -05:00
jianmingyong
16ecce01da
Small fix to make the error message different xD
2017-02-06 00:48:23 +08:00
jianmingyong
e3c7750738
Merge remote-tracking branch 'remotes/origin/Backup_Save_Module'
2017-02-05 22:40:10 +08:00
CaptainSegis
3efe38f414
Added new sprites
2017-02-04 15:29:49 -05:00
CaptainSegis
4364debfe7
Changed minifont from Verdana to Verdana Bold for better visibility.
2017-01-30 13:32:21 -05:00
CaptainSegis
d557a98b48
Fixed infatuation volatile status lingering after the opp has switched out.
2017-01-24 00:34:40 -05:00
CaptainSegis
85dada91e1
Minor fix in Tornado's trainer file
2017-01-23 22:49:29 -05:00
CaptainSegis
be7da44d10
Changed the halloffame.dat script so now it plays halloffame.ogg in the hall of fame.
2017-01-23 22:36:24 -05:00
CaptainSegis
514bc5ecf5
Changed hall of fame to keep first entry + last 20 entries.
2017-01-23 22:30:33 -05:00
CaptainSegis
418154b282
Made incoming hall of fame entries to store useful data only.
2017-01-23 22:30:27 -05:00
Conner Joseph Brewster
2e5a135abe
Mostly comment revision for the Screens folder
...
Also includes Security folder. Some strings were also modified to make more sense/match the main games.
Updated credits with the correct year, etc.
2017-01-21 17:01:31 -06:00
CaptainSegis
6fa8578aea
Fix cloud nine, part 2
2017-01-19 17:57:33 -05:00
CaptainSegis
21e7514070
Fixed cloud nine interaction with Hail/Sandstorm
2017-01-19 17:54:26 -05:00
CaptainSegis
4019f7777b
Fixed Effect Spore ability interaction with multi hit contact moves
2017-01-19 17:44:52 -05:00
CaptainSegis
bd204cd026
Fixed Electro Ball and Gyro Ball moves damage output
2017-01-19 16:58:58 -05:00
CaptainSegis
591a698515
Fixed Fury Cutter not resetting its counter properly
2017-01-19 16:45:38 -05:00
CaptainSegis
f6480fd9be
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git
2017-01-18 21:14:26 -05:00
Conner Joseph Brewster
c566b463e4
Minor text fixes for consistency (World folder).
...
Outside of changing comments to be consistent, I also had the credits screen and credits.txt match eachother, because there's no reason why they shouldn't match.
2017-01-18 21:14:18 -05:00
Conner Joseph Brewster
e210a2399f
Minor text fixes for consistency (World folder).
...
Outside of changing comments to be consistent, I also had the credits screen and credits.txt match eachother, because there's no reason why they shouldn't match.
2017-01-18 14:07:45 -06:00
CaptainSegis
c2018e8266
Fixed Quiver Dance interaction with substitute
2017-01-17 14:41:43 -05:00
CaptainSegis
a5081e9852
Fixed Charmander and Charmeleon data files
2017-01-17 12:57:28 -05:00
CaptainSegis
103b8ad5fe
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git
2017-01-17 00:22:19 -05:00
Conner Joseph Brewster (Tornado9797)
0dc9f6ac12
First commit using Visual Studio, I sure hope I'm doing this right.
...
More or less a test commit filled with very minor changes.
* Updated the donation sheet in Your Room to match the full list found on http://pokemon3d.net/forum/donations/ .
* Added myself as a Debug Tester in the credits (yes I know how modest of me).
Future commits will be focused on a single file instead or more than one.
2017-01-17 00:22:11 -05:00
CaptainSegis
3f42993401
Fixed multiturn moves interaction with confusion status
2017-01-17 00:20:32 -05:00
Conner Joseph Brewster (Tornado9797)
7fab2e8f8e
First commit using Visual Studio, I sure hope I'm doing this right.
...
More or less a test commit filled with very minor changes.
* Updated the donation sheet in Your Room to match the full list found on http://pokemon3d.net/forum/donations/ .
* Added myself as a Debug Tester in the credits (yes I know how modest of me).
Future commits will be focused on a single file instead or more than one.
2017-01-16 20:48:41 -06:00
CaptainSegis
70714a9005
Attempt on fixing sleep infliction interaction with multi turn moves counters.
2017-01-12 18:15:53 -05:00
CaptainSegis
9ab5207271
Fixed synchronize and teleport interaction
2017-01-12 15:35:50 -05:00
CaptainSegis
9a989d59e2
Fixed leaving ship script in Vermillion
2017-01-12 14:15:59 -05:00
CaptainSegis
3442f124c3
Fixed stairs in Viridian Forest
2017-01-11 23:06:08 -05:00
CaptainSegis
7d9a694ffc
Fixed Sharpedo's held item
2017-01-11 18:16:01 -05:00
CaptainSegis
7212b24a59
Added TM Drain Punch in its HGSS location, finished frontier shopkeeper's dialogue.
2017-01-11 18:08:34 -05:00
CaptainSegis
c721a1125b
Enabled any pokemon having all HMs in Sandbox mode. Pichu can have Volt Tackle now. Fixed a crash related to Daycare.
2017-01-11 13:41:44 -05:00
CaptainSegis
66c31c533b
Fixed Fake Out usage after switching in
2017-01-11 01:12:52 -05:00
jianmingyong
6b12b8f9d0
Added per GameMode instance of global start script. New GameMode rule added "StartScript"
2017-01-09 01:36:27 +08:00
jianmingyong
e435227959
Added 3 new commands. More info below:
...
@Pokemon.AddSteps(PokemonIndex, StepsToAdd)
@Pokemon.SetSteps(PokemonIndex, StepsToSet)
<Pokemon.GetSteps(PokemonIndex)>
2017-01-09 00:40:10 +08:00
jianmingyong
ed80bafb42
Y axis movement :) Press Left Ctrl + Left Alt + W to move up. (Left Ctrl is to make the player walk through walls which is apparently needed)
2017-01-09 00:25:55 +08:00
CaptainSegis
b0c192a2f9
Updated Tornado9797 NPC. Added script and trainer file to it.
2017-01-07 22:37:04 -05:00
jianmingyong
ed9ace8bb6
Backup Save Module + Security patches.
2017-01-08 02:09:16 +08:00
CaptainSegis
d73acbe056
Added battle frontier shop with power items, QA pending. Fixed daycare texts and costs and other miscellaneous fixes.
2017-01-04 16:06:31 -05:00
CaptainSegis
f54de70dd4
small changes to BattleCalculation.vb
2016-12-29 19:11:14 -05:00
CaptainSegis
fb38d8d2fe
Updated Explosion/Selfdestruct damage to the current gen
2016-12-27 03:30:10 -05:00
CaptainSegis
2e02a65767
Fixed some pokemon data files
2016-12-25 21:54:02 -05:00
CaptainSegis
25bbf16cb2
Replaced some And/Or with AndAlso/OrElse
2016-12-25 19:35:12 -05:00
CaptainSegis
85b365a5ff
Fixed EndRound, hopefully fixed Hyper Beam and similar moves recharge conditions
2016-12-25 15:43:45 -05:00
CaptainSegis
2b647f801a
Fixed inmunity breaking moves/abilities part 2, fixed intimidate and similar abilities.
2016-12-23 13:48:32 -05:00
CaptainSegis
97852cc8f0
Fixed Mega Char X overworld sprite
2016-12-22 02:56:40 -05:00
CaptainSegis
4b6cde659e
Fixed Yawn counter
2016-12-22 02:46:08 -05:00
CaptainSegis
da9e8095b0
Fixed Toxic Orb ans Flame Orb effects
2016-12-21 20:16:11 -05:00