diff options
Diffstat (limited to 'libagbsyscall/libagbsyscall.s')
-rw-r--r-- | libagbsyscall/libagbsyscall.s | 2 |
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 |