Commit Graph

92 Commits

Author SHA1 Message Date
Gamer2020
b14d5d6429 Remove Post build events
I removed some post build events I added because it will error on other
PCs. I need to figure out a better way to auto copy the files to my
server for linux testing.
2016-10-01 09:51:55 -04:00
Gamer2020
adad1bbceb Started importing cry code
I've started adding code for importing cries.
2016-09-27 23:04:22 -05:00
Gamer2020
4c7c0173a7 Cry playing and exporting.
Added code for cry playing and exporting. Next will be importing.
2016-08-21 19:00:53 -05:00
Gamer2020
e27537e575 Adding cry functions.
Started adding cry functions from
https://github.com/doom-desire/Cry-Editor
2016-08-20 17:40:35 -05:00
Gamer2020
2f61d6ae32 Attack effects list.
The attack effect list loads from a text file now.
2016-06-08 20:14:59 -05:00
Gamer2020
f140974348 Updating Readme! 2016-05-21 17:57:47 -04:00
Gamer2020
e33bedac59 Added cry compression byte!
You can now edit the cry compression byte in the Pokemon editor.
2016-05-14 20:17:35 -04:00
Gamer2020
ad022ca930 Cry Repoint fix!
There was a problem repointing cries that use the cry conversion table.
2016-04-23 00:20:49 -04:00
Gamer2020
67b3974518 Release! 3.7 2016-04-22 10:47:27 -04:00
Gamer2020
3716bb36df Move table hack ported to Emerald!
Attack adder now installs the move table hack for Emerald.
2016-04-21 05:21:55 -04:00
Gamer2020
fcf12f1085 Pokedex data tab fix!
Fix for some entries not being editable.
2016-04-10 22:45:23 -04:00
Gamer2020
d11aea0431 Pokedex List Editor!
Added a Pokedex list editor! It loads slow because of how the data is
formatted but it works.
2016-04-09 13:02:35 -04:00
Gamer2020
d44cb261c1 Trade editor!
Added a basic trade editor. I will come back and improve it.
2016-04-07 19:18:02 -04:00
Gamer2020
af33bda87c Bug Fix: Added programs work again!
Seems that when I added the code that outputed when an offset was
missing I broke added programs. Should be working again.
2016-04-05 22:28:05 -04:00
Gamer2020
d0b08525e5 Small fix for Attack evolution parameter.
Attack list was not loading.
2016-04-04 18:23:50 -04:00
Gamer2020
daac3a45cf Preparing for release!
3.6 here we go!
2016-04-03 00:35:04 -04:00
Gamer2020
ae1f427215 Massive update!
I was away for a month or so without internet. In that time I continued
to work on PGE. There are a lot of new things in this version.

The Attack adder has been updated. I've completed Jambo51's move table
hack for Fire Red and made it so the Attack adder installs it. I still
have yet to port the hack to Emerald.

The Pokemon adder works for English Fire Red. I made it add Pokemon the
same way that it's done in DoesntKnowHowToPlay's tutorial in order to
remain consistent with what others may have already done. If any
problems occur with the Pokemon adder please let me know. Unlike G3HS,
cries and other things are expanded correctly by PGE. I advise not using
G3HS to add more Pokemon.

When an offset is missing from the ini, PGE will now dump text to a file
named errors.txt letting you know what offset is missing and for what
ROM. I may expand on this in the future.

Improved importing and exporting of data. Attacks, Abilities, and
Pokemon can be exported and imported as inis. It is now handled better
than in older versions.

I fixed the Pokedex data editor because it seems it wasn't loading some
data properly.

I've added a Pokedex tab to the Pokemon Editor. Even though I feel they
should be seperate I mainly added it because I want Pokedex data to be
included when you export Pokemon Data.

I made it so that the Pokedex tab shows you how big the sprites will be
in the size compare. I will make it show where the sprites will be
onscreen once I figure out the formula for it. Bulbapedia is wrong when
it comes to the Pokedex data.

Added the item use anitmation (FR/LG) bytes to the Pokemon Editor.

Added editing of the in battle sprite positions. Has the preview from
Advance Series.  (Loading of all the Pokemon data seems slow now.
Eventually I will have to come back and optimize things.)

Pokemon sprites can be imported and exported. The format is the same as
Advance Series. The importing and exporting of the animations from
Emerald are handled better than in Advance Series.

Pokemon Icons can now be imported and exported. Advance Series
compatable as well.

Pokemon Footprints can be imported and exported.

Other Miscellaneous fixes and additions.
2016-04-01 21:23:11 -04:00
Gamer2020
bc1d9dcaa5 Preparing for release!
Rushed released.
2016-02-14 11:10:19 -05:00
Gamer2020
6a62b23424 Attack Adder marked as beta!
Did some research and I guess the move table hack is incomplete. Also
had to fix some stuff.
2016-02-14 00:56:43 -05:00
Gamer2020
e411bd124a Pokemon Adder: More Progress
Made some more progress. I need to do some research on a couple of small
things currently.
2016-02-12 12:36:00 -05:00
Gamer2020
48e1b48bee Pokemon Adder: More progress!
Made some more progress with the Pokemon adder. Syncing to back up
changes.
2016-02-10 01:09:17 -05:00
Gamer2020
5b986575aa Pokemon Adder: Some progress
I added a few lines of code. I'm busy with other stuff otherwise I'd
probably have this done today.
2016-02-07 17:42:40 -05:00
Gamer2020
1277615006 Pokemon Adder: Repoints Dex flags
It repoints the dex flags. I wanted to sync my changes so I don't lose
them.
2016-02-07 02:28:27 -05:00
Gamer2020
016c0df24e Pokemon Adder: JPAN Save hack added.
JPAN's save hack is now installed by the adder. Will start working on
the rest tomorrow.
2016-02-06 00:53:25 -05:00
Gamer2020
6c4cbb812e Pokemon Adder started!
I've started the Pokemon adder.
2016-02-02 06:26:49 -05:00
Gamer2020
c3fe859c2e ROM Expander: Bug fix!
Fixed a bug with the ROM expander.
2016-02-01 01:17:40 -05:00
Gamer2020
6618a7e743 ROM expander added!
I've added a ROM expander since the only other program that has one is
XSE.
2016-01-31 02:58:51 -05:00
Gamer2020
614c3db7cf Ability adder finished!
I've finished the ability adder. It seems to work fine.
2016-01-30 03:31:05 -05:00
Gamer2020
09a0de72a1 Ability adder started!
I've started the ability adder. Also fixed the ability editor not
refreshing the ability list when an ability is renamed.
2016-01-29 18:00:42 -05:00
Gamer2020
84f5d51867 Footprint viewing!
The Pokemon editor now displays the footprints. The function behind it
isn't the greatest but it works.
2016-01-28 02:34:27 -05:00
Gamer2020
86916bb69d Habitat editor!
I've added a habitat editor. I don't really need it because I prefer
Emerald but maybe people will find it useful.
2016-01-27 00:05:39 -05:00
Gamer2020
a053482bea Preparing for release!
Yeah that's right. It's that time again. Are you ready? I hope you are.
2016-01-26 02:18:49 -05:00
Gamer2020
94a4986e0b Egg move editor!
Finally got around to making an egg move editor. It is quite simple but
it get's the job done. I'll add more to it in the future.
2016-01-26 01:58:45 -05:00
Gamer2020
6ce2fd178d Pokedex Data editor improved!
You can now edit the descriptions in the Pokemon Dara editor!
2016-01-25 00:06:54 -05:00
Gamer2020
906b77a62b TM/HM Extension support!
Support for more TM/HMs has been properly added.
2016-01-24 04:08:04 -05:00
Gamer2020
366d27025f Move tutor editor updated!
Move tutor editor has been updated. It now supports having added more
moves to the move tutors.
2016-01-24 01:07:44 -05:00
Gamer2020
c03c30af02 Item descriptions editable!
You can now edit the item descriptions.
2016-01-22 03:01:36 -05:00
Gamer2020
42d3c45e76 Ability descriptions editable!
Made it so you can edit the ability descriptions.
2016-01-21 21:11:10 -05:00
Gamer2020
e9c9349005 Attack table inserter improved!
I've made it so the attack table inserter can search for free space.
2016-01-17 18:23:46 -05:00
Gamer2020
287367c5d3 Attack expander "Finished"!
Attack expander works with Emerald. However I am having problems with
the Jambo51 move hack in emerald. May have to port the routine myself or
something.
2016-01-16 16:06:55 -05:00
Gamer2020
12947f1d5e Started Attack expander for Emerald!
I've started making the attack expander work for Emerald! Also there are
some other small changes. Made the txt folder to better organize the
text files.
2016-01-07 07:49:46 -05:00
Gamer2020
344a1e1fed Random fixes!
Fixed the saving of the contest data. Also fixed a bunch of other random
stuff.
2016-01-06 08:08:13 -05:00
Gamer2020
5f2745f18e New icon and other graphics!
I've added a new icon, a splash screen, and an about box. ;)
2016-01-05 07:48:01 -05:00
Gamer2020
83eef3455c Couple of fixes!
I've made it so that the pointers for the field moves are repointed by
the attack expander. Also I've make the attack editor auto suggest names
when selecting an attack. I had previously disabled that but right now I
can't remember why...
2016-01-04 06:08:45 -05:00
Gamer2020
9463a56493 Banner added!
Added a cool looking banner!
2016-01-03 06:52:10 -05:00
Gamer2020
e87b861e1d Editable attack descriptions!
Attack descriptions are now editable!
2016-01-02 05:07:12 -05:00
Gamer2020
e2c0b2281b Attack expander ready for testing!
The attack expander should be working for Fire Red but it needs to be
tested.
2015-12-31 10:01:59 -05:00
Gamer2020
94046436e3 Searching for free space fixed!
I can now continue with the attack expander.
2015-12-29 05:05:56 -05:00
Gamer2020
a957dba765 Attack Expander started!
I've started coding an Attack Expander. Currently it is bugged because
it seems the search for free space function doesn't always work right.
2015-12-28 05:38:29 -05:00
Gamer2020
55142d514b Preparing for release! 2015-12-02 18:19:10 -05:00