CaptainSegis
4f426ec08d
Placed Light Clay item in Route 9
2016-11-13 21:42:18 -05:00
CaptainSegis
42ecd51262
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git
2016-11-13 18:36:17 -05:00
CaptainSegis
c8154a3f1c
Rearranged dept stores TMs, as per Darkfire's specs. Fixed TM38 price.
2016-11-13 18:36:08 -05:00
jianmingyong
c1d0e6f1d2
Add @Pokemon.AddToStorage() More Info below:
...
Usage:
@Pokemon.AddToStorage([BoxIndex], PokemonData)
@Pokemon.AddToStorage(PokemonID, Level, [Method], [BallID], [Location], [isEgg], [trainerName])
Paramenter in square bracket [] is optional.
BoxIndex is the selected box you wish to dump into. They start from 0.
2016-11-12 04:05:07 +08:00
jianmingyong
7eac4b34ef
Add @Pokemon.SendToStorage() More Info below:
...
Usage:
@Pokemon.SendToStorage(PokeIndex)
@Pokemon.SendToStorage(PokeIndex, BoxIndex)
BoxIndex is the selected box you wish to dump into. They start from 0.
2016-11-12 03:04:58 +08:00
jianmingyong
00c481f5d4
Add "Ctrl+X" functionality to the chat
2016-11-12 01:44:51 +08:00
jianmingyong
fc30cc439c
Fix typo that include so many times of same thing.
2016-11-12 01:00:53 +08:00
jianmingyong
2109a07a49
Typo fix
2016-11-11 23:45:06 +08:00
jianmingyong
203801e3b5
Remove tons of non needed lines. Make life better.
2016-11-11 23:42:54 +08:00
jianmingyong
9709404c56
Added new Level Action tag "SurfingBattleMap". More info below:
...
{"SurfingBattleMap"{str[MapName]}}
{"SurfingBattleMap"{str[MapName,x,y,z]}} <= x,y,z is the offset of the map.
2016-11-11 17:21:43 +08:00
jianmingyong
220cac3a26
Waterfall tile fix. More info below:
...
Waterfall tile now support multiple rectangle in one texture. As such, this fix the ability to use multiple water texture in the game.
2016-11-11 16:44:56 +08:00
jianmingyong
bfd3c8d644
Fix the ability to use dive while the player is diving up or down.
2016-11-11 16:32:29 +08:00
jianmingyong
3fd5716f8e
Water tile fix 2. More info below:
...
Water tile now support multiple rectangle in one texture. As such, this fix the ability to use multiple water texture in the game.
2016-11-11 15:59:13 +08:00
jianmingyong
db9b3ed673
Water tile fix. More info below:
...
Water tile now support multiple rectangle in one texture. As such, this fix the ability to use multiple water texture in the game.
2016-11-11 15:50:41 +08:00
CaptainSegis
1524fbadce
Added missing TMs from HGSS into the dept stores
2016-11-10 22:06:43 -05:00
CaptainSegis
5c37f35ca6
added support for Vivillon menu and overworld sprites (summary sprites still missing)
2016-11-10 10:56:38 -05:00
CaptainSegis
443adccad8
Added sprites for Clauncher, Litleo and Skrelp lines, added manaphy egg OW sprite
2016-11-09 22:43:28 -05:00
CaptainSegis
5a5a4a0b90
Added summary sprites for the Goomy line
2016-11-08 01:06:42 -05:00
CaptainSegis
108b87251d
Created data files for Goomy, Clauncher and Skrelp lines, updated some existing files
2016-11-06 02:23:23 -05:00
CaptainSegis
7d217cf7e2
Fixed dive up typo
2016-11-05 20:35:00 -05:00
CaptainSegis
27b2861973
Added most missing gen 6 pokemon files, fixed lava tiles inside Underwater Cave
2016-11-05 20:14:46 -05:00
CaptainSegis
db00f06482
Added some missing variables resetting in the switching out methods
2016-11-05 12:44:26 -05:00
CaptainSegis
f95ae86504
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git
2016-11-05 10:56:06 -05:00
CaptainSegis
b59d4c7f6c
After Faint Switching, revision 3: Fixed major bug related to multi turn action
2016-11-05 10:55:57 -05:00
jianmingyong
75a9cf974a
Convert binary to ascii version
2016-11-05 15:59:38 +08:00
CaptainSegis
b1589a31bc
Added missing cries
2016-11-03 01:15:55 -05:00
CaptainSegis
08d2837be6
Added missing gen 6 overworld sprites
2016-11-03 00:46:47 -05:00
CaptainSegis
929bd79c98
Fixed the Machop trade guy in goldenrod. Now Macho Brace is obtainable.
2016-11-02 23:37:01 -05:00
CaptainSegis
c39e85bc3a
Copied the right scripts into the project
2016-11-02 22:59:28 -05:00
CaptainSegis
5459ed2ac6
After faint switch, revision 2: Fixed case when both pokemon faint.
2016-11-02 20:56:04 -05:00
CaptainSegis
dc26fdd75d
Fixed Immunity ability typo, fixed Lum Berry not curing confusion.
2016-11-02 18:32:25 -05:00
jianmingyong
0f5b0f64cb
Nuke shiny candy xD
2016-11-02 23:03:47 +08:00
CaptainSegis
d145750ce4
Fixed null reference crash related to Sucker Punch move
2016-11-02 00:55:41 -05:00
CaptainSegis
68e277bf13
Fixed small graphic issue regarding Kyogre menu sprite
2016-11-01 23:55:23 -05:00
CaptainSegis
4039e371e3
Added new content, attempt to fix sleep crash
2016-11-01 19:13:47 -05:00
CaptainSegis
48887fbf17
Fixed lock on interaction with some two turn moves
2016-11-01 00:34:57 -05:00
CaptainSegis
8ed2ba478c
Fixed Beat Up base power
2016-10-30 21:54:03 -05:00
CaptainSegis
e76ffaab63
Implemented Eviolite (ID = 298)
2016-10-30 20:50:07 -05:00
CaptainSegis
7a9897f8f1
Fixed sucker punch interaction
2016-10-30 20:03:36 -05:00
CaptainSegis
3ca677e9d5
Fixed weather turn increasing items redundancy
2016-10-30 17:16:19 -05:00
CaptainSegis
45d770ed97
Implemented Regenerator and Imposter abilities, fixed critical EV Gaining crash
2016-10-30 16:53:09 -05:00
jianmingyong
9f11078e6b
Nuke bomb Part 2
2016-10-30 00:53:20 +08:00
jianmingyong
26a0c6e821
Nuke mega stones.
2016-10-29 23:03:25 +08:00
jianmingyong
4c15879c09
Truck rotation fix
2016-10-29 02:08:46 +08:00
SViper
2d73bcf65e
Add Lithuanian Localization
2016-10-27 19:33:27 +03:00
CaptainSegis
0defce4593
Added Mega Altaria and Mega Beedrill summary sprites
2016-10-26 20:52:02 -05:00
CaptainSegis
bbd4046072
Fixed small graphic bug with manaphy egg
2016-10-26 18:52:58 -05:00
CaptainSegis
1751a7fe4e
Implemented custom sprite for manaphy egg
2016-10-26 18:22:38 -05:00
CaptainSegis
844671b578
Inserted a boolean for later use
2016-10-26 16:59:42 -05:00
CaptainSegis
33c552a274
Fixed lvl 100 Pokemon not being able to gain EVs through training
2016-10-26 14:49:02 -05:00
CaptainSegis
47410f1cd6
Implemented EV Training Items. Did not add their IV breeding functionality yet.
2016-10-26 14:07:35 -05:00
CaptainSegis
6dbf882698
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git
2016-10-26 10:43:30 -05:00
CaptainSegis
33ed1677dd
Implemented Mega Bracelet and its functionality
2016-10-26 10:43:19 -05:00
jianmingyong
b6be3b4b28
Fix CPU lag bug on Join Server Screen.
2016-10-26 13:07:28 +08:00
CaptainSegis
d22d1fd5d8
After Fainting Switch, Revision 1
2016-10-25 18:04:49 -05:00
CaptainSegis
a328c279b0
Initial After Fainting Switching implementation
2016-10-25 01:58:59 -05:00
CaptainSegis
6221cf4806
Removed recently created, unused class.
2016-10-24 20:35:15 -05:00
CaptainSegis
f7e93447d7
Fixed crash related to Mega Evolutions
2016-10-24 20:17:57 -05:00
CaptainSegis
a81c8da491
Fixed ChoosePokemonScreen graphical issue
2016-10-24 19:45:29 -05:00
CaptainSegis
900e2d38fd
Fixed PvP client not updating battle menu
2016-10-24 17:26:06 -05:00
jianmingyong
183934927e
Update 2.5DHero.vbproj
2016-10-24 08:50:56 +08:00
CaptainSegis
4f7821a9e3
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git
2016-10-21 02:15:48 -05:00
CaptainSegis
38c381f692
Added lead pick for PvP matches
2016-10-21 02:15:35 -05:00
jianmingyong
e754a4009e
Revert "Updated to 7th Gen Standards"
...
This reverts commit
351b5ff1dc0c3f1ecf198f2652f3b4407cd751f5
4cb1844ae608729513ee75a7779889ff3345036d
af158713835d31e2fbf2a98591ab4c35ecb261a6
761d6e8e2d771cb202f3c4188a344ba79f1d6745
c6b61393893d7e743eeec43af6cc5c2d950c5890
d64f4dcb835222c6c8634ef9d9f8f76ce1e5c1c3
6ff5fd71976906083a606e9835251f7781a6a519
2016-10-21 13:12:48 +08:00
CaptainSegis
2490622091
Revert "Script fixes, regarding music tracks"
...
This reverts commit 95ca2859fa52ed10eb6e3d61170bb53fe0f12a12.
2016-10-20 18:57:55 -05:00
CaptainSegis
9b69767a5b
Script fixes, regarding music tracks
2016-10-20 18:57:55 -05:00
CaptainSegis
d01cb77914
Fixed
2016-10-20 18:57:55 -05:00
CaptainSegis
066c7614fe
Revert "Switched to Windows MonoGamePlatform, fixes Song play"
...
This reverts commit 9e2cbc722e1e521cc8e68c5f97054608ce6b4b9e.
2016-10-20 18:57:55 -05:00
CaptainSegis
ff3606e70c
Changed nothing
2016-10-20 18:49:46 -05:00
SViper
b3bfa58c36
Updated to 7th Gen Standards
2016-10-20 19:21:47 +03:00
SViper
dbb2387477
Updated description to 7th Gen one
2016-10-20 19:10:25 +03:00
SViper
ae151f117b
Updated description to 7th Gen one
2016-10-20 19:04:29 +03:00
SViper
1080fd7f4f
Updated description to 7th Gen one
2016-10-20 18:51:46 +03:00
SViper
a414f49b3f
Updated description to 7th Gen one
2016-10-20 18:47:10 +03:00
SViper
cdbe3c3c02
Updated description to 7th Gen one
2016-10-20 18:43:06 +03:00
SViper
b8b64b2ebc
Updated to 7th Gen Standards
2016-10-20 18:38:31 +03:00
CaptainSegis
06bcc083fd
Added sprites to ItemSheet.png for later use.
2016-10-19 02:55:26 -05:00
CaptainSegis
6eb26a68e8
Small null reference fix
2016-10-18 23:11:42 -05:00
CaptainSegis
e16e4d3818
Fixed item IDs from last commit
2016-10-18 04:29:44 -05:00
CaptainSegis
baa9d2a81d
Updated weather to gen 6, added weather and screens duration items. Sprites missing.
2016-10-18 04:19:29 -05:00
CaptainSegis
35613b57fc
Implemented ability activation upon Mega Evolution
2016-10-18 02:16:14 -05:00
CaptainSegis
709658d953
Fixed Life Orb / Sheer Force interaction
2016-10-18 00:40:32 -05:00
Aragas
4141a0a63a
MonoGamePlatform Windows specific volume fix
2016-10-15 15:49:36 +03:00
Aragas
347d3ef72e
Changed build dir
2016-10-15 15:49:30 +03:00
Aragas
331f8fa3c4
Switched to Windows MonoGamePlatform, fixes Song play
2016-10-14 23:16:48 +03:00
Aragas
e653ac41d8
Music file quality fix
2016-10-14 19:07:14 +03:00
jianmingyong
7cce88e66f
Ensure that the menu button reset to index 0 after mega evolve.
2016-10-09 03:16:17 +08:00
jianmingyong
36010dfa46
Don't append repeating items into pokemon when mega evolve.
2016-10-09 03:07:23 +08:00
jianmingyong
78f17a28cd
Dive Tile Action 2 :)
2016-10-08 16:37:13 +08:00
jianmingyong
9ddaf5b9d3
Allow tabs on structures
2016-10-07 13:55:53 +08:00
Capt_Segis
7bf5c6fd5d
Added even extra condition
...
Now it wont show if you have a mega evolved pokemon in your team (just cosmetic purpose)
2016-10-07 00:48:45 -05:00
Capt_Segis
43ba440217
Added extra condition to MainMenuAddMegaEvolution
2016-10-07 00:39:50 -05:00
jianmingyong
062cdf307e
Non-case sensitive npc movements.
...
Had enough of Thumbs.db, ignored forever.
2016-10-07 13:35:30 +08:00
jianmingyong
9fe4e0d9be
Mega Evolve improvements.
2016-10-07 13:20:32 +08:00
Aragas
bab9f725c7
BackdropRenderer fix
2016-10-06 22:04:27 +03:00
Aragas
edcafe3f58
BackdropRenderer obsolete update
2016-10-06 21:12:22 +03:00
Aragas
20861de0fb
Replaced TextureManager.TextureRectangle with TextureManager.GetTexture, removed all those temp leak fixes
2016-10-06 20:42:31 +03:00
Aragas
3ef08819a9
The dirty fixes: Part 2
2016-10-06 18:25:33 +03:00
Aragas
8922030727
Not even ashamed of my dirty fixes
2016-10-06 18:18:10 +03:00
CaptainSegis
54a9c13001
Implemented Moves:
...
- Roar of Time
- Magnet Rise
- Trick Room
- Autotomize
2016-10-05 02:00:18 -05:00
CaptainSegis
24f0200dbd
Attempt to fix client not able to perform Mega Evolution
2016-10-04 16:28:47 -05:00
Optiplex3020
25908af6b4
Deleted useless folder created on accident, aegislash small fix
2016-10-03 23:40:02 -05:00
Optiplex3020
b542e1677e
Added some Mega Formes data and sprites. Fixed related bugs.
2016-10-03 23:23:04 -05:00
Optiplex3020
d064cebda6
Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy.git
2016-10-03 13:20:48 -05:00
Optiplex3020
69f4807345
MegaForms references, fix Run bug
2016-10-03 13:20:37 -05:00
jianmingyong
2616b07ecf
Fix unable to run from battle due to menu collection is changing in for each loop.
2016-10-03 17:37:00 +08:00
jianmingyong
f3e1778cad
Remove the use of ugly label and some minor changes.
2016-10-03 11:42:26 +08:00
jianmingyong
8f1843a042
Fix missing null exception checks for roaming pokes.
2016-09-30 04:16:55 +08:00
Vitalij Mikhailov
8b938cbf90
Merge pull request #15 from P3D-Legacy/Pokemon_Roaming_Tracker
...
Pokemon Roaming Tracker
2016-09-29 22:45:29 +03:00
jianmingyong
7f7102d500
Revert "Undo Aragas wrongful fixes"
...
This reverts commit 6fe374f1c7085cc03b3198208933cd55b3b3529e.
2016-09-30 03:40:42 +08:00
jianmingyong
e5bd91e4b4
Roaming Pokemon doesn't delete away after user fled.
2016-09-30 03:16:30 +08:00
FantaX1911
a455a5ca16
Added Mega ampharos normal overworld sprite.
2016-09-29 22:05:14 +03:00
CaptainSegis
d9d690e935
Mega Evolutions implementation
2016-09-29 12:56:36 -05:00
jianmingyong
819675970a
Undo Aragas wrongful fixes
2016-09-30 01:30:44 +08:00
jianmingyong
6af1aa5350
Missing Localization Text
2016-09-30 01:14:42 +08:00
jianmingyong
962f15f3fc
Some minor fixes on the map screen.
2016-09-30 01:02:07 +08:00
jianmingyong
8e9fc03c8f
Needed Stuff.
2016-09-30 00:56:20 +08:00
jianmingyong
20ca8dc162
Added back Pokemon Roaming Tracker. [WIP]
2016-09-30 00:17:29 +08:00
Aragas
7a2c21ab1a
Fixed MyBase call in CalculateCameraDistance overrides
2016-09-25 16:38:06 +03:00
Aragas
71dcadc45a
Changed a bit again particle drawing fix
2016-09-25 16:36:36 +03:00
Aragas
4595c78d8e
Changed a bit particle drawing fix
2016-09-25 16:25:09 +03:00
Aragas
d8aec25f2f
This should fix particles drawing error
2016-09-25 16:05:57 +03:00
CaptainSegis
48fe5ed445
Reworked EndRound sub
2016-09-24 22:18:07 -05:00
nilllzz
74cad8447f
Added DebugNoContent config
...
Build configuration that does not activate the Content Build step. Use
this after the content has been built using the Debug config to avoid
overhead.
2016-09-25 02:41:50 +02:00
nilllzz
88655d7c6a
Fixed price for standard items
2016-09-25 02:16:31 +02:00
CaptainSegis
df3aad92a8
Fixed Shiel Dust interaction
2016-09-24 16:20:58 -05:00
jianmingyong
3f81f195bd
Fix Escape Rope price.
...
I think the free sale is over xD
2016-09-24 16:41:53 +08:00
FantaX1911
b13ed6adf8
Fixed stairs structures missing their slide block and/or having otation.
2016-09-24 10:25:05 +03:00
FantaX1911
2d577e899b
Merge pull request #14 from P3D-Legacy/Item-Migration
...
Tested, working perfectly.
2016-09-23 21:22:36 +03:00
FantaX1911
9d8a23ffd1
Fixed a typo
...
changed "case tail" to "case full"
2016-09-23 18:55:10 +03:00
FantaX1911
ef4ba249fa
Implemented the effects of the remaining incenses
...
Rock, Rose, Full and Pure.
2016-09-23 17:24:59 +03:00
FantaX1911
252a3f7543
Fixed prices for old incenses
...
changed from 9800 to 9600
2016-09-23 15:38:34 +03:00
FantaX1911
3a92b89073
Added the remaining Incenses items.
...
Full, Lax, Luck, Pure, Rock and Rose incense added.
2016-09-23 15:32:59 +03:00
jianmingyong
562c2fb3e0
Fix typo in EmptySealMap.vb
2016-09-23 13:52:23 +08:00
nilllzz
6ff826cb44
Removed unused battle class
2016-09-22 23:21:56 +02:00
FantaX1911
1e7e2d0413
Added Empty sea map to the compiler
2016-09-22 23:42:52 +03:00
FantaX1911
ea0618e215
Added Empty sea map
...
Implemented Empty Sea Map as a key item.
2016-09-22 23:33:07 +03:00
Aragas
cd77bba60e
Marked possible leaking functions, made crappy fix
2016-09-22 22:48:25 +03:00
FantaX1911
69ec7efbb1
Added music
...
Added music and updated the animation with accordance to the music
added.
2016-09-22 22:09:10 +03:00
Aragas
ba2e052830
[Texture Disposal] This should be okay??
2016-09-22 21:00:45 +03:00
FantaX1911
87840100b1
Added "Empty sea map" to the sprite sheet
...
Location 192,264
2016-09-22 08:18:48 +03:00
FantaX1911
156abb4709
Updated the stairs structures
...
Added Stair structures from the expiremintal branch and fixed some
texture related issues.
2016-09-22 07:09:34 +03:00
jianmingyong
e2027e1dc4
Font fix
2016-09-22 10:43:41 +08:00
FantaX1911
7466124da1
Removed unnecessary roof tiles
2016-09-21 22:21:51 +03:00
FantaX1911
620e1a5b63
added pokecenter interior as a structure for kanto/johto maps.
...
Added Pokemon center interior as a structure file and remade all
kanto/johto pokecenter maps with structures in mind.
2016-09-21 22:10:57 +03:00
nilllzz
52ae0f8044
Removed lines from project file
2016-09-21 05:48:29 +02:00
jianmingyong
91c4cae1ce
Add missing files
2016-09-21 11:43:49 +08:00
Capt. Segis
5a96771691
Included Infestation.vb in project
2016-09-20 22:39:27 -05:00
Capt. Segis
aeeb1b8e31
Merge branch 'master' of https://github.com/P3D-Legacy/p3d-legacy.git
2016-09-20 19:40:01 -05:00
Capt. Segis
6b4a94aea4
Implemented Infestation and some misc fixes
2016-09-20 19:39:55 -05:00
nilllzz
8e7250bb03
Removed unused methods in helper classes
2016-09-21 02:24:02 +02:00
nilllzz
3b3f2a8b8b
Fixed late bound resolution warnings
2016-09-21 02:23:43 +02:00
nilllzz
de646d5030
even more dead code removal
2016-09-21 02:17:24 +02:00
nilllzz
4a8d249f64
Removed some dead code
2016-09-21 02:09:50 +02:00
nilllzz
3811f09f57
Merge pull request #9 from P3D-Legacy/item-refactor
...
Item refactor
2016-09-21 01:59:02 +02:00
nilllzz
69b5509845
Fixed berry description and texture
2016-09-21 01:02:08 +02:00
nilllzz
44d5729462
Removed file items
...
Will be replaced with better solution later on
2016-09-21 00:56:01 +02:00
nilllzz
4ce2be7c08
Changed stone items.
2016-09-21 00:50:35 +02:00
nilllzz
33c861ee4f
Changed XItems
2016-09-21 00:50:26 +02:00
nilllzz
d894927297
Changed wing items
2016-09-21 00:15:51 +02:00
nilllzz
f1e9831497
Really fixed items this time I promise I hate myself fuck
2016-09-21 00:08:06 +02:00
nilllzz
e4f9a284c0
Revert "Correctly changed standard items."
...
This reverts commit e92e63f4e9629f2460c420f5a170c5c33cd802c5.
2016-09-21 00:04:54 +02:00
nilllzz
a8dbc470c0
Changed vitamin items
2016-09-21 00:04:47 +02:00
nilllzz
e1b7eb7fcd
Correctly changed standard items.
2016-09-20 23:59:29 +02:00
nilllzz
4edf30d879
Revert "Changed standard items"
...
This reverts commit cd993217e3a203936ed1d4b79f8b19b9912d202a.
2016-09-20 23:53:08 +02:00
nilllzz
d9035ac1b5
Fixed battle points price & ItemTypes access
2016-09-20 23:50:16 +02:00
nilllzz
d6a6ac5bc7
Fixed machine ctors
2016-09-20 23:44:31 +02:00
nilllzz
1700ab11a8
Changed standard items
2016-09-20 23:39:12 +02:00
Capt_Segis
f11b2ee653
Actual TextFont fix.
2016-09-20 14:12:59 -05:00
Aragas
f150d41cf5
Fixed font
2016-09-20 20:56:18 +03:00
Capt_Segis
671fb2d416
Update V-Create.vb
2016-09-20 11:56:15 -05:00
Capt_Segis
ff774573b9
Update Attack.vb
2016-09-20 11:56:15 -05:00
Capt_Segis
3a80c1e07c
added some small descriptions
2016-09-20 11:48:17 -05:00
Capt_Segis
2802563e44
Create BoltStrike.vb
2016-09-20 11:17:18 -05:00
Capt_Segis
9964ca1ac8
Create BlueFlare.vb
2016-09-20 11:16:53 -05:00
Capt_Segis
2b5c908689
Added 550, 551 and 557 to ID Switch
...
Bolt Strike, Blue Flare and V-Create
2016-09-20 11:16:41 -05:00
Capt_Segis
c4236d3fb2
Create V-Create.vb
2016-09-20 11:16:35 -05:00
Capt_Segis
319be96101
Added Files to compile list
...
BoltStrike.vb, BlueFlare.vb, V-Create.vb
2016-09-20 11:16:32 -05:00
nilllzz
00cedf786e
Changed repel items.
2016-09-20 06:29:17 +02:00
nilllzz
9289cd143a
Changed plate items.
2016-09-20 06:24:12 +02:00
nilllzz
543f63f2a2
Changed mega stone items
2016-09-20 06:22:25 +02:00
nilllzz
3d44fdf9db
Changed mail items
2016-09-20 06:18:09 +02:00
nilllzz
a025a626f9
Changed machine items
2016-09-20 06:09:15 +02:00
nilllzz
a0b02a3b31
Changed key items
2016-09-20 06:03:05 +02:00
nilllzz
33b2608a8a
Changed berries
2016-09-20 05:42:56 +02:00
nilllzz
73f2946dea
Changed Ball items
2016-09-20 05:34:00 +02:00
nilllzz
5fe871fc29
Changed Apricorns
2016-09-20 05:17:38 +02:00
nilllzz
19f2c7d765
Changed HealingItems
2016-09-20 05:11:31 +02:00
nilllzz
c6fa81d048
Fixed � character
2016-09-20 03:03:27 +02:00
nilllzz
2dba651d7a
Base class rewrite
2016-09-20 02:18:12 +02:00
Capt_Segis
47fa384936
Attempt to fix Stance Change
...
added CalculateStats() instances
2016-09-19 13:12:51 -05:00
nilllzz
576a3a7c5d
item access uses reflection instead of lookup table
2016-09-19 04:34:12 +02:00
nilllzz
26afca3916
Removed useless comments
2016-09-19 03:27:07 +02:00
Capt_Segis
ce523bd6b0
Fixed Endure
2016-09-18 20:05:25 -05:00
Capt_Segis
26d057fa51
Update CircleThrow.vb
2016-09-18 14:47:18 -05:00
Capt_Segis
fa4b304be6
Update CircleThrow.vb
2016-09-18 14:46:59 -05:00
Capt_Segis
a6226d32df
Update DragonTail.vb
2016-09-18 14:46:12 -05:00
Capt_Segis
9b4e45be64
Added 509 to ID Switch
...
Circle Throw
2016-09-18 14:16:07 -05:00
Capt_Segis
9e3c9712ba
Added Circle Throw to compile list
2016-09-18 14:14:32 -05:00
Capt_Segis
8dddb3b6d0
Create CircleThrow.vb
2016-09-18 14:13:20 -05:00