index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2018-01-30
wSpritesEnd -> wVirtualOAMEnd.
luckytyphlosion
2018-01-30
Fix wVirtualOAM labels, part 2.
luckytyphlosion
2018-01-30
Fix wVirtualOAM labels, part 1.
luckytyphlosion
2018-01-30
Simpler map connection macro
Rangi
2018-01-30
Remove unreferenced map script heading labels
Rangi
2018-01-30
Fix comment/style issues caused from w-izing.
luckytyphlosion
2018-01-29
Clean up comments
Rangi
Base data: types uniquely lacked a comment; items on one line; distinguish unknowns Dex entries: don't imply that pointers don't exist
2018-01-28
grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g
Rangi
2018-01-28
Clarify TM/HM move/enum correspondence
Rangi
2018-01-28
Badge type boosts make sense in data/types/
Rangi
2018-01-28
Fix link targets
Rangi
2018-01-28
Add wiki link to README; group disassembly links separately for easier scanning
Rangi
2018-01-27
Group related constants together
Rangi
2018-01-26
use PAL_COLOR_SIZE
Rangi
2018-01-26
Fix off-by-one error
Rangi
2018-01-26
G/S Scripting Compendium link
Rangi
2018-01-26
Sync documentation with code
Rangi
2018-01-26
Define more bit flag constants
Rangi
2018-01-26
Separate map object constants for easier editing
Rangi
2018-01-26
Correction, wave patterns are quite interesting.
Rangi
2018-01-26
Move-unique effect commands consistently go in engine/battle/move_effects/
Rangi
2018-01-26
Move power data belongs in data/moves/
Rangi
2018-01-25
Correct comments
Rangi
2018-01-25
Move event data to data/events/
Rangi
2018-01-25
More battle data in data/battle/
Rangi
2018-01-25
Move AI data tables into data/battle/ai (mirroring engine/battle/ai) so ↵
Rangi
they're more discoverable.
2018-01-25
Separate home/battle_vars.asm for easy data editing, same as home/hm_moves.asm
Rangi
2018-01-25
Move some more constants out of misc_constants.asm
Rangi
2018-01-25
Move some more constants out of misc_constants.asm
Rangi
2018-01-24
data/text/X_text.asm is redundant
Rangi
2018-01-24
Awkward wording
Rangi
2018-01-24
Remove "UnusedSpecial_" prefixes too
Rangi
2018-01-24
Remove Special_ prefix from special routines (close #478)
Rangi
2018-01-24
Rename some routines to avoid conflicts when removing "Special_" prefixes
Rangi
2018-01-24
EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)
Rangi
2018-01-23
Completing labels for Route 35.
surskitty
2018-01-23
Renaming the UnknownScript for reloading the map after battle.
surskitty
2018-01-23
Labelling some more UnknownScripts. These files remain incomplete.
surskitty
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
Replace Stack with wStack.
luckytyphlosion
2018-01-23
Prefix wram labels with w, part 1.
luckytyphlosion
Handle edge cases first.
2018-01-23
wMenuData3 → w2DMenuData
Rangi
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵
Rangi
#440)
2018-01-23
trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`
Rangi
2018-01-23
hiddenitem, like itemball and object_event, puts the item first and the ↵
Rangi
event last
2018-01-23
Missed a file
Rangi
2018-01-23
"Speech" houses just have dialog NPCs
Rangi
2018-01-23
wGameTimerPause bit flag constants
Rangi
2018-01-23
Struct macros should have their main label outside the macro
Rangi
2018-01-23
Cry headers and map headers were eliminated
Rangi
[prev]
[next]