diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 19:28:13 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 19:28:13 -0600 |
commit | 2f9df606d8df5ab4dfdd89fef481635ee2e234b7 (patch) | |
tree | 5351da915838d5b27d01726807372eddee8f426a | |
parent | 36ad1c460d1b675dac728a84a4700603fda030d2 (diff) |
clean up more comments
hg-commit-id: b1f69c1d22a8
-rw-r--r-- | common.asm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4150,7 +4150,7 @@ GetName: ; 376B ld e,l ld d,h jr .gotPtr\@ -.otherEntries\@ ;$378d +.otherEntries\@ ; $378d ;2-7 = OTHER ENTRIES ld a,[$d0b7] ld [$ffb8],a @@ -4162,7 +4162,7 @@ GetName: ; 376B ld e,a jr nc,.skip\@ inc d -.skip\@ ;$37a0 +.skip\@ ; $37a0 ld hl,NamePointers add hl,de ld a,[hli] @@ -4192,7 +4192,7 @@ GetName: ; 376B ld de,$cd6d ld bc,$0014 call CopyData -.gotPtr\@ ;$37cd +.gotPtr\@ ; $37cd ld a,e ld [$cf8d],a ld a,d @@ -4406,7 +4406,7 @@ Delay3: ; 3DD7 INCBIN "baserom.gbc",$3DDC,$3DED - $3DDC -GoPAL_SET_CF1C: ; 3ded +GoPAL_SET_CF1C: ; 3ded ld b,$ff GoPAL_SET: ; 3def ld a,[$cf1b] @@ -10833,7 +10833,7 @@ CaveMons: ENDC -GetItemUse: ;$D5C7 +GetItemUse: ; $D5C7 ld a,1 ld [$cd6a],a ld a,[$cf91] ;contains item_ID @@ -10850,7 +10850,7 @@ GetItemUse: ;$D5C7 ld l,a jp [hl] -ItemUsePtrTable: ;$D5E1 +ItemUsePtrTable: ; $D5E1 dw ItemUseBall ;$5687 masterball dw ItemUseBall ;$5687 ultraball dw ItemUseBall ;$5687 greatball |