Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
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...