index
:
pokeyellow.git
master
Pokemon Yellow disassembly with SL0P mods: fastboot, SECRET SL0P WARP MENU, custom intro splash
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
FightingDojo.asm
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use macros to enforce "missable/hide/show object" constraints, and rename ↵
Rangi
2026-01-07
1
-4
/
+4
|
|
|
|
them to "toggleable objects" (#557)
*
Use combined hardware constants
Rangi42
2025-06-30
1
-1
/
+1
|
*
Replace hardware_constants.asm with hardware.inc (#511)
Rangi
2025-06-30
1
-1
/
+1
|
*
Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)
Sylvie
2024-09-18
1
-3
/
+3
|
|
|
Also identify `wPPUpCountAndMaxPP`
*
Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)
Sylvie
2024-08-04
1
-2
/
+2
|
*
Identify various flag labels and bit constants (#454)
Sylvie
2024-07-16
1
-3
/
+3
|
*
Identify `wSavedCoordIndex` and its other usages
Rangi42
2023-11-20
1
-5
/
+5
|
*
Identify more map script labels
Rangi42
2023-11-18
1
-5
/
+4
|
*
Add macros, constants, and labels for map scripts and text (#367)
vulcandth
2023-07-13
1
-89
/
+89
|
|
|
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.
*
The 'def_trainers' macro checks that trainers' event flag bits are correct ↵
Rangi
2021-04-13
1
-1
/
+3
|
|
|
|
(#318)
*
Fix file modes
dannye
2020-11-14
1
-0
/
+0
|
*
Use decimal, not hex, for sprite (object) coordinates in map scripts
Rangi
2020-08-28
1
-2
/
+2
|
*
Use a 'trainer' macro for trainers in scripts/
Rangi
2020-07-14
1
-33
/
+5
|
*
Specify the ldh instruction, don't turn ld into ldh
Rangi
2020-07-06
1
-8
/
+8
|
*
Port pokecrystal's formatting of text commands and special characters
Rangi
2020-07-04
1
-45
/
+45
|
*
H_CONSTANTNAMES -> hConstantNames
Rangi
2020-07-03
1
-2
/
+2
|
*
Rename map files, labels, and constants to be consistent and work with ↵
Rangi
2019-01-01
1
-0
/
+323
Polished Map