Commit Graph

197 Commits

Author SHA1 Message Date
Gamer2020
441ff79749
Update README.md 2023-12-01 21:16:34 -05:00
Gamer2020
db6e795b60
Update README.md 2023-12-01 21:16:14 -05:00
Gamer2020
2f15f264e6
Update README.md 2023-09-13 13:28:12 -04:00
Gamer2020
7d1a46484d
Merge pull request #65 from Dreuu/master
Merging Branch from Dreuu.
2023-09-13 13:27:23 -04:00
Gamer2020
08ea0b01f2
Update README.md 2019-12-23 00:06:41 -05:00
Gamer2020
f569ad48f6
Update README.md 2019-03-17 01:33:49 -04:00
Dreuu
adb25ff66d Fix Icon Import
Icon import will now choose palettes correctly
2019-01-21 22:17:30 -05:00
Dreuu
f18db2c4ea Fix .exe 2019-01-21 19:57:51 -05:00
Dreuu
02f9fb8d67 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	.vs/GBAPokemonGameEditor/v14/.suo
#	.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-shm
#	.vs/GBAPokemonGameEditor/v15/Server/sqlite3/storage.ide-wal
#	GBAPokemonGameEditor/ImportDataFunctions.vb
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.application
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.exe.manifest
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.pdb
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.vshost.application
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.vshost.exe
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.vshost.exe.manifest
#	GBAPokemonGameEditor/bin/Debug/PokemonGameEditor.xml
#	GBAPokemonGameEditor/bin/Debug/app.publish/PokemonGameEditor.exe
#	GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
#	GBAPokemonGameEditor/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
#	GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.FileListAbsolute.txt
#	GBAPokemonGameEditor/obj/x86/Debug/GBAPokemonGameEditor.vbproj.GenerateResource.Cache
#	GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.application
#	GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe
#	GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.exe.manifest
#	GBAPokemonGameEditor/obj/x86/Debug/PokemonGameEditor.pdb
2019-01-16 23:21:46 -05:00
Dreuu
5ca419973a Undo gitignore 2019-01-16 22:42:26 -05:00
Dreuu
93176f214d More gitignore 2019-01-16 22:20:14 -05:00
Dreuu
06dddac3df Actually Remove Ignored Files
Hopefully
2019-01-16 21:27:39 -05:00
Dreuu
8a3527731e Remove Ignored Files & Speed Up Image import
Speed image import and some other imports up by improving the free space four aligned search.
2019-01-16 21:24:46 -05:00
Dreuu
93988a1330 Cry Compression Fix and other fixes/QOL improvements and refactoring
Cries:
-Importing a cry and compressing it now creates a more accurate, and less crackly cry in game.
-The cry repointer now works and correctly determines whether the cry was compressed or not.
-The cry screen now forces all pointers/info to update before switching to the next pokemon instead of only updating after you stop switching pokemon.(If you scroll fast, you will still see all information.)

Pokemon Editor:
-Fied a bug where some base stats weren't read correctly, Base Happiness, Gender Ratio...
-Refactored Base State reading so there is only one big read instead of dozens of small reads.
-Fixed a bug where the "Facing Left/Right in status screen" radio buttons didn't populate.

Item Editor:
-Refactored the read/write code to minimize the number of reads and writes. Shouldn't affect much. Maybe slightly faster import/export.
2019-01-13 21:32:17 -05:00
Gamer2020
aff8d33f33 Update latest beta! 2018-12-30 16:19:03 -05:00
Gamer2020
d0b57bbe69
Merge pull request #64 from CompuMaxx/patch-1
Character correction
2018-12-30 16:10:57 -05:00
CompuMaxx
acf186972c
Character correction
Some characters have been corrected and some missing ones have been added
2018-12-04 23:45:09 -03:00
Dreuu
0f704403a0 Launcher Rebuild 2018-12-02 03:22:01 -05:00
Dreuu
322e6dbc8d Cry Compression Support
Compressed Cries can now be imported.
2018-12-02 02:08:51 -05:00
Dreuu
e104a8a0f2 Icon Palette Expansion Fix and Egg Move Editor Update
Added further support for expanded icon palettes. If a rom uses icon palettes repointed to multiple locations, add the line 'IconPointerTable2 = x' where x is the offset for the table of pointers to each palette.  Also, the egg move editor is mid-update. It should still work as long as you don't expand the table and save, as there is no repointing functionality yet. I will be adding that soon hopefully. NOTE: No changes are made to the egg move table until you hit save.
2018-12-01 15:45:03 -05:00
Dreuu
583e47eeae Update PokemonGameEditor.exe 2018-11-27 21:41:26 -05:00
Dreuu
ba460c9019 Cry Standardization
I used to have 'cry import all' import to the index numbers of my personal rom. It should now imports index numbers 1 to 1.
2018-11-27 21:36:29 -05:00
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