summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/common.asm b/common.asm
index 4d56b420..78688c1e 100644
--- a/common.asm
+++ b/common.asm
@@ -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
@@ -11396,7 +11396,7 @@ UnnamedText_e247: ; 0xe247
db $50
; 0xe247 + 5 bytes
-OldRodCode:
+OldRodCode: ; 0xe24c
call $62b4 ; probably sets carry if not in battle or not by water
jp c, ItemUseNotTime
ld bc, (5 << 8) | MAGIKARP