diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-10 19:49:44 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-10 19:49:44 -0400 |
commit | 5c04ebe6e097a0de1e28848e18a2bd7503b0a967 (patch) | |
tree | 479d127e2bedb1473a0d3f82b936821580943840 /main.asm | |
parent | 53ae490742814394de3ca61c2c0e50e741d98f22 (diff) |
initial palette
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +INCLUDE "macros.asm"
+
INCLUDE "home.asm"
SECTION "bank1",ROMX,BANK[$1]
|