aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/BluesHouse.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-07Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi1-2/+2
them to "toggleable objects" (#557)
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth1-20/+22
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-32/+33
2020-07-16Revise some map scripts, mostly for getting itemsRangi1-18/+16
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi1-16/+16
2020-05-20Sync with pokereddannye1-5/+5
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi1-89/+0
Polished Map
2016-06-12Remove the last address commentsdannye1-2/+2
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11remove address commentsYamaArashi1-11/+11
2016-06-11More syncing with pokereddannye1-1/+1
from April 8, 2016 to present
2016-06-11Sync with pokereddannye1-2/+3
from August 29, 2015 to April 6, 2016
2016-06-08Part 1 of syncing with pokered.IIMarckus1-13/+13
2016-05-30TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt1-1/+1
2016-05-27Blue's Housepikalaxalt1-17/+16
2016-05-27Vermilion City scriptspikalaxalt1-1/+1
2016-01-29Macrofy sprite status data in WRA0PikalaxALT1-14/+18
2015-08-30No more W_dannye1-2/+2
2015-08-05Use more lbdannye1-1/+1
and other clean up
2015-07-24more naming variablesYamaArashi1-1/+1
2015-07-21named most of the used eventsYamaArashi1-3/+3
2015-07-20enumerate eventsYamaArashi1-8/+4
2015-07-03More TX_ASMU-Daniel-PC\Daniel1-1/+1
2014-09-25Make Hide/Show objects more dynamicU-Daniel-PC\Daniel1-1/+1
be on the look out for more static ids in the wild unused constants are still included because a script could be written to check whether the player has picked up an item/fought a legendary etc.
2014-06-16Use macros for predef calls/jumps instead of static ids.yenatch1-2/+1
2014-05-26Remove most static wram addresses. Use labels instead.yenatch1-5/+5
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-18Pull map scripts out of main.asmU-Fish-PC\Daniel1-0/+90