Remove all address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
GetPartyParamLocation:: ; 3917
|
||||
GetPartyParamLocation::
|
||||
; Get the location of parameter a from wCurPartyMon in hl
|
||||
push bc
|
||||
ld hl, wPartyMons
|
||||
@@ -9,15 +9,13 @@ GetPartyParamLocation:: ; 3917
|
||||
call GetPartyLocation
|
||||
pop bc
|
||||
ret
|
||||
; 3927
|
||||
|
||||
GetPartyLocation:: ; 3927
|
||||
GetPartyLocation::
|
||||
; Add the length of a PartyMon struct to hl a times.
|
||||
ld bc, PARTYMON_STRUCT_LENGTH
|
||||
jp AddNTimes
|
||||
; 392d
|
||||
|
||||
Unreferenced_GetDexNumber:: ; 392d
|
||||
Unreferenced_GetDexNumber::
|
||||
; Probably used in gen 1 to convert index number to dex number
|
||||
; Not required in gen 2 because index number == dex number
|
||||
push hl
|
||||
@@ -34,4 +32,3 @@ Unreferenced_GetDexNumber:: ; 392d
|
||||
ld c, h
|
||||
pop hl
|
||||
ret
|
||||
; 3945
|
||||
|
Reference in New Issue
Block a user