diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-01-26 19:54:13 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-01-26 19:54:13 +0100 |
commit | 5428dd5b63aff95421bbc770562efbd15d7d367c (patch) | |
tree | 5a354ae4ae283d4a8d95d9288004668c9c4de1af /src/wram.asm | |
parent | 51827f0bf6b4f7230bdbfc210b0060b66b73c7ae (diff) |
DoFrame
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 6 |
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 |