initial commit

This commit is contained in:
bryanthaboi
2026-07-17 20:30:02 -04:00
commit a5d2e77e7d
298 changed files with 100561 additions and 0 deletions
@@ -0,0 +1,18 @@
-- SaffronPidgeyHouse (pokered/scripts/SaffronPidgeyHouse.asm)
--
-- TEXT_SAFFRONPIDGEYHOUSE_PIDGEY: SaffronPidgeyHousePidgeyText plays the
-- PIDGEY cry after showing its "Kurukkoo!" line (text_asm: ld a, PIDGEY /
-- call PlayCry / jp TextScriptEnd). The command vocabulary has no cry/SFX
-- command, so only the flavor text is ported here; the cry itself has no
-- equivalent to hook into.
return {
SAFFRON_PIDGEY_HOUSE = {
talk = {
TEXT_SAFFRONPIDGEYHOUSE_PIDGEY = {
{ "face_player" },
{ "show_text", "_SaffronPidgeyHousePidgeyText" },
},
},
},
}