mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-23 07:46:11 -05:00
Buena_PrizeMenu has "rept NUM_BUENA_PRIZES", which needs NUM_BUENA_PRIZES to be already defined. BuenaPrizeItems and BuenaPrizeItemsEnd are needed to define NUM_BUENA_PRIZES; but BuenaPrizeItems is defined after Buena_PrizeMenu. I don't see a way to avoid hard-coding its value of 9. Contrast that with the NUM_MOM_ITEMS constants, which are not used as "rept" arguments and so can be defined within their code file. |
||
|---|---|---|
| .. | ||
| bargain_shop.asm | ||
| buena_prizes.asm | ||
| fruit_trees.asm | ||
| item_attributes.asm | ||
| item_descriptions.asm | ||
| item_names.asm | ||
| marts.asm | ||
| mom_phone.asm | ||
| rooftop_sale.asm | ||