remove address comments

This commit is contained in:
YamaArashi 2016-06-11 17:24:04 -07:00
parent cee4d559f9
commit 7f34e28f24
764 changed files with 8371 additions and 8371 deletions

View file

@ -1,4 +1,4 @@
GainExperience: ; 5524f (15:524f)
GainExperience:
ld a, [wLinkState]
cp LINK_STATE_BATTLING
ret z ; return if link battle
@ -291,7 +291,7 @@ GainExperience: ; 5524f (15:524f)
predef_jump FlagActionPredef ; set the fought current enemy flag for the mon that is currently out
; divide enemy base stats, catch rate, and base exp by the number of mons gaining exp
DivideExpDataByNumMonsGainingExp: ; 5546c (15:546c)
DivideExpDataByNumMonsGainingExp:
ld a, [wPartyGainExpFlags]
ld b, a
xor a
@ -325,7 +325,7 @@ DivideExpDataByNumMonsGainingExp: ; 5546c (15:546c)
ret
; multiplies exp by 1.5
BoostExp: ; 5549f (15:549f)
BoostExp:
ld a, [H_QUOTIENT + 2]
ld b, a
ld a, [H_QUOTIENT + 3]
@ -339,7 +339,7 @@ BoostExp: ; 5549f (15:549f)
ld [H_QUOTIENT + 2], a
ret
GainedText: ; 554b2 (15:54b2)
GainedText:
TX_FAR _GainedText
TX_ASM
ld a, [wBoostExpByExpAll]
@ -353,20 +353,20 @@ GainedText: ; 554b2 (15:54b2)
ld hl, BoostedText
ret
WithExpAllText: ; 554cb (15:54cb)
WithExpAllText:
TX_FAR _WithExpAllText
TX_ASM
ld hl, ExpPointsText
ret
BoostedText: ; 554d4 (15:54d4)
BoostedText:
TX_FAR _BoostedText
ExpPointsText: ; 554d8 (15:54d8)
ExpPointsText:
TX_FAR _ExpPointsText
db "@"
GrewLevelText: ; 554dd (15:54dd)
GrewLevelText:
TX_FAR _GrewLevelText
db $0b
db "@"