diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-12 11:53:44 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-12 11:53:44 -0500 |
commit | c7dffae4c16865f805aba24fbc67ec878f3131b7 (patch) | |
tree | f77289138be10edf13f6c31eb7dd979e265b6d21 /asm | |
parent | 5bf70e55320bd9109c1558be4dd46fb9cc6f6798 (diff) |
Add m4a_2.c
Diffstat (limited to 'asm')
-rwxr-xr-x | asm/ewram.s | 28 | ||||
-rwxr-xr-x | asm/iwram.s | 4 | ||||
-rwxr-xr-x | asm/rom.s | 2 |
3 files changed, 32 insertions, 2 deletions
diff --git a/asm/ewram.s b/asm/ewram.s index c5d97d1..ae27129 100755 --- a/asm/ewram.s +++ b/asm/ewram.s @@ -13,3 +13,31 @@ ds gIntrTable @ 0x2003060 .space 0x8060 ds gUnknown_0200B0C0 @ 0x200B0C0 + +.space 0x26A70 + +ds gSoundInfo @ 0x2031B30 + +.space 0x1020 + +ds gPokemonCryMusicPlayers @ 0x2032B50 + +.space 0x80 + +ds gMPlayJumpTable @ 0x2032BD0 + +.space 0x90 + +ds gCgbChans @ 0x2032C60 + +.space 0x100 + +ds gPokemonCryTracks @ 0x2032D60 + +.space 0x140 + +ds gPokemonCrySong @ 0x2032EA0 + +.space 0x100 + +ds gMPlayMemAccArea @ 0x2032FA0 diff --git a/asm/iwram.s b/asm/iwram.s index bd8588c..6d76dea 100755 --- a/asm/iwram.s +++ b/asm/iwram.s @@ -1,7 +1,9 @@ .include "asm/macros.inc" - + .section iwram .space 0x7400 ds SoundMainRAM_Buffer @ 0x3007400 + .space 0x800 + @@ -1,3 +1,3 @@ .text -.incbin "baserom.gba", 0x53C44, 0x66838C +.incbin "baserom.gba", 0x54920, 0x6676B0 |