Remove all address comments
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
Unreferenced_GetNthMove:: ; 384d
|
||||
Unreferenced_GetNthMove::
|
||||
ld hl, wListMoves_MoveIndicesBuffer
|
||||
ld c, a
|
||||
ld b, 0
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
ret
|
||||
; 3856
|
||||
|
||||
GetBaseData:: ; 3856
|
||||
GetBaseData::
|
||||
push bc
|
||||
push de
|
||||
push hl
|
||||
@@ -62,13 +61,12 @@ GetBaseData:: ; 3856
|
||||
pop de
|
||||
pop bc
|
||||
ret
|
||||
; 389c
|
||||
|
||||
GetCurNick:: ; 389c
|
||||
GetCurNick::
|
||||
ld a, [wCurPartyMon]
|
||||
ld hl, wPartyMonNicknames
|
||||
|
||||
GetNick:: ; 38a2
|
||||
GetNick::
|
||||
; Get nickname a from list hl.
|
||||
|
||||
push hl
|
||||
@@ -87,4 +85,3 @@ GetNick:: ; 38a2
|
||||
pop bc
|
||||
pop hl
|
||||
ret
|
||||
; 38bb
|
||||
|
Reference in New Issue
Block a user