mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-04 10:20:01 +01:00
Add align directives to all marts
This commit is contained in:
parent
d391486247
commit
44cd9eed6b
@ -11,6 +11,7 @@ LilycoveCity_DepartmentStore_3F_EventScript_ClerkLeft::
|
|||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
.align 2
|
||||||
LilycoveCity_DepartmentStore_3F_Pokemart_Vitamins:
|
LilycoveCity_DepartmentStore_3F_Pokemart_Vitamins:
|
||||||
.2byte ITEM_PROTEIN
|
.2byte ITEM_PROTEIN
|
||||||
.2byte ITEM_CALCIUM
|
.2byte ITEM_CALCIUM
|
||||||
|
@ -12,6 +12,7 @@ OldaleTown_Mart_EventScript_Clerk::
|
|||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
.align 2
|
||||||
OldaleTown_Mart_Pokemart_Basic:
|
OldaleTown_Mart_Pokemart_Basic:
|
||||||
.2byte ITEM_POTION
|
.2byte ITEM_POTION
|
||||||
.2byte ITEM_ANTIDOTE
|
.2byte ITEM_ANTIDOTE
|
||||||
|
@ -16,6 +16,7 @@ RustboroCity_Mart_EventScript_PokemartBasic::
|
|||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
.align 2
|
||||||
RustboroCity_Mart_Pokemart_Basic:
|
RustboroCity_Mart_Pokemart_Basic:
|
||||||
.2byte ITEM_POKE_BALL
|
.2byte ITEM_POKE_BALL
|
||||||
.2byte ITEM_POTION
|
.2byte ITEM_POTION
|
||||||
|
@ -147,6 +147,7 @@ SlateportCity_EventScript_EnergyGuru::
|
|||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
.align 2
|
||||||
SlateportCity_Pokemart_EnergyGuru:
|
SlateportCity_Pokemart_EnergyGuru:
|
||||||
.2byte ITEM_PROTEIN
|
.2byte ITEM_PROTEIN
|
||||||
.2byte ITEM_IRON
|
.2byte ITEM_IRON
|
||||||
@ -543,6 +544,7 @@ SlateportCity_EventScript_DecorClerk::
|
|||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
.align 2
|
||||||
SlateportCity_PokemartDecor:
|
SlateportCity_PokemartDecor:
|
||||||
.2byte DECOR_RED_BRICK
|
.2byte DECOR_RED_BRICK
|
||||||
.2byte DECOR_BLUE_BRICK
|
.2byte DECOR_BLUE_BRICK
|
||||||
|
@ -11,6 +11,7 @@ SlateportCity_Mart_EventScript_Clerk::
|
|||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
.align 2
|
||||||
SlateportCity_Mart_Pokemart:
|
SlateportCity_Mart_Pokemart:
|
||||||
.2byte ITEM_POKE_BALL
|
.2byte ITEM_POKE_BALL
|
||||||
.2byte ITEM_GREAT_BALL
|
.2byte ITEM_GREAT_BALL
|
||||||
|
@ -11,6 +11,7 @@ SootopolisCity_Mart_EventScript_Clerk::
|
|||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
.align 2
|
||||||
SootopolisCity_Mart_Pokemart:
|
SootopolisCity_Mart_Pokemart:
|
||||||
.2byte ITEM_ULTRA_BALL
|
.2byte ITEM_ULTRA_BALL
|
||||||
.2byte ITEM_HYPER_POTION
|
.2byte ITEM_HYPER_POTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user