Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵ | Rangi | |
#440) | |||
2018-01-23 | wGameTimerPause bit flag constants | Rangi | |
2018-01-22 | wStatusFlags/2 bit constants | Rangi | |
2018-01-22 | More engine flag constants | Rangi | |
2018-01-22 | wUnlockedUnowns engine flag constants | Rangi | |
Use local labels for "End"ings | |||
2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour | |
2018-01-16 | map_header → map_def; map_header_2 → map_data | Remy Oukaour | |
2018-01-16 | Avoid "+- 1" at every maskbits | Remy Oukaour | |
2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | Remy Oukaour | |
2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ↵ | Remy Oukaour | |
#459) # Conflicts: # data/items/descriptions.asm # data/sprite_anims/framesets.asm # engine/crystal_colors.asm # engine/events/kurt.asm # engine/events/special.asm # engine/events/std_scripts.asm # engine/events_3.asm # engine/item_effects.asm # engine/namingscreen.asm # engine/scripting.asm # engine/stats_screen.asm # engine/trade_animation.asm # home/audio.asm # main.asm # maps/BattleTower1F.asm # maps/BattleTowerBattleRoom.asm # maps/BurnedTowerB1F.asm # maps/ElmsLab.asm # maps/GoldenrodDeptStore5F.asm # maps/GoldenrodUnderground.asm # maps/HallOfFame.asm # maps/MahoganyTown.asm # maps/ManiasHouse.asm # maps/MobileBattleRoom.asm # maps/MobileTradeRoomMobile.asm # maps/RadioTower2F.asm # maps/Route35NationalParkGate.asm # maps/Route36NationalParkGate.asm # maps/Route39Farmhouse.asm # tilesets/palette_maps.asm | |||
2018-01-12 | Use more constants in scripts | Remy Oukaour | |
2018-01-11 | Use maskbits some more | Remy Oukaour | |
2018-01-09 | Do a little cleanup towards issue #465 | Remy Oukaour | |
2018-01-09 | Remove old Python class names from script command param doc comments | Remy Oukaour | |
2018-01-09 | Eliminate version.asm (resolves #464) | Remy Oukaour | |
2018-01-02 | No more mobile EQUS ret (replace with Stubbed_ + ret) | xCrystal | |
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-02 | More unreferenced labels cleanup | xCrystal | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2017-12-28 | Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW) | Remy Oukaour | |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal | |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-24 | Renaming: (fix #412) | Remy Oukaour | |
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event | |||
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-12 | Identify more sprite-related constants | Remy Oukaour | |
Start more documentation | |||
2017-12-09 | More WRAM cleanup | Remy Oukaour | |
2017-12-09 | Further WRAM organization | Remy Oukaour | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2017-10-29 | Define GetWarpSFX | pfero | |
This function checks the current tile at the player's feet, and returns an appropriate SFX that should be played when warping from it. | |||
2017-02-22 | Strip address comments. | IIMarckus | |
2017-01-16 | Labels for Trainer Rankings stat tracking functions | hatschky | |
2016-05-14 | Unify step_sleep macro | pikalaxalt | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-04 | HDMA transfer functions | pikalaxalt | |
2016-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
2016-04-10 | Local labels starting with capital letters are now decorated with a trailing ↵ | pikalaxalt | |
colon; remove trailing whitespace; globally correct line endings to UNIX style | |||
2016-01-12 | More WRAM tidying | PikalaxALT | |
2016-01-06 | Mr Pokemons House | PikalaxALT | |
2016-01-05 | maptrigger macro | PikalaxALT | |
2016-01-04 | more gfx-related labels | PikalaxALT | |
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-26 | Move effects; no more reloadmapmusic, returnafterbattle | PikalaxALT | |
2015-12-24 | writebackup --> closewindow; game corner prize vendors; others | PikalaxALT | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-17 | More menu stuff | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-14 | mystery gift, credits | PikalaxALT | |
2015-12-09 | opentext and breeding | PikalaxALT | |
2015-12-09 | underground switches, town map | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |