diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-29 23:02:43 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-29 23:02:43 -0500 |
commit | 30f301d7274abe84ef1b23161631040f58da0173 (patch) | |
tree | 6dd2ac837b946031794db1b22f3f33bf8ea18aed /asm/fatal_system.s | |
parent | 3ba62db61d5526a9c951d82a8eb2b27c873f8476 (diff) |
doc some strings
Diffstat (limited to 'asm/fatal_system.s')
-rw-r--r-- | asm/fatal_system.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/fatal_system.s b/asm/fatal_system.s index 3a53878..9c4f81c 100644 --- a/asm/fatal_system.s +++ b/asm/fatal_system.s @@ -79,7 +79,7 @@ sub_8011BAC: ldr r0, _08011BB0 bx lr .align 2, 0 -_08011BB0: .4byte gUnknown_80D4288 +_08011BB0: .4byte gNotMountText thumb_func_end sub_8011BAC thumb_func_start sub_8011BB4 @@ -150,7 +150,7 @@ FatalError: bl FatalErrorFormatMessage bl FatalErrorHang .align 2, 0 -_08011C14: .4byte gUnknown_80D42C0 +_08011C14: .4byte gFatalText _08011C18: .4byte gUnknown_80D42D4 thumb_func_end FatalError |