summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2019-02-16Bug fix: allow Surfing across map connectionsRangi
2019-02-16Standardize on $ff ^ X for bitwise negating 8-bit valuesRangi
2019-02-16Document the BattleAnimCmd_ClearObjs bugRangi
2019-02-16Merge pull request #601 from mid-kid/masterRangi
2019-02-16Fix issues in reviewmid-kid
2019-02-16Eliminate some $xxxx valuesRangi
2019-02-16Update to rgbds 0.3.8Rangi
2019-02-16Document wBattleAnimFlagsmid-kid
2019-02-16Add more constants for battle anim structsmid-kid
2019-02-15wNumActiveBattleAnims → wLastAnimObjectIndexmid-kid
2019-02-15Anotate more of the battle anim subsystemmid-kid
2019-02-09Merge pull request #598 from mid-kid/tempRangi
2019-02-08Separate the 200-byte c608-to-c6d0 union and the 280-byte c6d0-to-c7e8 unionRangi
2019-02-06$8 = HIGH(vTiles1 - vTiles0)Rangi
2019-02-06Document all possible values for ReinitBattleAnimFramesetmid-kid
2019-02-06BATTLEANIMSTRUCT_0B -> BATTLEANIMSTRUCT_PARAMmid-kid
2019-01-30wc7e8 -> wUnusedC7E8 (similar to wUnusedD102)Rangi
2019-01-30Remove the nested UNION within battle WRAMRangi
2019-01-24Merge pull request #593 from mid-kid/tempRangi
2019-01-24Use and define more WRAM constantsRangi
2019-01-24Use more constantsRangi
2019-01-24Keep "paragraphs" of related code togetherRangi
2019-01-18Fix map name frame calculationmid-kid
2019-01-15Document wSuicuneFramemid-kid
2019-01-15Fix some constantsmid-kid
2019-01-12Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bankRangi
2019-01-07Document bugfix: ScriptCall can overflow wScriptStack and crashRangi
2019-01-06Consistent formatting in Function_SetEnemyMonAndSendOutAnimation and BattleSt...Rangi
2019-01-05Document a bugfix: 1/256 failure rate for 100% effect chanceRangi
2019-01-03MON_NAME_LENGTH -> NAME_LENGTHRangi
2019-01-02Clean up some Odd Egg and Battle Tower code and dataRangi
2018-12-31*PhoneScript1 -> *PhoneCalleeScript, and *PhoneScript2 -> *PhoneCallerScriptRangi
2018-12-31Use battle menu flagsRangi
2018-12-30Split generic phone caller+callee text into individual NPCsRangi
2018-12-30Distinguish "caller" and "called" phone scripts+text (NPCs call you automatic...Rangi
2018-12-30Split engine/phone/phone_scripts.asm and phone_gossip.asm into individual filesRangi
2018-12-26Fix comments around BANK() statementsmid-kid
2018-12-23Define RANDY_OT_IDRangi
2018-12-23Fix issue #581 (random stuff ax6 noticed)Rangi
2018-12-09Formatting and commentsRangi
2018-12-09Merge pull request #578 from mid-kid/masterRangi
2018-11-25Rename "feet and head follow" commandsmid-kid
2018-11-23CalcStats -> CalcBattleStatsmid-kid
2018-11-22Identified another user of wBattleAnimTempmid-kid
2018-11-21Define ANIM_GFX for PLAYER and ENEMYmid-kid
2018-11-21Move BattleSideCopy to transform.asmmid-kid
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-11Merge pull request #573 from mid-kid/masterRangi
2018-11-10Finish new connection macromid-kid
2018-11-05CorrectNickErrors fixes control characters, not text commandsmid-kid