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,4 +1,4 @@
PrintMonTypes: ; 5090d
PrintMonTypes:
; Print one or both types of [wCurSpecies]
; on the stats screen at hl.
@@ -37,10 +37,9 @@ PrintMonTypes: ; 5090d
add hl, bc
ld bc, NAME_LENGTH_JAPANESE - 1
jp ByteFill
; 5093a
PrintMoveType: ; 5093a
PrintMoveType:
; Print the type of move b at hl.
push hl
@@ -58,7 +57,7 @@ PrintMoveType: ; 5093a
ld b, a
PrintType: ; 50953
PrintType:
; Print type b at hl.
ld a, b
@@ -75,10 +74,9 @@ PrintType: ; 50953
pop hl
jp PlaceString
; 50964
GetTypeName: ; 50964
GetTypeName:
; Copy the name of type [wd265] to wStringBuffer1.
ld a, [wd265]
@@ -93,7 +91,6 @@ GetTypeName: ; 50964
ld de, wStringBuffer1
ld bc, MOVE_NAME_LENGTH
jp CopyBytes
; 5097b
INCLUDE "data/types/names.asm"