SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDER
Clarify big doll-related constants (Snorlax and Lapras are symmetrical, Onix is not)
SPRITEMOVEDATA_ITEM_TREE → SPRITEMOVEDATA_STILL (it's used for other things like Azalea's Slowpokes, not just items and trees)
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #475 from surskitty/master
Comment values of special pointers, same as predefs
Remove unreferenced map script heading labels
grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g
Clarify TM/HM move/enum correspondence
Badge type boosts make sense in data/types/
Add wiki link to README; group disassembly links separately for easier scanning
Separate map object constants for easier editing
Correction, wave patterns are quite interesting.
Move-unique effect commands consistently go in engine/battle/move_effects/
Move power data belongs in data/moves/
Move AI data tables into data/battle/ai (mirroring engine/battle/ai) so they're more discoverable.
Separate home/battle_vars.asm for easy data editing, same as home/hm_moves.asm
Move some more constants out of misc_constants.asm
Move some more constants out of misc_constants.asm
Remove "UnusedSpecial_" prefixes too
Remove Special_ prefix from special routines (close #478)
Rename some routines to avoid conflicts when removing "Special_" prefixes
EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)
Completing labels for Route 35.
Renaming the UnknownScript for reloading the map after battle.
Labelling some more UnknownScripts. These files remain incomplete.
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440)
trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`
hiddenitem, like itemball and object_event, puts the item first and the event last
"Speech" houses just have dialog NPCs
wGameTimerPause bit flag constants
Struct macros should have their main label outside the macro
Cry headers and map headers were eliminated
EcruteakHouse → EcruteakTinTowerEntrance
Daisy offers "grooming", not "massage"
Merge branch 'master' of github.com:pret/pokecrystal
No significance to what data is at the dummied-out broken pointers
Add daily+weekly bit flags (close issue #429)
wUnlockedUnowns engine flag constants
Engine flag bit constants for wPokegearFlags
Merge pull request #456 from Rangi42/master
Add back catch-all graphics rules.
Comment on wGBCOnlyDecompressBuffer size
Unrelated routine gets its own file
Scale addresses with PARTY_LENGTH
PARTY_LENGTH; MON_NAME; sgb_border.bin
Rename BATTLETOWER_NROF constants
Japanese characters in Japanese text (e.g. "ォ" not "," for $f4)
Use hSerialConnectionStatus constants elsewhere
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Keep hex address until surrounding code is cleaned up
This table entry has the address of MoveDescriptions in GSC ($4000 in G/S, $4b52 in Crystal)
clean up GetName/NamesPointers