aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/intro.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* warp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntroAsh Ketchum7 days1-0/+3
| | | | | | | | | | | - home/overworld.asm: SELECT in the overworld farcalls WarpMenu, then restarts the overworld loop so the fly-warp flags get processed. - engine/warp_menu.asm (new): WarpMenu reuses the fly-warp machinery (wDestinationMap + BIT_FLY_WARP/BIT_USED_FLY). B1 warps to Pallet unconditionally to validate the hook; the real destination menu is next. - Moved the fastboot intro-skip out of home/init.asm into PlayIntro (bank 10) to reclaim ~10 bytes of home ROM0 for the overworld hook. Net boot behavior is unchanged; new-game path still shows the intro.
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-1/+1
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-6/+6
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-9/+9
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-2/+7
|\|
| * Miscellaneous cleanup (#488)Rangi2025-01-281-4/+8
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-2/+2
|\|
| * Identify hardware register bits (#469)Sylvie2024-09-241-2/+2
| |
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-2/+2
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-1/+1
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Sync home and macro code with pokeyellowRangi2020-11-051-2/+2
| |
| * Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi2020-08-281-11/+11
| |
| * Identify remaining tilemap IDsRangi2020-07-171-10/+5
| |
| * Un-deduplicate gfx/intro_credits/gengar.png's tilesRangi2020-07-161-0/+1
| |
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-1/+1
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-5/+5
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-2/+2
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-12/+12
| |
| * Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-051-3/+3
| |
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-2/+2
| |
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+470
|
* Organize home and macro codeRangi2020-11-051-1/+1
|
* Sync with pokereddannye2020-11-041-0/+157