Commit Graph

2656 Commits

Author SHA1 Message Date
Haven1433
0bc5d94f3e add missing tiles to graphics.battle.hud.status
Was 50 tiles, needed to be 54 tiles
2022-05-15 00:53:59 -05:00
Haven1433
bb2398fa92 fix palette page 2022-05-15 00:48:22 -05:00
Haven1433
10a64d8f03 add additional menu background graphics 2022-05-15 00:44:01 -05:00
Haven1433
2908e7b877 Ctrl+Enter to follow a selected pointer 2022-05-15 00:35:41 -05:00
Haven1433
07a7ca4a8f add max width for HexContent tooltip text content 2022-05-15 00:30:03 -05:00
Haven1433
aa6e8e5f06 add professor pokemon constants for FireRed 2022-05-15 00:29:46 -05:00
Haven1433
27072fec49 fix button spacing 2022-05-15 00:01:05 -05:00
Haven1433
fbf06762a2 test fixing
* had to remove `graphics.newgame.menu.naming.tilemap1`, as the palette data for it was wrong
* had to rename a few anchors since there were too many in those categories
2022-05-14 23:55:13 -05:00
Haven1433
03922d30dc add constant data.abilities.pickup.length for firered 2022-05-14 23:18:56 -05:00
Haven1433
90b13ffe92 add stat-change battle animation graphics 2022-05-14 22:56:54 -05:00
Haven1433
1f22c5c116 adding newgame naming menu graphics for FireRed 2022-05-14 22:35:29 -05:00
Haven1433
f420845758 add evolution background tilemap for FireRed 2022-05-14 22:22:49 -05:00
Haven1433
7edfbc6dc2 add additional battle animation scripts 2022-05-14 22:12:11 -05:00
Haven1433
edc2ed9fde add 32-bit color support to the swatch tool
See https://github.com/haven1433/HexManiacAdvance/issues/82
2022-05-14 22:00:20 -05:00
Haven1433
32005a7d71 follow-up changes to DMiner's gender list feature
* improve auto-complete for sparse lists
* fix table tool filtering bug for sparse lists
* add a newline at the end of default.toml
2022-05-14 16:00:22 -05:00
Haven1433
b7ab5d9041 Merge branch 'master' of https://github.com/haven1433/HexManiacAdvance 2022-05-14 15:45:17 -05:00
TheDiamondMiner
53446ff917
Added gender-ratio values for presets & improved a name in toml (#88)
* added 10 values for gender ratio presets.

* Fixed an error made by me
2022-05-14 15:43:50 -05:00
Haven1433
e64b5a0eea add sound.tracks and sound.musicplayer for emerald 2022-05-14 07:29:33 -05:00
Haven1433
5beb09325e add thumb code table for move animation script commands 2022-05-13 22:45:42 -05:00
Haven1433
132bc95fa1 add support for starter editing in FR/LG 2022-05-13 22:37:08 -05:00
Haven1433
5780a52a3a fix duplicate goto bug 2022-05-12 22:51:12 -05:00
Haven1433
5bcc747eb3 fix filtering 2022-05-12 22:25:57 -05:00
Haven1433
c9e2f831c1 fix repoint menu background 2022-05-12 21:51:18 -05:00
Haven1433
68c895b7d8 add multichoice text to the decap list 2022-05-12 21:51:02 -05:00
Haven1433
dd8bba7cab make unused ints appear in grey 2022-05-12 18:20:45 -05:00
Haven1433
af4844643e apply angles to tool panel 2022-05-12 18:18:30 -05:00
Haven1433
9485b70036 make the buttons bigger 2022-05-12 08:05:12 -05:00
Haven1433
0ee6c97617 Add ips/ups patch creation support
right-click on a tab, choose to create a patch from that tab to the next tab to the right
2022-05-12 08:05:04 -05:00
Haven1433
82fa7c607b fix related table logic for constant-length tables 2022-05-10 08:25:15 -05:00
Haven1433
9953a939ff add name text lists to the decap tool 2022-05-10 07:46:19 -05:00
Haven1433
63579e3173 add version to title bar 2022-05-09 23:28:46 -05:00
Haven1433
70b70d8685 add useitem animation 2022-05-09 23:28:39 -05:00
Haven1433
9d9e65bca5 update tables 2022-05-09 23:19:49 -05:00
Haven1433
6730940fd9 patch application should be more careful with metadata
don't mark the metadata as changed until we're ready to actually use the token
2022-05-09 22:38:43 -05:00
Haven1433
b63ed0154c fix right-click menus for table tool
the right-click menu was getting messed up since the textbox was going away whenever it lost focus... which happens every time we open a context menu. The new code now specifically keeps the TextBox around in situations where the contextmenu is opening.
2022-05-09 21:07:04 -05:00
Haven1433
5c31f0f84d fix copy/paste for pcs strings with escape codes 2022-05-09 21:04:17 -05:00
Haven1433
b43a0647b9 Fix ItemEffect EditScope issues
when repoint causes a new
2022-05-09 20:24:52 -05:00
Haven1433
809245ffc6 allow find to ignore excess whitespace 2022-05-09 07:26:22 -05:00
Haven1433
4cf8df8f8d allow finding 4-byte words 2022-05-09 07:26:06 -05:00
Haven1433
e1a5ac5b57 add DoomDesire animation 2022-05-08 23:44:28 -05:00
Haven1433
93852078bd Only clear pointer data if the new value is different from the written value
We weren't handling this correctly for offset pointers
2022-05-08 23:14:35 -05:00
Haven1433
04ae9c54ff first pass at a decap util 2022-05-08 23:01:18 -05:00
Haven1433
9c56704249 add new pc options text table 2022-05-08 22:59:49 -05:00
Haven1433
f3d6543a1b fix dispatch bug during Find 2022-05-08 22:59:35 -05:00
Haven1433
cf2c2c4b18 allow lists with null elements
I meant to support this before, but apparently didn't. Add for type chart readability
2022-05-08 22:18:36 -05:00
Haven1433
ea37075c43 Delete from end of file should not cause asserts 2022-05-06 22:26:43 -05:00
Haven1433
d1166893ba Fix metadata issue for extending child arrays from parent arrays
When we extend a child array from a parent array expanding, it's possible to knock out another child of the same parent, which then needs to be re-added. Doing so makes us lose the pointers of that child, which is a metadata bug.

Just like with the constant, make sure that updating the child table length needs to check that all associated pointers exist.
2022-05-06 21:35:22 -05:00
Haven1433
02d16518d1 fix scripts.specials.thumb length in FR/LG 2022-05-05 20:34:17 -05:00
Haven1433
2d2f4b2b6f allow 2-byte constants 2022-05-05 20:01:14 -05:00
Haven1433
484dc9c238 Fix metadata load edge cases with overlapping tables with constant length
These tables are first loaded with the wrong size and then updated once the constant is available. The tables need to clear correctly in the case of a conflict.
2022-05-05 19:57:36 -05:00