You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Don't use colons for local labels in LoadSpecialMapPalette
This commit is contained in:
@@ -14,17 +14,17 @@ LoadSpecialMapPalette:
|
|||||||
jr z, .mansion_mobile
|
jr z, .mansion_mobile
|
||||||
jr .do_nothing
|
jr .do_nothing
|
||||||
|
|
||||||
.pokecom_2f:
|
.pokecom_2f
|
||||||
call LoadPokeComPalette
|
call LoadPokeComPalette
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.battle_tower_inside:
|
.battle_tower_inside
|
||||||
call LoadBattleTowerInsidePalette
|
call LoadBattleTowerInsidePalette
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.ice_path:
|
.ice_path
|
||||||
ld a, [wEnvironment]
|
ld a, [wEnvironment]
|
||||||
and $7
|
and $7
|
||||||
cp INDOOR ; Hall of Fame
|
cp INDOOR ; Hall of Fame
|
||||||
@@ -33,22 +33,22 @@ LoadSpecialMapPalette:
|
|||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.house:
|
.house
|
||||||
call LoadHousePalette
|
call LoadHousePalette
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.radio_tower:
|
.radio_tower
|
||||||
call LoadRadioTowerPalette
|
call LoadRadioTowerPalette
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.mansion_mobile:
|
.mansion_mobile
|
||||||
call LoadMansionPalette
|
call LoadMansionPalette
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.do_nothing:
|
.do_nothing
|
||||||
and a
|
and a
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user