summaryrefslogtreecommitdiff
path: root/engine/phone/scripts
AgeCommit message (Collapse)Author
2022-02-22Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879)Idain
2021-11-03Fix #845: Liz gossips about a beautiful trainer, not PokémonRangi
2021-03-10Define MAPGROUP_* constants and verify MapGroup_* table sizesRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-04Identify some more unnamed labelsRangi
2020-06-16[in progress] Harmonize more constant and data files with pokegoldRangi
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi
Resolves #697
2019-11-03Rename buttonsound to promptbuttonRangi
2019-10-20#641 fixes and additions. (#646)mid-kid
Name a lot of text labels according to our conventions
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm ↵Rangi
instructions Fixes #580
2019-03-10Rename more script commands for consistency and predictabilityRangi
Fixes #540
2018-12-31*PhoneScript1 -> *PhoneCalleeScript, and *PhoneScript2 -> *PhoneCallerScriptRangi
2018-12-30Split generic phone caller+callee text into individual NPCsRangi
2018-12-30Distinguish "caller" and "called" phone scripts+text (NPCs call you ↵Rangi
automatically, you call them from the Pokégear)
2018-12-30Split engine/phone/phone_scripts.asm and phone_gossip.asm into individual filesRangi