Commit Graph

175 Commits

Author SHA1 Message Date
Dreuu
4befdc87cd Update .gitignore 2 2018-11-27 15:28:29 -05:00
Dreuu
fa2c7917d2 Update .gitignore 2018-11-27 15:16:35 -05:00
Dreuu
2a3acc998c Item Icon Error Warning
If an icon palette number is beyond what is set in the ini, it is lowered to the ini max value. And a red error showing the original number is displayed.
2018-11-27 15:15:17 -05:00
Dreuu
d47f3c5910 Expanded Icon Palette Support
Allows for more than 3 palettes for pokemon icons. IconPalCount must be set in the ini to the total number of icon pals in the rom.
2018-11-27 14:38:48 -05:00
Dreuu
09cbeb2a97 Pokeedit scrolling visual fix
When scrolling through pokemon in pokemon edit, sometimes pointers and textboxes didn't update until the end of the scroll. Now they will be updated with the sprites for each pokemon. This shouldn't functionally change anything. Also I fixed the pokedex pokemon color not updating when switching pokemon.
2018-09-25 14:17:05 -04:00
Dreuu
a01eb02097 Item Import/Export Range
Removed the vague 'Skip old items' checkbox for import/export and replaced it with two dropdown boxes. The import/export all buttons were changed to import/export the range of items specified by the new dropdowns.
2018-09-25 01:00:38 -04:00
Dreuu
f692474faa Item Icon Import Enhancement
Made it so the item icon importer will automtically lower the number of colors in a picture to 16. Also potentially fixed an issue where part of the pokemon edit window would be cut off on devices with dpi scaling at above 100%.
2018-09-18 21:21:05 -04:00
Dreuu
3874941cef Small tmhm button position fix
Export and Import buttons were uneven.
2018-08-05 01:05:58 -04:00
Dreuu
23345836a1 Fixed Move Tutor Import Button
The button was overlapping the listbox a little.
2018-08-05 01:01:45 -04:00
Dreuu
ae3e360e05 Move Tutor/TMHM Import Export
Added ability to import move tutor moves and tmhm moves using their respective editor windows.
2018-08-05 00:56:36 -04:00
Dreuu
fef729191c Added Item Import/Export
Support for importing/exporting all items and icons, just expanded items, single items, and single icons. Also, if you import multiple things in the same session, they will be saved in Ram and new imports with the same image layout/pallete/description will be pointed to the previous import to be space efficient. This is the same as efficient pokemonedit imports.
2018-08-04 19:46:56 -04:00
Dreuu
cd8189d573 Pokemon Sprite Efficient Import
If the Efficient Import box is checked in pokemonedit, sprites will now be saved in Ram when they are imported. And if another sprite with the same imgstring or palstring is imported, it will not be inserted, instead it will just be repointed to the old image. Only stores the comparison info for as long as pokemonedit is open. So it will only work for pictures imported ina single session.
2018-08-04 13:03:01 -04:00
Dreuu
f610b0b64c Pokemon Sprite Imports - Efficient
Added checkbox to allow efficient data import. (It takes the output string into an array, and checks it againtsevery move. Only searching for free space in folders with no other foles.
2018-08-04 02:11:31 -04:00
Dreuu
3aebedf721 Added icon import with repoint
When using PokeExpansion for emerald, all new pokemon icons point to bulbasaur's. So instead of repointing them I figured this would be useful. There is an import all button, and import single button.
2018-08-03 22:06:26 -04:00
Dreuu
7b3067ad0f Very tiny code spacing change
Also noticed a bug when changing cry conversion. Don't know what it is or how to fix it yet.
2018-08-03 21:23:37 -04:00
Dreuu
414b4e680e Fixed Single Cry Import
Fixed single cry import to immediatly change loaded cry when a cry is imported. Also, the import all function isn't done for broad use. It skips past the default mons(to index 440), and loads specifically for my rom.
2018-08-03 21:14:41 -04:00
Dreuu
42dcf96745 Revert "Merge branch 'update-cry-imp-exp' into quicker-pokemonedit-browsing"
This reverts commit 67cb497eca, reversing
changes made to 173a684cb8.
2018-08-03 20:36:50 -04:00
Dreuu
a366c56d56 Revert "Merge branch 'update-cry-imp-exp' into quicker-pokemonedit-browsing"
This reverts commit 67cb497eca, reversing
changes made to 173a684cb8.
2018-08-03 20:24:59 -04:00
Dreuu
67cb497eca Merge branch 'update-cry-imp-exp' into quicker-pokemonedit-browsing 2018-08-03 20:23:55 -04:00
Dreuu
3e33a0fe9a Add single import support
Added support for importing a single cry. Enabled the top import button and import all button.
2018-08-03 20:19:43 -04:00
Dreuu
72d982c99e Optiomize Cry Loading
Speed up cry loading in pokemonedit by pulling the whole cry into Ram before reading each byte instead of pulling each byte from the Rom. Also Added the beginning of the import/export function in pokemon edit.
2018-08-03 20:11:27 -04:00
Dreuu
173a684cb8 Optimize pokemonedit loading
Changed Pokemonedit to load only data it needs for each tab. Replaced .Refresh() with .Invalidate() then .Update()
2018-08-03 19:56:31 -04:00
Gamer2020
2895f355d2 Merge pull request #63 from DumbChester/master
Added .Focus() after .show()
2017-08-29 19:48:27 -04:00
Chester
34974f1a60 Merge pull request #1 from DumbChester/DumbChester-patch-1
Added a from.focus() after form.show()
2017-08-29 22:38:21 +08:00
Chester
956096fcbe Added a from.focus() after form.show() 2017-08-29 21:55:16 +08:00
Gamer2020
5fad2ee90f Preparing for release! 2017-05-13 14:55:31 -04:00
Gamer2020
e1a9757edb Ending support! 2017-05-13 14:42:14 -04:00
Gamer2020
d4d2171559 Adding some tile offsets... 2017-04-30 20:48:51 -04:00
Gamer2020
bbff842dd6 More character fixing... 2017-04-30 10:20:47 -04:00
Gamer2020
a13f2abd9c Another encoding fix 2017-04-26 22:26:39 -04:00
Gamer2020
7e5e1dc992 Changed roms.ini encoding
Changed encoding to UTF-8.
2017-04-25 20:53:41 -04:00
Gamer2020
1f4b1ad0c9 Adding changes
Just adding changes. I don't think I really did anything.
2017-04-23 23:29:37 -04:00
Gamer2020
1abf150959 Merge pull request #51 from EddyHg80/master
More IT BPEI offsets
2017-03-30 00:12:49 -04:00
EddyHg80
e3ffe03099 Merge remote-tracking branch 'refs/remotes/Gamer2020/master'
# Conflicts:
#	GBAPokemonGameEditor/bin/Debug/errors.txt
2017-03-29 16:51:09 +02:00
EddyHg80
087850b148 Clean errors.txt to sync master 2017-03-29 16:50:22 +02:00
EddyHg80
eec3f62ea5 Moar Ita offsets 2017-03-29 16:45:19 +02:00
EddyHg80
c77f18b2c9 More IT Offsets 2017-03-29 16:21:22 +02:00
Gamer2020
7d9466c5ea MoveTableHack not case sensitive. 2017-02-26 01:42:30 -05:00
Gamer2020
b9c3c0592a Update LICENSE 2017-02-15 23:04:32 -05:00
Gamer2020
7e6b6a1ffc Update LICENSE 2017-02-15 23:02:02 -05:00
Gamer2020
72937c3e95 Updating contact information. 2017-02-12 09:42:59 -05:00
Gamer2020
ac663fa863 file sync 2017-02-05 17:00:36 -05:00
Gamer2020
27831676e5 Disabling cry picture.
You can disable the cry picture now.
2017-02-05 17:00:04 -05:00
Gamer2020
22b278f2a3 Update Readme 2017-02-05 10:35:26 -05:00
Gamer2020
4c56750db5 Added NumberOfRegionDex for FR!
Added NumberOfRegionDex for FR!
2017-02-03 23:05:50 -05:00
Gamer2020
bf37a3defb Combobox for Poke Format in trainer editor. 2017-01-21 22:01:31 -05:00
EddyHg80
1eca67430a More Offsets 2017-01-21 21:06:50 +01:00
EddyHg80
9827500a07 Merge pull request #2 from Gamer2020/master
merge master
2017-01-21 21:04:59 +01:00
Gamer2020
475e50f9cc Preparing for release! 2017-01-16 20:42:05 -05:00
Gamer2020
45ca714b48 Prize money calculation. 2017-01-16 14:02:59 -05:00