From 4cccc2fdf80af4962f233f20c3ddd9a8f3fd13ca Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 16 Aug 2010 21:11:43 -0600 Subject: [PATCH] =?UTF-8?q?It=E2=80=99s=20official:=20if=20something=20nee?= =?UTF-8?q?ds=20doing,=20mark=20it=20with=20XXX.=20If=20you=E2=80=99re=20n?= =?UTF-8?q?ot=20absolutely,=20positively=20sure=20a=20comment=20is=20corre?= =?UTF-8?q?ct,=20mark=20it=20with=20XXX.=20Don=E2=80=99t=20leave=20anythin?= =?UTF-8?q?g=20that=E2=80=99s=20not=20100%=20clear=20unmarked,=20or=20nobo?= =?UTF-8?q?dy=20will=20ever=20fix=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: 8d23e2ad71eb --- pokered.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pokered.asm b/pokered.asm index b7d2eddf..b10a39f8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -2420,8 +2420,8 @@ ReadTrainer: ; 5C53 ret nz ; set [W_ENEMYMONCOUNT] to 0, [$D89D] to FF -; first is total enemy pokemon? -; second is species of first pokemon? +; XXX first is total enemy pokemon? +; XXX second is species of first pokemon? ld hl,W_ENEMYMONCOUNT xor a ld [hli],a @@ -2468,7 +2468,7 @@ ReadTrainer: ; 5C53 ld a,[hli] and a ; have we reached the end of the trainer data? jr z,.FinishUp\@ - ld [$CF91],a ; write species somewhere (why?) + ld [$CF91],a ; write species somewhere (XXX why?) ld a,1 ld [$CC49],a push hl @@ -2555,7 +2555,7 @@ ReadTrainer: ; 5C53 .GiveStarterMove\@ ld a,b ld [W_ENEMYMON6MOVE3],a -.FinishUp\@ ; this needs documenting +.FinishUp\@ ; XXX this needs documenting xor a ; clear D079-D07B ld de,$D079 ld [de],a