diff options
author | pinksylveon <shakibafzali@gmail.com> | 2020-11-30 23:03:22 -0500 |
---|---|---|
committer | pinksylveon <shakibafzali@gmail.com> | 2020-11-30 23:03:22 -0500 |
commit | 547b3e5e90eed4b0456ef70fb201d200dc49de22 (patch) | |
tree | fc1356bbce8cde1823dde1d1e17a89f893522770 /src | |
parent | cd5caaa98a13693787a572d1d5e84d214cf693bb (diff) |
Added a bit of documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/bank01.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |