Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-25 | * loadmenuheader -> loadmenu (ead103d) | Rangi | |
* objectface -> turnobject (c834bda) | |||
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm | |||
2018-02-02 | spriteface → objectface, consistent with the other script commands | Rangi | |
2018-02-02 | Script commands don't have underscores | Rangi | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-23 | Prefix wram labels with w, part 1. | luckytyphlosion | |
Handle edge cases first. | |||
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 | |