HexManiacAdvance/src/HexManiac.Core/Models/Code
Benjamin Popp d1b22e8d08 update boxes menu palettes
Research shows that the addresses and dimensions graphics.menu.boxes.picker.tilemap  _are_ correct. However, HMA is unable to display the tilemap corrrectly, because the tilemap assumes that the tileset in question starts at tile 0x100 instead of tile 0x00. This is similar to how palettes can start at page 3 or 4 instead of having to start at page 0, and should probably be handled in a similar fashion, with the tileset being aware of its own offset.

HMA cannot handle this right now, so the tilemap is commented and untested.
2021-12-18 20:23:59 -06:00
..
animationScriptReference.txt Add initial support for animation scripts 2020-08-10 19:38:56 -05:00
armReference.txt FireRed Pokemon Expansion now works right for pokemon/pokedex, but not flags 2021-12-18 20:23:59 -06:00
battleScriptReference.txt Update battle scripts to recognize more pointers 2020-08-03 22:00:18 -05:00
constantReference.txt add constants for ev caps 2021-09-04 23:01:27 -05:00
default.axve.axpe.bpee.toml Make pocketid different for R/S/E 2021-08-26 19:43:50 -05:00
default.axve.axpe.toml Use pokeball icon for Ruby/Sapphire item shortcut, rather than shopkeeper sprite. 2021-11-15 08:40:25 -06:00
default.bpee.toml Get goto shortcuts from toml 2021-10-10 20:51:55 -05:00
default.bpre.bpge.toml Get goto shortcuts from toml 2021-10-10 20:51:55 -05:00
default.bpre1.bpge1.toml Add FR/LG offset anchors for steps2hatch 2021-10-04 07:39:46 -05:00
default.bpre0.bpge0.toml Add FR/LG offset anchors for steps2hatch 2021-10-04 07:39:46 -05:00
default.bprf0.toml fix issue with french firered 2021-11-18 14:41:33 -06:00
default.toml add new terrain-move related tables from AGSMG 2021-12-18 20:15:59 -06:00
expand_levelup_moves_code.hma Fix the level-up move replacement 2021-06-30 21:32:29 -05:00
ScriptParser.cs Improve script decompile hex logic 2021-12-14 07:40:42 -06:00
scriptReference.txt fix bufferpartypokemon argument bug 2021-08-02 10:30:15 -05:00
tableReference.txt update boxes menu palettes 2021-12-18 20:23:59 -06:00
ThumbParser.cs Allow register/number <<= operation in thumb 2021-12-10 11:09:46 -06:00