diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-09-11 12:04:41 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-10-16 22:44:15 +0200 |
| commit | e1008d3a4df3de73476ca5b17f8bb19f1b9ea679 (patch) | |
| tree | 1c76b627154c45dd838f37ea2125cb991f0b868e /data/strings.s | |
| parent | 806e34637500e2c7c8b6a42ef0e2526562d7ce8a (diff) | |
Merge consecutive incbins
Diffstat (limited to 'data/strings.s')
| -rw-r--r-- | data/strings.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/strings.s b/data/strings.s index 9f501e06..27dc11e2 100644 --- a/data/strings.s +++ b/data/strings.s @@ -12,7 +12,7 @@ translation:: @ 089B1D90 .incbin "baserom_demo_jp.gba", 0x9B1A28, 0x002BD90 .else .ifdef JP - .incbin "baserom_jp.gba", 0x9B1A30, 0x2BCC0 + .incbin "baserom_jp.gba", 0x9B1A30, 0x002BCC0 .else .ifdef EU .incbin "translations/English.bin" |
