summaryrefslogtreecommitdiff
path: root/constants/script_constants.asm
AgeCommit message (Collapse)Author
2020-06-17Harmonize engine/overworld with pokegoldRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-04Use CMDQUEUE constantsRangi
2019-11-03Identify PLAYERMOVEMENT_* constantsRangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
Fixes #540
2019-03-03Define constants for map event sizesRangi
2019-01-24Use more constantsRangi
2018-07-18Make proper cmdqueue constantsmid-kid
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-05-06Fix rest of the givepokeitem/checkpokeitem referencesmid-kid
2018-04-01Update file paths in constants/ and docs/mid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# 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-02use "x + -1" not "x +- 1"Rangi
(TODO: use "x - 1" once rgbds allows it)
2018-01-31NPC trade constants don't all just start with TRADE_Rangi
2018-01-31const_def NRangi
2018-01-31Comment the person constants sections, like the othersRangi
2018-01-25Correct commentsRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵Rangi
#440)
2018-01-22Cleaner roammon and treemon dataRangi
2018-01-14More Battle Tower map script constants, fewer raw hex valuesRemy Oukaour
2018-01-12Comment on VAR_* constantsRemy Oukaour
2018-01-12Use more constants in scriptsRemy Oukaour
2018-01-11Event script–related constants go in constants/script_constants.asmRemy Oukaour
2017-12-29SET -> setxCrystal
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2015-12-01More animations including cutting grassPikalaxALT
2015-11-16Movement constants, script stackPikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT
2015-11-11Further split bank 4PikalaxALT
2015-11-05PLAYEREVENT_PikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-07-21Add constants for common map object ids.yenatch
2015-07-10checkcode $11 is how much time is left in the Bug Catching Contest.IIMarckus
2015-07-10checkcode $1a is Kenji's break schedule.IIMarckus
2015-07-09Add constants for checkcodes.IIMarckus
From PikalaxALT.
2015-02-11Get rid of the now-unused specials constants.yenatch
2014-05-01A couple Buena's Password specials.yenatch
2013-12-22poke seer specialyenatch
2013-06-17move constants files into constants/yenatch