diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-10 20:46:10 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-10 20:46:10 -0400 |
commit | 929dce66e4c49f665dd560d8bec3501225e4aad2 (patch) | |
tree | 66aacd4318957c46397b90f262b38e01c79ea5a2 | |
parent | 21ffdf684a73f34673f3f8aebfbee0742187f2f2 (diff) |
add misc asm
-rw-r--r-- | main.asm | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -45619,7 +45619,29 @@ UnnamedText_2ff04: ; 2ff04 (b:7f04) db $50 ; 0x2ff04 + 5 bytes -INCBIN "baserom.gbc",$2ff09,$2ff32 - $2ff09 + ld a, [$c102] + and $8 + jr z, .asm_2ff2e + ld b, $45 + ld a, $1c + call Predef + ld a, b + and a + ld b, $33 + jr z, .asm_2ff26 + ld hl, $d5a4 + ld a, [hli] + or [hl] + jr nz, .asm_2ff2e + ld b, $32 +.asm_2ff26 + call EnableAutoTextBoxDrawing + ld a, b + call Func_3ef5 + xor a +.asm_2ff2e + ld [$cd3d], a + ret UnnamedText_2ff32: ; 2ff32 (b:7f32) TX_FAR _UnnamedText_2ff32 |