diff options
Diffstat (limited to 'agbx/source/priv/init.s')
-rw-r--r-- | agbx/source/priv/init.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/agbx/source/priv/init.s b/agbx/source/priv/init.s index ec0b6df..302cb29 100644 --- a/agbx/source/priv/init.s +++ b/agbx/source/priv/init.s @@ -17,7 +17,10 @@ .thumb_func __agbx_init: + @ Call main: bl agbx_main + + @ Call done: bl agbx_done @ The return value is already in r0, so there's no need to move it. .endfunc |