diff options
author | YamaArashi <shadow962@live.com> | 2012-02-03 23:41:43 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2012-02-03 23:41:43 -0800 |
commit | 8573d9f7bd0ad311cd2b90c767f11cefd43da371 (patch) | |
tree | 7b0341e830cce332bbc5883c7553761d9c90c2dc /constants.asm | |
parent | 823441c59127174d564cb8abc0152e0336f04cec (diff) |
disasm of misc functions
hg-commit-id: 774697dc5134
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm index fa2c6eda..43861e80 100644 --- a/constants.asm +++ b/constants.asm @@ -814,7 +814,7 @@ H_VBCOPYBGDEST EQU $FFC3 ; 2 bytes ; number of rows for VBlankCopyBgMap to copy H_VBCOPYBGNUMROWS EQU $FFC5 -; size of VBlankCopy transfer in 8-byte units +; size of VBlankCopy transfer in 16-byte units H_VBCOPYSIZE EQU $FFC6 ; source address for VBlankCopy function @@ -823,7 +823,7 @@ H_VBCOPYSRC EQU $FFC7 ; destination address for VBlankCopy function H_VBCOPYDEST EQU $FFC9 -; size of source data for VBlankCopyDouble in 4-byte units +; size of source data for VBlankCopyDouble in 8-byte units H_VBCOPYDOUBLESIZE EQU $FFCB ; source address for VBlankCopyDouble function |