summaryrefslogtreecommitdiff
path: root/sym_iwram.txt
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-10-16 17:11:54 +0800
committervoid <30564701+nullableVoidPtr@users.noreply.github.com>2018-11-18 18:29:52 +0800
commit9e5147a9adf9dc0aba908f38637cd0b4da2cbbcc (patch)
tree4c6d69c6023e4bb9adb728b75b59f24cd5801002 /sym_iwram.txt
parent97ab00ba2189c4d8b483ddcad3fc7cf97386122b (diff)
Makefile overhaul
Addition of a build directory, and more flexible to allow for possible blue build.
Diffstat (limited to 'sym_iwram.txt')
-rw-r--r--sym_iwram.txt102
1 files changed, 51 insertions, 51 deletions
diff --git a/sym_iwram.txt b/sym_iwram.txt
index 918f767..4eafdc5 100644
--- a/sym_iwram.txt
+++ b/sym_iwram.txt
@@ -1,77 +1,77 @@
-SoundMainRAM_Buffer: @ 3000000
- .space 0x400
+SoundMainRAM_Buffer = .; /* 3000000 */
+ . += 0x400;
-gUnknown_3000400: @ 3000400
- .space 0x800
+gUnknown_3000400 = .; /* 3000400 */
+ . += 0x800;
-gUnknown_3000C00: @ 3000C00
- .space 0x294
+gUnknown_3000C00 = .; /* 3000C00 */
+ . += 0x294;
-gUnknown_3000E94: @ 3000E94
- .space 0x144
+gUnknown_3000E94 = .; /* 3000E94 */
+ . += 0x144;
-gUnknown_3000FD8: @ 3000FD8
- .space 0x10
+gUnknown_3000FD8 = .; /* 3000FD8 */
+ . += 0x10;
-gUnknown_3000FE8: @ 3000FE8
- .space 0x30
+gUnknown_3000FE8 = .; /* 3000FE8 */
+ . += 0x30;
-gUnknown_3001018: @ 3001018
- .space 0x180
+gUnknown_3001018 = .; /* 3001018 */
+ . += 0x180;
-gUnknown_3001198: @ 3001198
- .space 0x9C0
+gUnknown_3001198 = .; /* 3001198 */
+ . += 0x9C0;
-alt_3001B58:
+alt_3001B58 = .;
-unk_code_ram: @ 3001B58
+unk_code_ram = .; /* 3001B58 */
-gUnknown_3001B58: @ 3001B58
- .space 0x2
+gUnknown_3001B58 = .; /* 3001B58 */
+ . += 0x2;
-gUnknown_3001B5A: @ 3001B5A
- .space 0x2
+gUnknown_3001B5A = .; /* 3001B5A */
+ . += 0x2;
-gUnknown_3001B5C: @ 3001B5C
- .space 0x4
+gUnknown_3001B5C = .; /* 3001B5C */
+ . += 0x4;
-gUnknown_3001B60: @ 3001B60
- .space 0x4
+gUnknown_3001B60 = .; /* 3001B60 */
+ . += 0x4;
-gUnknown_3001B64: @ 3001B64
- .space 0x4
+gUnknown_3001B64 = .; /* 3001B64 */
+ . += 0x4;
-gUnknown_3001B68: @ 3001B68
- .space 0x4
+gUnknown_3001B68 = .; /* 3001B68 */
+ . += 0x4;
-gUnknown_3001B6C: @ 3001B6C
- .space 0x4
+gUnknown_3001B6C = .; /* 3001B6C */
+ . += 0x4;
-gUnknown_3001B70: @ 3001B70
- .space 0x4
+gUnknown_3001B70 = .; /* 3001B70 */
+ . += 0x4;
-gUnknown_3001B74: @ 3001B74
- .space 0x4
+gUnknown_3001B74 = .; /* 3001B74 */
+ . += 0x4;
-gUnknown_3001B78: @ 3001B78
- .space 0x4
+gUnknown_3001B78 = .; /* 3001B78 */
+ . += 0x4;
-gUnknown_3001B7C: @ 3001B7C
- .space 0x4
+gUnknown_3001B7C = .; /* 3001B7C */
+ . += 0x4;
-gUnknown_3001B80: @ 3001B80
- .space 0x4
+gUnknown_3001B80 = .; /* 3001B80 */
+ . += 0x4;
-gUnknown_3001B84: @ 3001B84
- .space 0x4
+gUnknown_3001B84 = .; /* 3001B84 */
+ . += 0x4;
-gUnknown_3001B88: @ 3001B88
- .space 0x4
+gUnknown_3001B88 = .; /* 3001B88 */
+ . += 0x4;
-gUnknown_3001B8C: @ 3001B8C
- .space 0x4
+gUnknown_3001B8C = .; /* 3001B8C */
+ . += 0x4;
-gUnknown_3001B90: @ 3001B90
- .space 0x2470
+gUnknown_3001B90 = .; /* 3001B90 */
+ . += 0x2470;
-gUnknown_3004000: @ 3004000
+gUnknown_3004000 = .; /* 3004000 */ \ No newline at end of file