pmd-sky/tools/sync_pmdsky_debug
UsernameFodder 8e6873cb29 Sync some symbols from pokeheartgold
These were found by correlating identical code between Sky and Heart
Gold.

This is the first of a series of results from this correlation work.
Some of the changes included in this commit:
- init code
- math utilities (FX_, VEC_, MTX_)
- graphics utilities (GX_ and friends)

None of the code here is decompiled, so this change only includes
renames and tweaks to the asm.

Note: GX_HBlankIntr is not the same between EoS and Heart Gold, but the
label was added anyway because it is between GX_Init and GX_VBlankIntr
in both games. The latter two functions DO match between games.
2023-12-29 01:52:12 -06:00
..
.gitignore Added pmdsky-debug sync script 2023-09-05 22:25:01 -04:00
containing_folder.py Added pmdsky-debug sync script 2023-09-05 22:25:01 -04:00
pmdsky_debug_reader.py Support syncing BSS symbols to pmdsky-debug 2023-12-28 23:50:54 -06:00
requirements.txt Add pyyaml to sync_pmdsky_debug/requirements.txt 2023-12-26 23:21:51 -06:00
symbol_details.py Sync some symbols from pokeheartgold 2023-12-29 01:52:12 -06:00
sync_from_pmdsky_debug.py Support syncing BSS symbols to pmdsky-debug 2023-12-28 23:50:54 -06:00
sync_to_pmdsky_debug.py Support syncing BSS symbols to pmdsky-debug 2023-12-28 23:50:54 -06:00
xmap_reader.py Support syncing BSS symbols to pmdsky-debug 2023-12-28 23:50:54 -06:00
yaml_writer.py Supported EU syncing to pmdsky-debug 2023-11-21 22:57:16 -06:00