summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rwxr-xr-xasm/ewram.s28
-rwxr-xr-xasm/iwram.s4
-rwxr-xr-xasm/rom.s2
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
+
diff --git a/asm/rom.s b/asm/rom.s
index 05bab42..f8b8f5e 100755
--- a/asm/rom.s
+++ b/asm/rom.s
@@ -1,3 +1,3 @@
.text
-.incbin "baserom.gba", 0x53C44, 0x66838C
+.incbin "baserom.gba", 0x54920, 0x6676B0