diff options
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/home/init.asm b/home/init.asm index 7407f63..0e690aa 100644 --- a/home/init.asm +++ b/home/init.asm @@ -7,19 +7,7 @@ SECTION "home/init.asm@Entry point", ROM0 SECTION "home/init.asm@Global check value", ROM0 ; The ROM has an incorrect global check, so set it here ; It is not corrected by RGBFIX -if def(GOLD) -if DEBUG - db $21, $C6 -else - db $7e, $49 -endc -else -if DEBUG - db $c9, $2f -else - db $b1, $7a -endc -endc + dw $C621 SECTION "home/init.asm@Init", ROM0 |