summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
AgeCommit message (Collapse)Author
2020-07-13Disassemble the final English debug ROMRangi
2018-11-20Cosmetic fixesmid-kid
2018-03-04HOF_MASTER_COUNT EQU 200Rangi
2018-02-26Document HOF Master bug (close #494)Rangi
2018-01-25Move some more constants out of misc_constants.asmRangi
2018-01-25Move some more constants out of misc_constants.asmRangi
2018-01-23Daisy offers "grooming", not "massage"Rangi
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-09Eliminate version.asm (resolves #464)Remy Oukaour
2017-12-26Correct documentationRemy Oukaour
Split out text_constants.asm
2017-12-25Use percentages for AI scoring logicRemy Oukaour
Define MAX_DAY_CARE_EXP
2017-12-24Add more constants for some maximum valuesRemy Oukaour
2017-12-24Remove all code from main.asm (some labeled INCBINs, like out-of-context ↵Remy Oukaour
graphics, are still present) engine/routines/ stores isolated out-of-context routines as individual files. It might be preferable later to append them to their related engine/ files in unique little SECTIONs, relying on the linkerscript to place them appropriately; or some other organization method. In the meantime, they're now easily findable apart from main.asm's other content.
2017-12-22More comments for constant<->table correspondencesRemy Oukaour
2017-12-15Move more main.asm code into individual filesRemy 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-11Add constants for time-of-day boundariesRemy Oukaour
Split off more misc constants into proper files
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-09Separate file for mobile constantsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-11-20Move all of constants/sram_constants.asm into srammid-kid
This way we can easily use `BANK()` where appropriate, and it is more tidy.
2016-06-13hLCDCPointer and InitListpikalaxalt
2016-05-14Rename FixedWords to EZChatpikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-03-16Add fish group constants.yenatch
2015-12-14map setup and warpsPikalaxALT
2015-12-10slot machinesPikalaxALT
2015-12-01More animations including cutting grassPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-24Mobile functions for fixed-phrase selectionPikalaxALT
2015-11-23link and seer labelsPikalaxALT
2015-11-18engine/compose_mail.asm; ldpixelPikalaxALT
2015-11-18Fruit tree constants, more mail enginePikalaxALT
2015-11-17Here's the mail it never failsPikalaxALT
2015-11-16Options menu, some mobile fnsPikalaxALT
2015-11-13SpriteAnimPikalaxALT
2015-11-11engine/mart.asmPikalaxALT
2015-11-07more battle core labelsPikalaxALT
2015-11-07More Battle Tower shenanigansPikalaxALT
2015-11-04give/takeitem *, 1: the 1 is optionalPikalaxALT
2015-11-04Corrected some mislabeled 1bppsPikalaxALT
2015-11-04Mon submenu, engine/menu.asmPikalaxALT
2015-11-04Reorganize BTTrainerClassGendersPikalaxALT
2015-11-03dbw BANK, addr replaced with dbaPikalaxALT
2015-11-03Battle TowerPikalaxALT
2015-11-02No more NONEPikalaxALT
2015-11-01Fix merge conflictsPikalaxALT
2015-11-01Prepare to mergePikalaxALT