Remove the last address comments

except for wram.asm and sram.asm
also delete unused yellow file
This commit is contained in:
dannye 2016-06-12 02:19:19 -05:00
parent 48e0125bd6
commit a51037eeee
458 changed files with 532 additions and 791 deletions

View file

@ -145,7 +145,7 @@ AIMoveChoiceModification1:
ld [hl], a
jr .nextMove
StatusAilmentMoveEffects: ; 57e2
StatusAilmentMoveEffects:
db $01 ; unused sleep effect
db SLEEP_EFFECT
db POISON_EFFECT
@ -731,7 +731,7 @@ AICureStatus:
res 0,[hl]
ret
AIUseXAccuracy: ; 0x3a7a8 unused
AIUseXAccuracy: ; unused
call AIPlayRestoringSFX
ld hl,wEnemyBattleStatus2
set 0,[hl]
@ -745,7 +745,7 @@ AIUseGuardSpec:
ld a,GUARD_SPEC
jp AIPrintItemUse
AIUseDireHit: ; 0x3a7c2 unused
AIUseDireHit: ; unused
call AIPlayRestoringSFX
ld hl,wEnemyBattleStatus2
set 2,[hl]