From 547b3e5e90eed4b0456ef70fb201d200dc49de22 Mon Sep 17 00:00:00 2001 From: pinksylveon Date: Mon, 30 Nov 2020 23:03:22 -0500 Subject: Added a bit of documentation --- src/engine/bank01.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/engine/bank01.asm b/src/engine/bank01.asm index 2f79c38..819756c 100644 --- a/src/engine/bank01.asm +++ b/src/engine/bank01.asm @@ -7179,10 +7179,10 @@ Func_6d3f: ; 6d3f (1:6d3f) push hl bit 6, [hl] ld a, $0a - ld hl, $26 + ld hl, $26 ; copies from the byte of the damage due to poison by 10 jr z, .asm_6d52 ld a, $14 - ld hl, $27 + ld hl, $27 ; copies from the byte of the damage due to poison by 20 .asm_6d52 push af ld [wd4b1], a -- cgit v1.2.3