Recent content by kuyashii

  1. kuyashii

    Simple Modifications Directory

    Make every Pokemon able to learn every HM [Emerald] In the file src/party_menu.c, you'll want to find the function that starts with "static u8 CanMonLearnTMTutor" To make the modification, you need to change the lines that look like the following. if (item >= ITEM_TM01) { if...
Back
Top