summaryrefslogtreecommitdiff
path: root/libagbsyscall
diff options
context:
space:
mode:
authorpi1024e <49824824+pi1024e@users.noreply.github.com>2020-08-29 13:18:35 -0400
committerpi1024e <49824824+pi1024e@users.noreply.github.com>2020-08-29 13:18:35 -0400
commitbdb976dc27b00a7e86c0bda10911c67c9d296c35 (patch)
treee2a7f40a9dfe354f8e7fc1f79732fb1b05cb1594 /libagbsyscall
parent3ae3bea28f41ae5b6a7a6bbf04b056e0dd10dfb5 (diff)
fixed mistakes
Diffstat (limited to 'libagbsyscall')
-rw-r--r--libagbsyscall/libagbsyscall.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/libagbsyscall/libagbsyscall.s b/libagbsyscall/libagbsyscall.s
index b30b586ee..0c90da9ed 100644
--- a/libagbsyscall/libagbsyscall.s
+++ b/libagbsyscall/libagbsyscall.s
@@ -6,7 +6,7 @@
.text
.set SOFT_RESET_DIRECT_BUF, 0x03007FFA
- .set USER_STACK, 0x03007F00
+ .set USER_STACK, 0x03007F00
.set RESET_EX_WRAM_FLAG, 0x1
.ifdef NO_GRANULAR_AGBSYSCALL