clean up more comments

hg-commit-id: b1f69c1d22a8
This commit is contained in:
Bryan Bishop 2012-01-23 19:28:13 -06:00
parent 36ad1c460d
commit 2f9df606d8

View file

@ -4150,7 +4150,7 @@ GetName: ; 376B
ld e,l ld e,l
ld d,h ld d,h
jr .gotPtr\@ jr .gotPtr\@
.otherEntries\@ ;$378d .otherEntries\@ ; $378d
;2-7 = OTHER ENTRIES ;2-7 = OTHER ENTRIES
ld a,[$d0b7] ld a,[$d0b7]
ld [$ffb8],a ld [$ffb8],a
@ -4162,7 +4162,7 @@ GetName: ; 376B
ld e,a ld e,a
jr nc,.skip\@ jr nc,.skip\@
inc d inc d
.skip\@ ;$37a0 .skip\@ ; $37a0
ld hl,NamePointers ld hl,NamePointers
add hl,de add hl,de
ld a,[hli] ld a,[hli]
@ -4192,7 +4192,7 @@ GetName: ; 376B
ld de,$cd6d ld de,$cd6d
ld bc,$0014 ld bc,$0014
call CopyData call CopyData
.gotPtr\@ ;$37cd .gotPtr\@ ; $37cd
ld a,e ld a,e
ld [$cf8d],a ld [$cf8d],a
ld a,d ld a,d
@ -4406,7 +4406,7 @@ Delay3: ; 3DD7
INCBIN "baserom.gbc",$3DDC,$3DED - $3DDC INCBIN "baserom.gbc",$3DDC,$3DED - $3DDC
GoPAL_SET_CF1C: ; 3ded GoPAL_SET_CF1C: ; 3ded
ld b,$ff ld b,$ff
GoPAL_SET: ; 3def GoPAL_SET: ; 3def
ld a,[$cf1b] ld a,[$cf1b]
@ -10833,7 +10833,7 @@ CaveMons:
ENDC ENDC
GetItemUse: ;$D5C7 GetItemUse: ; $D5C7
ld a,1 ld a,1
ld [$cd6a],a ld [$cd6a],a
ld a,[$cf91] ;contains item_ID ld a,[$cf91] ;contains item_ID
@ -10850,7 +10850,7 @@ GetItemUse: ;$D5C7
ld l,a ld l,a
jp [hl] jp [hl]
ItemUsePtrTable: ;$D5E1 ItemUsePtrTable: ; $D5E1
dw ItemUseBall ;$5687 masterball dw ItemUseBall ;$5687 masterball
dw ItemUseBall ;$5687 ultraball dw ItemUseBall ;$5687 ultraball
dw ItemUseBall ;$5687 greatball dw ItemUseBall ;$5687 greatball