diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-03 02:48:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 02:48:35 +0100 |
commit | 33a7ec1fd719b9321357aa59460cbdb9f7779053 (patch) | |
tree | 993c0c156f6a3c310cccd2a3e0ac802b59ab149e /arm9/asm/WM_system.s | |
parent | 7e32d3758e7e36d7a67a1442cdb9386f9aa18a6e (diff) | |
parent | 6e3af5fa580d0f6aca3bb310d979323bf2a09a84 (diff) |
Merge pull request #400 from PikalaxALT/doc_heap_etc
SDK-informed refactoring
Diffstat (limited to 'arm9/asm/WM_system.s')
-rw-r--r-- | arm9/asm/WM_system.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/asm/WM_system.s b/arm9/asm/WM_system.s index e3792814..9b77b7c4 100644 --- a/arm9/asm/WM_system.s +++ b/arm9/asm/WM_system.s @@ -35,7 +35,7 @@ UNK_021D5E9C: ; 0x021D5E9C UNK_021D5EC0: ; 0x021D5EC0 .space 0xa00 - .text + .text arm_func_start WMi_GetMPReadyAIDs WMi_GetMPReadyAIDs: ; 0x020D7DE0 |