diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-20 10:29:56 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-20 10:29:56 -0400 |
commit | e274f6246737f66dc84c0ffdd340b9d25304e8f5 (patch) | |
tree | f41d103b74410c7dd8d2f0a2698926ec7868f77c /predef/cgb.asm | |
parent | f57a61eb44e68fa2b1092f97727930fe5f002730 (diff) |
Split out color predef files
Diffstat (limited to 'predef/cgb.asm')
-rwxr-xr-x | predef/cgb.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm new file mode 100755 index 00000000..ed71d8be --- /dev/null +++ b/predef/cgb.asm @@ -0,0 +1,4 @@ +CheckCGB: + dr $9311, $9315 +Predef_LoadSGBLayoutCGB: + dr $9315, $9a94 |