Files
gen1recomp/data/scripts
johnjohto bbcaac7b71 Skip the gym leader TM hand-over when the bag is full
The originals run GiveItem before printing the received texts, and when
the bag can't hold the TM they print a make-room line instead and leave
EVENT_GOT_TM* unset, so talking to the leader again retries the give.
The victory reward path added the TM straight into the inventory, so a
full bag went to 21/20.

Route the gym TM give through Bag.add, split the TM lines out of the
victory dialogue table into tmPre/tmDialogue/noRoom, and port the
beaten-leader middle branch that re-runs the ReceiveTM script. Saves
that already hold the TM without the flag count as received so they
don't collect a second copy.

Refs #797
2026-08-04 13:44:46 -04:00
..
2026-07-17 20:30:02 -04:00
2026-07-22 08:18:13 -04:00
2026-07-22 08:18:13 -04:00
2026-07-23 16:55:03 -04:00
2026-07-31 09:47:53 -04:00
2026-07-17 20:30:02 -04:00
2026-07-29 11:46:32 -04:00