diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c7c1c9e4d..904d0172f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -33,7 +33,9 @@ SECTIONS { src/link.o(.bss); src/rtc.o(.bss); - . = 0x5AC; + . = 0x5A8; + src/field_message_box.o(.bss); + . = ALIGN(4); src/text_window.o(.bss); . = 0x6B0; |