Commit Graph

14 Commits

Author SHA1 Message Date
AnonymousRandomPerson
15cc2d2b9a Synced from pmdsky-debug 2024-12-05 01:52:27 -05:00
AnonymousRandomPerson
14f2b4cd9c Used original Pascal_SnakeCase for DSE functions 2023-12-30 18:06:04 -06:00
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
UsernameFodder
32998ca899 Sync math operator/utility functions from pokeheartgold
Compared/synced by hand from the pokeheartgold asm.

Some of the functions had labels corresponding to libgcc counterparts;
rename them all for consistency.

Note that some of the functions have multiple names in pokeheartgold
(of which at most one is actually used). Instead of polluting the xMAP
files with multiple symbols (some with zero length), which makes it
really hard for scripts to parse, just add these alternate names as
comments. This makes them searchable without having an effect on build
artifacts.
2023-12-27 02:12:38 -06:00
AnonymousRandomPerson
f012ebbaec Defined pointers in overlay 0 2023-09-29 22:14:53 -04:00
AnonymousRandomPerson
bb960c2d87 Defined pointers to ITCM 2023-09-29 21:52:28 -04:00
AnonymousRandomPerson
ba2e47b1f0 Defined pointers in arm9 main 2023-09-27 00:09:45 -04:00
AnonymousRandomPerson
b887709dcf Synced data symbols from pmdsky-debug 2023-09-17 15:53:50 -04:00
AnonymousRandomPerson
8981e8ba54 Defined pointers for overlay 0 2023-09-17 00:05:21 -04:00
AnonymousRandomPerson
ffc5860502 Defined symbols for arm9 pointers 2023-09-13 23:24:30 -04:00
AnonymousRandomPerson
ee153c6b30 Compiled arm7 2023-08-06 17:47:05 -04:00
AnonymousRandomPerson
80956ec169 Cleaned out extra library code 2023-07-10 21:26:59 -04:00
AnonymousRandomPerson
9ee264c64a Built overlays 2023-07-02 00:21:29 -04:00
AnonymousRandomPerson
608e361e57 Initialized base repo 2023-06-28 23:35:19 -04:00