Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Harmonize engine/overworld with pokegold | Rangi | |
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-02-04 | Use CMDQUEUE constants | Rangi | |
2019-11-03 | Identify PLAYERMOVEMENT_* constants | Rangi | |
2019-03-10 | Rename more script commands for consistency and predictability | Rangi | |
Fixes #540 | |||
2019-03-03 | Define constants for map event sizes | Rangi | |
2019-01-24 | Use more constants | Rangi | |
2018-07-18 | Make proper cmdqueue constants | mid-kid | |
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-04-01 | Update file paths in constants/ and docs/ | mid-kid | |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm | |||
2018-02-02 | use "x + -1" not "x +- 1" | Rangi | |
(TODO: use "x - 1" once rgbds allows it) | |||
2018-01-31 | NPC trade constants don't all just start with TRADE_ | Rangi | |
2018-01-31 | const_def N | Rangi | |
2018-01-31 | Comment the person constants sections, like the others | Rangi | |
2018-01-25 | Correct comments | Rangi | |
2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵ | Rangi | |
#440) | |||
2018-01-22 | Cleaner roammon and treemon data | Rangi | |
2018-01-14 | More Battle Tower map script constants, fewer raw hex values | Remy Oukaour | |
2018-01-12 | Comment on VAR_* constants | Remy Oukaour | |
2018-01-12 | Use more constants in scripts | Remy Oukaour | |
2018-01-11 | Event script–related constants go in constants/script_constants.asm | Remy Oukaour | |
2017-12-29 | SET -> set | xCrystal | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2015-12-01 | More animations including cutting grass | PikalaxALT | |
2015-11-16 | Movement constants, script stack | PikalaxALT | |
2015-11-11 | More splits; map setup labels | PikalaxALT | |
2015-11-11 | Further split bank 4 | PikalaxALT | |
2015-11-05 | PLAYEREVENT_ | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-07-21 | Add constants for common map object ids. | yenatch | |
2015-07-10 | checkcode $11 is how much time is left in the Bug Catching Contest. | IIMarckus | |
2015-07-10 | checkcode $1a is Kenji's break schedule. | IIMarckus | |
2015-07-09 | Add constants for checkcodes. | IIMarckus | |
From PikalaxALT. | |||
2015-02-11 | Get rid of the now-unused specials constants. | yenatch | |
2014-05-01 | A couple Buena's Password specials. | yenatch | |
2013-12-22 | poke seer special | yenatch | |
2013-06-17 | move constants files into constants/ | yenatch | |