diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:13:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:13:17 -0400 |
commit | dd08b8dd6b526cb191e921ba5a7b0b64d04d911f (patch) | |
tree | ce57cfb43f685439de9ecfd472889b05e51f7df1 /wram.asm | |
parent | 453bb5c38e8cdd7e1ba76e9931def26c0ba0abb5 (diff) |
Use labels for HRAM and VRAM
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,9 @@ INCLUDE "constants.asm" INCLUDE "macros/wram.asm" +INCLUDE "vram.asm" + + SECTION "WRAM Bank 0", WRAM0 wUnusedC000:: @@ -3112,3 +3115,5 @@ wStack:: INCLUDE "sram.asm" + +INCLUDE "hram.asm" |