diff options
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm index 4c06359..a2d1745 100644 --- a/home/init.asm +++ b/home/init.asm @@ -13,7 +13,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. - dw $C621 + dw $C621 SECTION "home/init.asm@Init", ROM0 |