diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2016-11-01 18:04:03 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-01 16:04:03 -0700 |
commit | 2f6f3f8256c872080782c527bea23d1ddb036114 (patch) | |
tree | 1f4677249cd8f286872dfc000594c2eb96319214 /data | |
parent | 555bbb5494d8eac197adc418fddcaf405b81efc5 (diff) |
Port agb_flash from pokeruby (#11)
* Port agb_flash from pokeruby
* use ramscrgen
* formatting
* delete ewram_syms.txt and iwram_syms.txt
* Finish port of agb_flash
Diffstat (limited to 'data')
-rw-r--r-- | data/sound_data.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound_data.s b/data/sound_data.s index 1de5125ed..b90c6f449 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -31,4 +31,4 @@ gUnknown_086B49C0:: @ 86B49C0 .incbin "baserom.gba", 0x6b49c0, 0x30 gUnknown_086B49F0:: @ 86B49F0 - .incbin "baserom.gba", 0x6b49f0, 0x2ee6e0 + .incbin "baserom.gba", 0x6b49f0, 0x2ee660 |