diff options
Diffstat (limited to 'lib/mobile/main.asm')
-rw-r--r-- | lib/mobile/main.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/mobile/main.asm b/lib/mobile/main.asm index 8d763dae0..d70434b33 100644 --- a/lib/mobile/main.asm +++ b/lib/mobile/main.asm @@ -1,7 +1,7 @@ ; A library included as part of the Mobile Adapter GB SDK. INCLUDE "gbhw.asm" - +NONE EQU 0 SECTION "Main", ROMX @@ -258,7 +258,7 @@ Function110115: ; 110115 cp $0 jr z, .asm_11015d .asm_110158 - ld hl, $0000 + ld hl, NONE .asm_11015b ld a, e ret @@ -684,14 +684,14 @@ rept 2 inc de endr pop hl - ld bc, $0000 + ld bc, NONE call Function110007 ld a, c ld [$cb7a], a ld [$c86b], a push de inc de - ld bc, $0000 + ld bc, NONE ld a, $20 call Function11000f ld l, e @@ -1021,7 +1021,7 @@ Function110615: ; 110615 push de inc de ld a, b - ld bc, $0000 + ld bc, NONE call Function11000f ld a, c pop hl @@ -4810,7 +4810,7 @@ Function111f07: ; 111f07 (44:5f07) Function111f63: ; 111f63 push de - ld hl, $0000 + ld hl, NONE ld c, b xor a cp b @@ -5233,7 +5233,7 @@ Function112271: ; 112271 cp $41 jr nz, .asm_1122f5 ld b, $be - ld de, $0000 + ld de, NONE .asm_1122b3 ld a, [hli] add e @@ -6506,8 +6506,8 @@ Function112aac: ; 112aac push af ld a, [$c874] push af - ld bc, $0000 - ld de, $0000 + ld bc, NONE + ld de, NONE .asm_112abe ld a, [hli] cp $d @@ -6584,7 +6584,7 @@ Function112b11: ; 112b11 .asm_112b36 push hl ld hl, $c872 - ld de, $0000 + ld de, NONE ld a, b or a jr z, .asm_112b49 @@ -8226,7 +8226,7 @@ Function113519: ; 113519 cp $41 jr nz, .asm_113586 ld b, $be - ld de, $0000 + ld de, NONE .asm_113551 ld a, [hli] add e |