diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-13 14:14:45 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-13 14:14:45 -0500 |
commit | 0c6c4ec14a753356f15e572aa535f9e00d492c91 (patch) | |
tree | 1b0262f7b72e86e6b90c0cb6896e53c680767e35 /asm | |
parent | ab0a80affe5f6fdee855142d52d32076284b71a7 (diff) |
Use pret-style linkerscript
Diffstat (limited to 'asm')
-rwxr-xr-x | asm/ewram.s | 43 | ||||
-rwxr-xr-x | asm/iwram.s | 9 |
2 files changed, 0 insertions, 52 deletions
diff --git a/asm/ewram.s b/asm/ewram.s deleted file mode 100755 index ae27129..0000000 --- a/asm/ewram.s +++ /dev/null @@ -1,43 +0,0 @@ - .include "asm/macros.inc" - - .section ewram - -.space 0x2958 - -ds gUnknown_02002958 @ 0x2002958 - -.space 0x708 - -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 deleted file mode 100755 index 6d76dea..0000000 --- a/asm/iwram.s +++ /dev/null @@ -1,9 +0,0 @@ - .include "asm/macros.inc" - - .section iwram - -.space 0x7400 - -ds SoundMainRAM_Buffer @ 0x3007400 - .space 0x800 - |