Commit Graph

9 Commits

Author SHA1 Message Date
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
82bd336cdc Supported EU syncing from pmdsky-debug 2023-11-20 23:36:17 -06:00
AnonymousRandomPerson
1d49790c6f Supported ARM7 sync from pmdsky-debug 2023-10-28 01:59:22 -04:00
AnonymousRandomPerson
4eed0730f0 Defined pointers in ARM7 2023-09-29 21:37:19 -04:00
AnonymousRandomPerson
c485b5ee6f Defined pointers for arm7 2023-09-27 00:09:45 -04:00
AnonymousRandomPerson
952e7bd842 Defined pointers for ARM7 main 2023-09-23 20:45:33 -04:00
AnonymousRandomPerson
95ec71b830 Closer to matching arm7 2023-08-07 00:12:51 -04:00
AnonymousRandomPerson
17dbb0d491 Split arm7 into main and wram 2023-08-06 19:09:10 -04:00
AnonymousRandomPerson
ee153c6b30 Compiled arm7 2023-08-06 17:47:05 -04:00