Remove all address comments

This commit is contained in:
mid-kid
2018-06-24 16:09:41 +02:00
parent 131875d3e3
commit 1d9a68dbdd
616 changed files with 12133 additions and 20380 deletions

View File

@@ -1,11 +1,11 @@
DrawPlayerHP: ; 50b0a
DrawPlayerHP:
ld a, $1
jr DrawHP
DrawEnemyHP: ; 50b0e
DrawEnemyHP:
ld a, $2
DrawHP: ; 50b10
DrawHP:
ld [wWhichHPBar], a
push hl
push bc
@@ -82,7 +82,7 @@ DrawHP: ; 50b10
pop de
ret
PrintTempMonStats: ; 50b7b
PrintTempMonStats:
; Print wTempMon's stats at hl, with spacing bc.
push bc
push hl
@@ -105,7 +105,7 @@ PrintTempMonStats: ; 50b7b
ld de, wTempMonSpeed
jp PrintNum
.PrintStat: ; 50bab
.PrintStat:
push hl
call PrintNum
pop hl
@@ -113,7 +113,7 @@ PrintTempMonStats: ; 50b7b
add hl, de
ret
.StatNames: ; 50bb5
.StatNames:
db "ATTACK"
next "DEFENSE"
next "SPCL.ATK"
@@ -121,7 +121,7 @@ PrintTempMonStats: ; 50b7b
next "SPEED"
next "@"
GetGender: ; 50bdd
GetGender:
; Return the gender of a given monster (wCurPartyMon/wCurOTMon/wCurWildMon).
; When calling this function, a should be set to an appropriate wMonType value.
@@ -235,7 +235,7 @@ GetGender: ; 50bdd
scf
ret
ListMovePP: ; 50c50
ListMovePP:
ld a, [wNumMoves]
inc a
ld c, a
@@ -316,7 +316,7 @@ ListMovePP: ; 50c50
.done
ret
.load_loop ; 50cc9
.load_loop
ld [hli], a
ld [hld], a
add hl, de
@@ -324,7 +324,7 @@ ListMovePP: ; 50c50
jr nz, .load_loop
ret
Unreferenced_Function50cd0: ; 50cd0
Unreferenced_Function50cd0:
.loop
ld [hl], $32
inc hl
@@ -363,7 +363,7 @@ Unused_PlaceEnemyHPLevel:
.egg
ret
PlaceStatusString: ; 50d0a
PlaceStatusString:
push de
inc de
inc de
@@ -382,10 +382,10 @@ PlaceStatusString: ; 50d0a
and a
ret
FntString: ; 50d22
FntString:
db "FNT@"
CopyStatusString: ; 50d25
CopyStatusString:
ld a, [de]
inc de
ld [hli], a
@@ -396,7 +396,7 @@ CopyStatusString: ; 50d25
ld [hl], a
ret
PlaceNonFaintStatus: ; 50d2e
PlaceNonFaintStatus:
push de
ld a, [de]
ld de, PsnString
@@ -430,7 +430,7 @@ BrnString: db "BRN@"
FrzString: db "FRZ@"
ParString: db "PAR@"
ListMoves: ; 50d6f
ListMoves:
; List moves at hl, spaced every [wBuffer1] tiles.
ld de, wListMoves_MoveIndicesBuffer
ld b, $0