diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-17 20:35:14 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-17 20:35:14 -0700 |
| commit | 06da1bcabed792b2d5abf6405b7b3276769ee201 (patch) | |
| tree | 6caeada997ad1e2859cab6dc34f230e7363250a5 /ld_script.txt | |
| parent | 9b7948055c486011217d68d55180f67cbd3166ff (diff) | |
split out var.s and flag.s
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1e1a3837d..4d9e14d5c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -65,6 +65,9 @@ SECTIONS { src/script.o(.text); src/scrcmd.o(.text); asm/rom_8065394.o(.text); + asm/var.o(.text); + asm/flag.o(.text); + asm/rom_806936C.o(.text); asm/party_menu.o(.text); asm/rom_806D7F8.o(.text); src/start_menu.o(.text); |
