Age | Commit message (Expand) | Author |
2018-01-30 | Comment values of special pointers, same as predefs | Rangi |
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 |
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 they'... | Rangi |
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 |
2018-01-23 | wMenuData3 → w2DMenuData | Rangi |
2018-01-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #... | Rangi |
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 event... | Rangi |
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 |