Remove redundant data/ filename prefixes

This commit is contained in:
Remy Oukaour
2017-12-27 01:29:15 -05:00
parent 86fd37af16
commit 7a4d641251
41 changed files with 88 additions and 87 deletions

View File

@@ -0,0 +1,20 @@
GetTrainerDVs: ; 270c4
; Return the DVs of OtherTrainerClass in bc
push hl
ld a, [OtherTrainerClass]
dec a
ld c, a
ld b, 0
ld hl, TrainerClassDVs
add hl, bc
add hl, bc
ld a, [hli]
ld b, a
ld c, [hl]
pop hl
ret
; 270d6

View File

@@ -1,4 +1,3 @@
ReadTrainerParty: ; 39771
ld a, [InBattleTowerBattle]
bit 0, a