summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
authorEldred Habert <eldredhabert0@gmail.com>2018-06-06 17:19:29 +0200
committerGitHub <noreply@github.com>2018-06-06 17:19:29 +0200
commit530e3e80691d27d0c65c1f91ce79bb65e39d4283 (patch)
tree3245f62a48f97b3720104fcfa1dfcc5a5b658156 /sram.asm
parentea2d9e25e15f45169bff9b769244812f10f42929 (diff)
parent1d70c1e4ca11ecdf21beaebcfbc3eedc2b6dea95 (diff)
Merge pull request #13 from PikalaxALT/rtc_fade
Time of day palettes and fade functions
Diffstat (limited to 'sram.asm')
-rw-r--r--sram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/sram.asm b/sram.asm
index 6d8ebd3..b619fa1 100644
--- a/sram.asm
+++ b/sram.asm
@@ -10,3 +10,6 @@ SECTION "Unknown, bank 0", SRAM[$A600],BANK[0]
s0_a600:: ; TODO: properly label this
ds 7 ; TODO: figure out exact size
+
+SECTION "Window Stack Top", SRAM[$BFFE], BANK[0]
+sWindowStackTop:: dw