diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-15 09:00:46 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-15 09:00:46 -0400 |
commit | b661c7888c57280a19801b320cf7860e6555f1d3 (patch) | |
tree | 016548cf8fed0f83a16a35820c963fa3b31ee004 /asm | |
parent | a5332e2f9e029ca7c0003a5cd096af3c68ace5bb (diff) |
Truncate ROM and pad using objcopy
Diffstat (limited to 'asm')
-rw-r--r-- | asm/icon.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ .text - .incbin "baserom.nds", 0x338600 + .incbin "baserom.nds", 0x338600, 0x371d8c0 |