You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove redundant data/ filename prefixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
dw 0 ; padding
|
||||
|
||||
BattleCommandPointers: ; 3fd28
|
||||
; entries correspond to macros/scripts/effect_commands.asm
|
||||
; entries correspond to macros/scripts/battle_commands.asm
|
||||
dw BattleCommand_CheckTurn ; 34084
|
||||
dw BattleCommand_CheckObedience ; 343db
|
||||
dw BattleCommand_UsedMoveText ; 34541
|
@@ -1,4 +1,4 @@
|
||||
PicPointers::
|
||||
PokemonPicPointers::
|
||||
; entries correspond to Pokémon species, two apiece
|
||||
dba_pic BulbasaurFrontpic
|
||||
dba_pic BulbasaurBackpic
|
||||
|
@@ -1,24 +1,3 @@
|
||||
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
|
||||
|
||||
TrainerClassDVs: ; 270d6
|
||||
; entries correspond to trainer classes (see constants/trainer_constants.asm)
|
||||
; Atk Spd
|
Reference in New Issue
Block a user