summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-01-26 19:54:13 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-01-26 19:54:13 +0100
commit5428dd5b63aff95421bbc770562efbd15d7d367c (patch)
tree5a354ae4ae283d4a8d95d9288004668c9c4de1af /src/wram.asm
parent51827f0bf6b4f7230bdbfc210b0060b66b73c7ae (diff)
DoFrame
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index fa8beff..8408200 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -209,10 +209,14 @@ wRNG2:: ; cacb
wCounter:: ; cacc
ds $1
+
+; the LCDC status interrupt is always disabled and this always reads as jp $0000
+wLCDCFunctiontrampoline:: ; cacd
ds $3
wVBlankFunctionTrampoline:: ; cad0
- ds $20 ; unknown length
+ ds $3
+ ds $1d
wBufPalette:: ; caf0 - cab7f
ds $80