aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/bank_e_misc.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:24:04 -0700
committerYamaArashi <shadow962@live.com>2016-06-11 17:24:04 -0700
commit7f34e28f242ee4d0caba0bd96b040811dcb86c50 (patch)
tree8a61aee33d6b47e960dc71dbb89c096622bbdc95 /engine/battle/bank_e_misc.asm
parentcrlf to lf (diff)
downloadpokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.tar.gz
pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.tar.xz
pokeyellow-7f34e28f242ee4d0caba0bd96b040811dcb86c50.zip
remove address comments
Diffstat (limited to 'engine/battle/bank_e_misc.asm')
-rwxr-xr-xengine/battle/bank_e_misc.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/bank_e_misc.asm b/engine/battle/bank_e_misc.asm
index dc766f23..33af6f6f 100755
--- a/engine/battle/bank_e_misc.asm
+++ b/engine/battle/bank_e_misc.asm
@@ -1,5 +1,5 @@
; formats a string at wMovesString that lists the moves at wMoves
-FormatMovesString: ; 39b87 (e:5b87)
+FormatMovesString:
ld hl, wMoves
ld de, wMovesString
ld b, $0
@@ -52,7 +52,7 @@ FormatMovesString: ; 39b87 (e:5b87)
ret
; XXX this is called in a few places, but it doesn't appear to do anything useful
-InitList: ; 39bd5 (e:5bd5)
+InitList:
ld a, [wInitListType]
cp INIT_ENEMYOT_LIST
jr nz, .notEnemy
@@ -103,7 +103,7 @@ InitList: ; 39bd5 (e:5bd5)
ret
; get species of mon e in list [wMonDataLocation] for LoadMonData
-GetMonSpecies: ; 39c37 (e:5c37)
+GetMonSpecies:
ld hl, wPartySpecies
ld a, [wMonDataLocation]
and a