diff options
author | YamaArashi <shadow962@live.com> | 2015-11-27 01:33:50 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-27 01:33:50 -0800 |
commit | 85036fe67f90992493292b922f29269bf3237c1d (patch) | |
tree | 01da4b9f056edb5a68010cb8277c4ba704e95655 /asm/libagbsyscall.s | |
parent | 0e3464ffa0009f6650298df8268ae4d35f39e6ae (diff) |
partially comment GameCube multi-boot library
Diffstat (limited to 'asm/libagbsyscall.s')
-rw-r--r-- | asm/libagbsyscall.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/libagbsyscall.s b/asm/libagbsyscall.s index 923a7a98e..a0d0726f2 100644 --- a/asm/libagbsyscall.s +++ b/asm/libagbsyscall.s @@ -46,6 +46,7 @@ LZ77UnCompWram: ; 82E7090 thumb_func_end LZ77UnCompWram thumb_func_start MultiBoot +; s32 MultiBoot(struct MultiBootParam *mp) MultiBoot: ; 82E7094 movs r1, 0x1 swi 0x25 |