kep-hack/data/events/prize_mon_levels.asm
Martha Schilling 19c4bec9ee this is a commit.
- Added another counter to the Game Corner prize room, adding Abra, Clefairy and Dratini back as prizes.

- Fixed Thorn Avery's and Zeta Null's names in the credits

- Small map changes to postgame areas

- Polished the new dex entries again

- Mewtwo no longer gets Waterfall and Roar from tradebacks

- Fixed a bug where you couldn't surf in the water on the Ferry tileset

- Gave Giovanni's room the same palette as Rocket HQ

- Minor text fixes

- Fixed an issue where LAST_MAP wouldn't update when sailing to Citrine
2023-12-02 16:02:40 +00:00

13 lines
189 B
NASM

PrizeMonLevelDictionary:
db ABRA, 14
db SEEL, 20
db CLEFAIRY, 20
db CACTORMUS, 20
db SQUEAMATA, 20
db DRATINI, 20
db SCYTHER, 25
db PINSIR, 25
db PORYGON, 25