Use correct WRAM labels for intro/title scenes

Remove outdated WRAM alias comments
This commit is contained in:
Remy Oukaour
2017-12-10 00:18:29 -05:00
parent ab7025a144
commit d554b997c5
10 changed files with 39 additions and 39 deletions

View File

@@ -1783,7 +1783,7 @@ BillsPC_CopyMon: ; e2fd6 (38:6fd6)
call CopyNicknameToTemp
ld hl, PartyMonOT
call CopyOTNameToTemp
ld hl, PartyMons ; wdcdf (aliases: PartyMon1, PartyMon1Species)
ld hl, PartyMon1
ld bc, PARTYMON_STRUCT_LENGTH
ld a, [CurPartyMon]
call AddNTimes