diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 16:45:34 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-01-23 16:45:34 -0500 |
commit | f2ae74079fc917cbf7e1f640eb8beda0d4740887 (patch) | |
tree | d1982b2f1c0c23e1b274ed84db330351d4f4806b /macros | |
parent | c60f1331fef22b886adf3472d2b4f348832cfaf7 (diff) |
Prefix wram labels with w, part 1.
Handle edge cases first.
Diffstat (limited to 'macros')
-rwxr-xr-x | macros/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 47138e40c..7c8ca44a1 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -129,7 +129,7 @@ map_connection_struct: MACRO ENDM channel_struct: MACRO -; Addreses are Channel1 (c101). +; Addreses are wChannel1 (c101). \1MusicID:: dw \1MusicBank:: db \1Flags:: db ; 0:on/off 1:subroutine 3:sfx 4:noise 5:rest |