mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-22 21:46:51 +02:00
8f88d01cf2
LinkBattle.lua's "%s wants\nto fight!" intro was a plain Lua literal, even though the comment right above it already named the real label (_TrainerWantsToFightText). The battle object built at this point is already a BattleState, so this reuses its self:romText convenience method rather than requiring the module-level helper separately.