Commit Graph

349 Commits

Author SHA1 Message Date
AnonymousRandomPerson
c64241a6c0 Split arm9 data JP 2024-04-17 23:52:40 -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
7121588672 Synced from pmdsky-debug 2024-04-17 23:41:56 -04:00
AnonymousRandomPerson
2235b790e1
Merge pull request #63 from AnonymousRandomPerson/main
Synced from pmdsky-debug
2024-03-24 20:39:50 -04:00
AnonymousRandomPerson
65777ed7fa Used GitHub-hosted build dependencies 2024-03-24 20:21:27 -04:00
AnonymousRandomPerson
b53126dcd2 Synced from pmdsky-debug 2024-03-24 19:38:38 -04:00
AnonymousRandomPerson
37ddf03a53
Merge pull request #62 from AnonymousRandomPerson/main
Added more DSE functions
2024-02-10 18:05:43 -05:00
AnonymousRandomPerson
09b1e43bd6 Detected subsymbol dirs in sync to pmdsky-debug 2024-02-08 18:23:43 -05:00
AnonymousRandomPerson
baa1d4017c Added more DSE functions
-Contributed by Rhokin.
2024-02-08 18:23:43 -05:00
AnonymousRandomPerson
2c24f0d9e0
Merge pull request #61 from AnonymousRandomPerson/main
Added more DSE functions
2024-01-28 23:08:59 -05:00
AnonymousRandomPerson
eeb593808a Added more DSE functions
-Contributed by Rhokin.
2024-01-28 22:45:02 -05:00
AnonymousRandomPerson
044e3c395f
Merge pull request #60 from AnonymousRandomPerson/main
Synced from pmdsky-debug
2024-01-18 11:38:35 -05:00
AnonymousRandomPerson
ce50f1612d Synced from pmdsky-debug 2024-01-18 11:23:11 -05:00
AnonymousRandomPerson
eeb2526a41
Merge pull request #59 from AnonymousRandomPerson/main
Supported pmdsky-debug aliases for sync
2024-01-06 14:28:29 -06:00
AnonymousRandomPerson
8304f6ecd3 Supported pmdsky-debug aliases for sync 2024-01-06 14:18:12 -06:00
AnonymousRandomPerson
84a79ca387
Merge pull request #58 from AnonymousRandomPerson/main
Used original Pascal_SnakeCase for DSE functions
2023-12-30 18:16:21 -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
AnonymousRandomPerson
0ba1d76398
Merge pull request #57 from UsernameFodder/sync
Sync some symbols from pokeheartgold
2023-12-29 12:20:44 -06:00
AnonymousRandomPerson
8c923515ab
Merge pull request #52 from ElectricGeorge/main
Rename symbols and files according to Time/Darkness prototype strings
2023-12-29 12:19:16 -06:00
George Witt
9b51044fa8
Merge branch 'pret:main' into main 2023-12-29 07:26:44 -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
AnonymousRandomPerson
fd2fb44cb0
Merge pull request #56 from UsernameFodder/bss-sync
Support syncing BSS symbols to pmdsky-debug
2023-12-29 00:10:00 -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
AnonymousRandomPerson
eb600a887d
Merge pull request #55 from UsernameFodder/local-param
sync_to_pmdsky_debug.py: Pass pmdsky_debug_section as an arg
2023-12-28 22:36:13 -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
George Witt
1a682f8c76
Merge branch 'main' into main 2023-12-28 21:33:51 -06:00
ElectricGeorge
595434db59
Remove addresses from file names 2023-12-28 22:33:26 -05:00
AnonymousRandomPerson
a417962de9
Merge pull request #54 from AnonymousRandomPerson/main
Fixed more pmdsky-debug sync issues
2023-12-28 21:29:33 -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
4fbae4283b
Merge pull request #53 from AnonymousRandomPerson/main
Fixed pmdsky-debug sync issue
2023-12-28 19:15:23 -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
ElectricGeorge
e26f1956cc
Rename poly_text.c 2023-12-28 17:14:06 -05:00
ElectricGeorge
fb6eeaa3d5
Merge branch 'main' into naming 2023-12-28 17:07:27 -05:00
ElectricGeorge
798da0b2c3
Rename dg_uty.c 2023-12-28 16:41:58 -05:00
ElectricGeorge
0217b316d2
Rename dg_effect.c 2023-12-28 16:41:30 -05:00
ElectricGeorge
8074047a8d
Rename dg_camera.c 2023-12-28 16:40:48 -05:00
ElectricGeorge
75ac1522b5
Rename dg_object.c 2023-12-28 16:39:56 -05:00
ElectricGeorge
1d89421ae1
Rename dg.c 2023-12-28 16:39:06 -05:00
ElectricGeorge
bf0c78b497
Rename dg_random.c 2023-12-28 16:37:37 -05:00
ElectricGeorge
bae1a55289
Rename file_rom.c functions 2023-12-28 14:08:33 -05:00
ElectricGeorge
7b2686518d
Rename directory_file_mngr.c, directory_file.c symbols 2023-12-28 13:30:06 -05:00
ElectricGeorge
8b1029085e
Rename file.h 2023-12-28 11:58:35 -05:00
ElectricGeorge
9d52129218
Rename debug.c functions 2023-12-28 11:30:48 -05:00
ElectricGeorge
3c28624de2
Decomp ov29_022DC240 2023-12-28 10:33:24 -05: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
AnonymousRandomPerson
8742a9c32c
Merge pull request #51 from UsernameFodder/renaming
Rename some functions for pmdsky-debug sync
2023-12-27 14:23:33 -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