Add the ability to build Crystal 1.1.

This commit is contained in:
IIMarckus
2015-02-14 01:51:34 -07:00
parent b028e13834
commit 828d6b92f0
11 changed files with 72 additions and 3 deletions

View File

@@ -19,8 +19,13 @@ Function1f8000: ; 1f8000
ld a, [hRandomAdd]
add b
ld b, a
IF DEF(CRYSTAL11)
and $7f
cp $46
ELSE
and $1f
cp $15
ENDC
jr nc, .asm_1f8022
ld b, a
ld a, $1