aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SeafoamIslandsB4F.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-1/+1
|\
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-1/+1
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-7/+7
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-7/+7
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-2/+2
|\|
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-50/+53
|\|
| * Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)Vortyne2023-11-191-2/+2
| |
| * Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne2023-11-191-17/+17
| | | | | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-31/+34
| | | | | | 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.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-131-0/+4
|\|
| * The 'def_trainers' macro checks that trainers' event flag bits are correct ↵Rangi2021-04-131-0/+4
| | | | | | | | (#318)
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Reformat map scripts' coordinate and movement dataRangi2020-07-161-16/+16
| | | | | | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros
| * Use a 'trainer' macro for trainers in scripts/Rangi2020-07-141-9/+2
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-7/+7
| |
| * Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-0/+173
| | | | Polished Map
* Sync with pokereddannye2020-11-041-32/+25
|
* Sync with pokereddannye2020-05-201-0/+174