diff options
author | yenatch <yenatch@gmail.com> | 2013-09-15 17:24:56 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-15 17:24:56 -0400 |
commit | dd473e565b12d3b1ecbffcd60d3c8b91ab40f23f (patch) | |
tree | 699514941216efa327104cfcacb9912b0d4ef936 /main.asm | |
parent | c738318dc08a356077b413efda1c20e9a7b0712e (diff) |
incbin some 0s back
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13350,7 +13350,7 @@ DarkPal: ; 0xb3d9 INCBIN "tilesets/dark.pal" ; 0xb419 -INCBIN "baserom.gbc", $b419, $b825 - $b419 +INCBIN "baserom.gbc", $b419, $b829 - $b419 SECTION "bank3",ROMX,BANK[$3] |