diff options
author | pfero <ohpee@loves.dicksinhisan.us> | 2018-05-31 03:45:15 +0200 |
---|---|---|
committer | pfero <ohpee@loves.dicksinhisan.us> | 2018-05-31 03:45:15 +0200 |
commit | 1af43919b11a6029d964a78e7073f362872df5fa (patch) | |
tree | ab6532a706193bb0e7925526cb97222310b4f57c /wram.asm | |
parent | d63e3a21b1e743e19a9ae740497da93de1a378bf (diff) |
Disassemble the delay functions and some copy functions
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -85,7 +85,18 @@ SECTION "CB56", WRAM0[$CB5B] wcb5b:: ds 1 wNameCategory:: ds 1 -SECTION "CC38", WRAM0[$CC38] ; Please merge when more is disassembled +SECTION "Request2bpp", WRAM0[$CB62] + +wRequested2bpp:: db +wRequested2bppSource:: dw +wRequested2bppDest:: dw + + +SECTION "CC38", WRAM0[$CC33] ; Please merge when more is disassembled + +wVBlankOccurred: db + + ds 4 wcc38:: ; cc38 ; TODO: wceeb in pokegold, what is this? db |