Skip to content

Commit

Permalink
Added ARM7 suffix to core SDK functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousRandomPerson committed Nov 22, 2023
1 parent 12a196d commit ffe2bf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions headers/functions/arm7.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define HEADERS_FUNCTIONS_ARM7_H_

void _start_arm7(void);
void do_autoload_arm7(void);
void StartAutoloadDoneCallbackArm7(void);
void NitroSpMain(void);
void HardwareInterrupt(void);
void ReturnFromInterrupt(void);
Expand Down
4 changes: 2 additions & 2 deletions symbols/arm7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ arm7:
Once the memory mapping has been completed, a constant containing the address to NitroSpMain is loaded into a register (r1), and a `bx` branch will jump to NitroSpMain.
No params.
- name: do_autoload
- name: do_autoload_arm7
address:
EU: 0x2380118
NA: 0x2380118
JP: 0x2380118
- name: StartAutoloadDoneCallback
- name: StartAutoloadDoneCallbackArm7
address:
EU: 0x2380188
NA: 0x2380188
Expand Down

0 comments on commit ffe2bf8

Please sign in to comment.