You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Note which labels are only needed for locating banks (relevant to issue #485)
This commit is contained in:
@@ -445,7 +445,7 @@ GetEggMove: ; 170e4
|
||||
ld a, BANK(EggMovePointers)
|
||||
call GetFarHalfword
|
||||
.loop
|
||||
ld a, BANK(EggMoves)
|
||||
ld a, BANK("Egg Moves")
|
||||
call GetFarByte
|
||||
cp -1
|
||||
jr z, .reached_end
|
||||
@@ -479,18 +479,18 @@ GetEggMove: ; 170e4
|
||||
ld a, BANK(EvosAttacksPointers)
|
||||
call GetFarHalfword
|
||||
.loop3
|
||||
ld a, BANK(EvosAttacks)
|
||||
ld a, BANK("Evolutions and Attacks")
|
||||
call GetFarByte
|
||||
inc hl
|
||||
and a
|
||||
jr nz, .loop3
|
||||
.loop4
|
||||
ld a, BANK(EvosAttacks)
|
||||
ld a, BANK("Evolutions and Attacks")
|
||||
call GetFarByte
|
||||
and a
|
||||
jr z, .inherit_tmhm
|
||||
inc hl
|
||||
ld a, BANK(EvosAttacks)
|
||||
ld a, BANK("Evolutions and Attacks")
|
||||
call GetFarByte
|
||||
ld b, a
|
||||
ld a, [de]
|
||||
|
@@ -416,7 +416,7 @@ PlacePartyMonEvoStoneCompatibility: ; 5022f
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
ld de, wStringBuffer1
|
||||
ld a, BANK(EvosAttacks)
|
||||
ld a, BANK("Evolutions and Attacks")
|
||||
ld bc, 10
|
||||
call FarCopyBytes
|
||||
ld hl, wStringBuffer1
|
||||
|
Reference in New Issue
Block a user