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 | |
parent | f57a61eb44e68fa2b1092f97727930fe5f002730 (diff) |
Split out color predef files
Diffstat (limited to 'predef')
-rwxr-xr-x | predef/cgb.asm | 4 | ||||
-rwxr-xr-x | predef/sgb.asm | 2 |
2 files changed, 6 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 diff --git a/predef/sgb.asm b/predef/sgb.asm new file mode 100755 index 00000000..c7a2b950 --- /dev/null +++ b/predef/sgb.asm @@ -0,0 +1,2 @@ +Predef_LoadSGBLayout: + dr $8c2d, $9052 |