Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-08 | Rename `prioritysjump` to `sdefer` | Rangi | |
2021-05-30 | Move the dbbw, dbww, and dbwww macros to legacy | Rangi | |
2021-05-09 | Require rgbds 0.5.1 | Rangi | |
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB | |||
2021-03-22 | Miscellaneous cleanup | Rangi | |
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-07-24 | Use def_* macros for automatic map event counts | Rangi | |
Resolves #742 | |||
2020-07-17 | return → endcallback, reloadandreturn → reloadend | Rangi | |
2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi | |
Removes support for text_waitbutton as a legacy alias for text_promptbutton. | |||
2020-06-19 | sound_duty became duty_cycle_pattern | Rangi | |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi | |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi | |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-01-06 | Merge branch 'master' into audio-macros | dannye | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-09-04 | Add legacy audio macros | dannye | |
2019-04-19 | Identify some more WRAM labels | Rangi | |
2019-03-10 | Rename some call/jump script commands to avoid confusion with jr/jp asm ↵ | Rangi | |
instructions Fixes #580 | |||
2019-03-10 | Rename more script commands for consistency and predictability | Rangi | |
Fixes #540 | |||
2019-02-17 | Don't use legacy macros | Rangi | |
2019-02-16 | passtoengine -> autoinput | Rangi | |
2019-02-16 | Fix issues in review | mid-kid | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-11 | Merge pull request #573 from mid-kid/master | Rangi | |
text_jump → text_far | |||
2018-11-11 | Clarify LEGACY support | mid-kid | |
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid | |
2018-02-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # constants/map_constants.asm # constants/wram_constants.asm # data/radio/oaks_pkmn_talk_routes.asm # data/radio/pnp_hidden_places.asm # engine/battle/core.asm # engine/breeding.asm # engine/phone/phone_scripts.asm # engine/radio.asm # maps/BattleTower1F.asm # maps/OlivineLighthouse2F.asm # maps/OlivineLighthouse6F.asm # maps/PokemonFanClub.asm # maps/RadioTower1F.asm # maps/RadioTower2F.asm # maps/Route30BerryHouse.asm # maps/Route34IlexForestGate.asm # maps/Route36NationalParkGate.asm # maps/RuinsOfAlphKabutoChamber.asm # maps/RuinsOfAlphResearchCenter.asm # maps/VermilionPort.asm # maps/VictoryRoad.asm | |||
2018-02-25 | * loadmenuheader -> loadmenu (ead103d) | Rangi | |
* objectface -> turnobject (c834bda) | |||
2018-02-02 | oops | Rangi | |
2018-02-02 | Legacy support macros | Rangi | |