AnonymousRandomPerson
e81c1c4d20
Excluded SDK symbols from pmdsky-debug sync
2026-02-09 22:38:56 -05:00
AnonymousRandomPerson
a05015dfe2
Synced from pmdsky-debug
2026-01-28 21:04:48 -05:00
AnonymousRandomPerson
70cc523b7b
Decomped GetTreatmentBetweenMonstersIgnoreStatus
2025-10-22 22:10:25 -04:00
AnonymousRandomPerson
3214a390d4
Synced from pmdsky-debug
2025-10-22 21:15:44 -04:00
AnonymousRandomPerson
c9b9b65fdf
Excluded symbols starting with @ in pmdsky-debug sync
2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
520ae97054
Decomped ov28_0238A58C
...
Decomped by @taxicat1
2025-09-07 23:37:58 -04:00
AnonymousRandomPerson
1f04b8558e
Added name differences between decomp and pmdsky-debug in sync script
2025-08-31 14:10:28 -04:00
AnonymousRandomPerson
e6cfeaa6bc
Synced from pmdsky-debug
2025-08-26 19:28:08 -04:00
AnonymousRandomPerson
d37282fba3
Added ASM symbol hack to pmdsky-debug sync blacklist
2025-08-07 20:37:10 -04:00
AnonymousRandomPerson
cde588512b
Fixed unbound local in sync_to_pmdsky_debug
2025-08-06 20:33:01 -04:00
AnonymousRandomPerson
a824c5bc03
Decomped IsMoveRangeStringUser
2025-06-22 17:36:12 -05:00
AnonymousRandomPerson
e858032839
Synced BSS symbols from pmdsky-debug
2024-12-30 01:18:28 -06:00
AnonymousRandomPerson
607f3741a5
Synced from pmdsky-debug
2024-12-28 00:42:34 -06:00
AnonymousRandomPerson
15cc2d2b9a
Synced from pmdsky-debug
2024-12-05 01:52:27 -05:00
AnonymousRandomPerson
764a69a219
Fixed pmdsky-debug sync adding to out-of-range subsymbol dirs
2024-10-24 22:53:10 -04:00
AnonymousRandomPerson
6564a51336
Fixed sync-to-pmdsky-debug inserting in wrong place
2024-10-19 00:03:35 -04:00
AnonymousRandomPerson
cb2ebc82eb
Added JP to pmdsky-debug syncing
2024-06-23 16:20:55 -05:00
AnonymousRandomPerson
4cdeec3ccf
Added documented symbol counter
2024-06-09 01:48:22 -04:00
AnonymousRandomPerson
f4880f0b8f
Split arm9 ASM JP
2024-04-17 23:52:39 -04:00
AnonymousRandomPerson
590d633a48
Set up initial JP build
2024-04-17 23:52:39 -04:00
AnonymousRandomPerson
09b1e43bd6
Detected subsymbol dirs in sync to pmdsky-debug
2024-02-08 18:23:43 -05:00
AnonymousRandomPerson
8304f6ecd3
Supported pmdsky-debug aliases for sync
2024-01-06 14:18:12 -06:00
AnonymousRandomPerson
0d66c0d994
Temporarily ignored prototype symbol name syncing
2023-12-30 18:09:34 -06: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
3d87a95850
Support syncing BSS symbols to pmdsky-debug
...
These data symbols can be added to ram.yml. Since information is lost,
it's not possible to go in the other direction, so RAM syncing can only
be done TO pmdsky-debug.
2023-12-28 23:50:54 -06:00
UsernameFodder
c2f4f07c30
sync_to_pmdsky_debug.py: Pass pmdsky_debug_section as an arg
...
This variable was being referenced as a global by sync_xmap_symbol.
Pass it in as a local parameter instead.
2023-12-28 22:27:07 -06:00
AnonymousRandomPerson
03c0ba33be
Fixed more pmdsky-debug sync issues
...
-Creating new header symbol now works when preceding symbol isn't in header.
2023-12-28 21:10:40 -06:00
AnonymousRandomPerson
cdefb150e3
Added more documentation to scripts
2023-12-28 19:09:25 -06:00
AnonymousRandomPerson
62ac44cbf4
Fixed pmdsky-debug sync issue
...
-Data symbol renames not syncing to headers.
-Function header not creating properly if previous symbol was renamed.
2023-12-28 19:07:12 -06:00
AnonymousRandomPerson
1dd0f32e83
Merge pull request #50 from UsernameFodder/sync
...
Sync math operator/utility functions from pokeheartgold
2023-12-27 14:27:31 -06:00
UsernameFodder
38625d657d
Rename some functions for pmdsky-debug sync
...
pmdsky-debug now supports Pascal_SnakeCase for function names, so remove
some naming overrides and make others more consistent.
2023-12-27 02:13:27 -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
UsernameFodder
38b75afe93
Add pyyaml to sync_pmdsky_debug/requirements.txt
2023-12-26 23:21:51 -06:00
AnonymousRandomPerson
c8c61d2b90
Decomped LFO functions
...
Contributed by Rhokin.
2023-12-10 13:41:43 -05:00
AnonymousRandomPerson
ebd2d093b8
Decomped sound envelope functions
...
Contributed by Rhokin in the SkyTemple Discord. https://discord.com/channels/710190644152369162/804247227991326730/1182773685317271634
2023-12-08 23:16:22 -05:00
AnonymousRandomPerson
cc23f5352f
Synced from pmdsky-debug
2023-11-29 22:41:14 -05:00
AnonymousRandomPerson
3a591b0d4a
Fixed some incorrect symbol names
2023-11-22 14:53:02 -06:00
AnonymousRandomPerson
d564ca9d22
Supported EU syncing to pmdsky-debug
2023-11-21 22:57:16 -06:00
AnonymousRandomPerson
82bd336cdc
Supported EU syncing from pmdsky-debug
2023-11-20 23:36:17 -06:00
AnonymousRandomPerson
0af606d5a7
Synced BSS symbols from pmdsky-debug
2023-11-11 16:13:07 -05:00
AnonymousRandomPerson
b8254efa38
Synced from pmdsky-debug
2023-10-29 19:42:06 -04:00
AnonymousRandomPerson
1d49790c6f
Supported ARM7 sync from pmdsky-debug
2023-10-28 01:59:22 -04:00
AnonymousRandomPerson
a19a1dfc64
Added symbol syncing to pmdsky-debug
2023-09-17 17:08:24 -04:00
AnonymousRandomPerson
b887709dcf
Synced data symbols from pmdsky-debug
2023-09-17 15:53:50 -04:00
AnonymousRandomPerson
b368278ab4
Synced symbols from pmdsky-debug
2023-09-17 14:45:32 -04:00
AnonymousRandomPerson
3c957980ed
Added script to sync symbols to pmdsky-debug
2023-09-06 23:56:06 -04:00
AnonymousRandomPerson
cd7909af2e
Added pmdsky-debug sync script
2023-09-05 22:25:01 -04:00