summaryrefslogtreecommitdiff
path: root/battle/ai/items.asm
AgeCommit message (Collapse)Author
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-12Document more bugsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-06-24Merge pull request #354 from FredrIQ/commentsyenatch
Fix a reversed label mistake and reference a major bug
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings.
2017-01-08Reverse the LastEnemyCounterMove and LastPlayerCounterMove labelsFredrik Ljungdahl
They were swapped
2016-08-07Rename the variable at D264PikalaxALT
2016-05-16HP bar animation addresses and AI switchpikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-03-01Battle animation annotationsPikalaxALT
2016-01-12More WRAM tidyingPikalaxALT
2015-12-26Move effects; no more reloadmapmusic, returnafterbattlePikalaxALT
2015-12-18Events and some WRAM cleanupPikalaxALT
2015-11-28Renaming sections, further dissolving main.asmPikalaxALT
2015-11-10No more DefaultFlypointPikalaxALT
2015-11-08Attempting to decode AI switchingPikalaxALT
2015-11-08More battle core labelsPikalaxALT
2015-11-08AI and player items, withdraw/depositPikalaxALT
2015-11-07more battle core labelsPikalaxALT
2015-11-07battle/ai/switch.asm and more battle/effect_commands.asmPikalaxALT
2015-11-06BATTLEACTION constantsPikalaxALT
2015-11-05Some battle labelsPikalaxALT
2015-11-04Replace party struct relative values with EQUS constantsPikalaxALT
2015-10-26merge with newest updateJimB16
2015-10-19merge conflicts resolvedJimB16
2015-10-19Move battle start animation functions to its own filePikalaxALT
2015-10-07Labeling of AI item and wild encounter functionsPikalaxALT
2015-10-07More labels, including fns responsible for partymon generationPikalaxALT
2015-09-10changed more labelsJimB16
2015-09-04changed more labelsJimB16
2015-08-25change more labelssJimB16
2015-07-20Reverted ld_hl_pointer macroPikalaxALT
2015-02-10Blindly use wram labels for everything except mobile, part 1.yenatch
Wram banks and mobile make this tough, since any address can secretly be a ghost. As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
2014-09-30Better labels for item/switch AI.yenatch
2014-08-13Better trainer AI comments and finish off trainer attributes.yenatch
2014-07-19Remove generated "jump sources" comments.yenatch
2014-06-16Name the UpdateEnemyHUD predef.yenatch
Also start using hp palette constants.
2014-06-16Use a predef macro that takes labels instead of juggling constants.yenatch
Besides making predefs convenient, naming a predef no longer requires adding or renaming a predef constant. This also lets predefs be rearranged at will.
2014-06-14Move trainer item AI into battle/ai/items.asm.yenatch