Remove even more address comments

That should be all of them this time
This commit is contained in:
mid-kid
2018-06-25 02:10:37 +02:00
parent 0cbe04da44
commit 5efce10789
698 changed files with 2243 additions and 4185 deletions

View File

@@ -2577,11 +2577,11 @@ PlayVictoryMusic:
pop de
ret
IsKantoGymLeader: ; 0x3d123
IsKantoGymLeader:
ld hl, KantoGymLeaders
jr IsGymLeaderCommon
IsGymLeader: ; 0x3d128
IsGymLeader:
ld hl, GymLeaders
IsGymLeaderCommon:
push de
@@ -2590,7 +2590,6 @@ IsGymLeaderCommon:
call IsInArray
pop de
ret
; 0x3d137
INCLUDE "data/trainers/leaders.asm"