diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:11:09 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:11:09 -0700 |
commit | 0dea0cc3fb815aae7d7a5e856aabf9b402d45cd0 (patch) | |
tree | d6bf1cd5291e9c0b5598182ceb6a7a67ef202314 /engine/palettes.asm | |
parent | 15427f532085846ab6b51719be687951a094cb6c (diff) |
Comment some bank 0 functions, and add wram labels for Predef.
Diffstat (limited to 'engine/palettes.asm')
-rwxr-xr-x | engine/palettes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/palettes.asm b/engine/palettes.asm index 71f01a97..ab8e7076 100755 --- a/engine/palettes.asm +++ b/engine/palettes.asm @@ -1,5 +1,5 @@ Func_71ddf: ; 71ddf (1c:5ddf) - call Load16BitRegisters + call GetPredefRegisters ld a, b cp $ff jr nz, .asm_71dea |