summaryrefslogtreecommitdiff
path: root/constants/wram_constants.asm
AgeCommit message (Collapse)Author
2021-03-17Assert some more table widthsRangi
2021-03-09Verify RAM table lengthsRangi
2020-10-29Updates to more closely sync with pokegoldRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-08-11Identify some time-related dataRangi
2020-06-20Remove RAM address commentsRangi
2019-05-11Some more GB Printer documentationRangi
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-02-16Document wBattleAnimFlagsmid-kid
`anim_clearsprites` was misnamed, so I renamed it to `anim_keepsprites`, and documented it in docs/battle_anim_commands.md
2019-01-24Use and define more WRAM constantsRangi
2018-10-23NUM_OBJECTS EQU $10 → 16Rangi
2018-09-16wMonStatusFlags -> wDebugFlagsmid-kid
2018-09-09Curr -> CurRangi
2018-08-07wWeeklyFlags -> wDailyFlags2mid-kid
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead.
2018-07-10Use more options constantsRangi
2018-02-25ENGINE_BUG_CONTEST_ON -> ENGINE_MAIN_MENU_MOBILE_CHOICES (resolves #490)Rangi
Went with CHOICES instead of HIDDEN since setting the flag would presumably have shown the items, not hidden them
2018-02-25Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# 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-22Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBoxmid-kid
It takes a clearly different parameter, completely unrelated and different in function to PC_DEPOSIT and PC_WITHDRAW.
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-01-31const_def NRangi
2018-01-31Correct engine flag constantsRangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23wGameTimerPause bit flag constantsRangi
2018-01-22Add daily+weekly bit flags (close issue #429)Rangi
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-22More engine flag constantsRangi
2018-01-22More engine bit flag constantsRangi
2018-01-22Day-Care bit flagsRangi
2018-01-22Engine flag bit constants for wPokegearFlagsRangi
2018-01-15Phone data 0/7 are time masksRemy Oukaour
2018-01-11maskbits for NUM_FRAMESRemy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-02Use constantsRemy Oukaour
2017-12-30Merge pull request #450 from roukaour/masteryenatch
Constants for TextBoxFlags
2017-12-29FAST_TEXT_DELAY_FRemy Oukaour
2017-12-29Constants for TextBoxFlagsRemy Oukaour
2017-12-29SET -> setxCrystal
2017-12-28Prefix engine_flags wram addresses with wxCrystal
2017-12-15PLAYER_SLIP → PLAYER_SKATE (probably used for the beta skateboard; ↵Remy Oukaour
DoPlayerMovement.BikeCheck returns true for it)
2017-12-11Move more data tables into data/ files.Remy Oukaour
2017-12-11Move lots of data tables into individual data/ filesRemy Oukaour
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
2017-12-11Document macros/map.asmRemy Oukaour
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events) Prefix FLOOR to the `elevfloor` constants
2017-12-10Consistent capitalization for map names, matching their constantsRemy Oukaour
2017-12-09More constantsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2016-05-11Name all printer functionspikalaxalt
2015-11-29Pokedex labelsPikalaxALT
2015-11-16Options menu, some mobile fnsPikalaxALT
2015-11-08AI and player items, withdraw/depositPikalaxALT
2015-11-03sprite_header and emote_headerPikalaxALT