diff options
author | red031000 <rubenru09@aol.com> | 2020-04-27 02:08:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 02:08:25 +0100 |
commit | cc47e937c121807c5a6cdc4d87aee1b6384beb20 (patch) | |
tree | fb7a4b3e15d4db9202a9671c41049e56261913f4 /arm9 | |
parent | 27fb11bde1686d52afe9556702cfc7a2a969db0d (diff) | |
parent | cbed99c6efad124029a0d775da907c5f281888bf (diff) |
Merge pull request #31 from PikalaxALT/pikalax_work
Fix missing closing " in FS_arm9.s
Diffstat (limited to 'arm9')
-rw-r--r-- | arm9/asm/FS_arm9.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/asm/FS_arm9.s b/arm9/asm/FS_arm9.s index 8fcbff7a..d9b791b8 100644 --- a/arm9/asm/FS_arm9.s +++ b/arm9/asm/FS_arm9.s @@ -1,4 +1,4 @@ - .include "asm/macros.inc + .include "asm/macros.inc" .include "global.inc" .section .text |