summaryrefslogtreecommitdiff
path: root/src/rom3.c
AgeCommit message (Collapse)Author
2018-04-06Use 'battler' instead of 'bank'Marcus Huderle
2018-04-06Decompile a bunch of battle_9Marcus Huderle
2018-04-06Start decompiling battle_9Marcus Huderle
2018-01-27Merge branch 'master' into german_debugCameron Hall
2018-01-22Rename some static functionsPikalaxALT
2018-01-17resolve more undefined referencesCameron Hall
2018-01-17use 'if DEBUG' instead of 'ifdef DEBUG'Cameron Hall
2018-01-16Merge branch 'master' into german_debugCameron Hall
2018-01-16add debug ifdefsCameron Hall
2018-01-15import some battle_4.c code from emerald and get atk23_getexp matchingcamthesaxman
2018-01-07Finish battle_2.c and battle_util.c decompilationMarcus Huderle
2017-12-30Sync battle_script changes with pokeemeraldMarcus Huderle
2017-12-27Port battle_anim changes from pokeemeraldMarcus Huderle
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-06formattingProjectRevoTPP
2017-11-06finish refactoring ewram defines into ewram.h.ProjectRevoTPP
2017-11-05move ewram defines to ewram.h.ProjectRevoTPP
2017-11-04more fixesProjectRevoTPP
2017-11-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-09-12lots more relabelingcamthesaxman
2017-08-27fix nonmatchings, add labelsDizzyEggg
2017-08-27Emitcmd22 -> EmitChoosePokemoncamthesaxman
2017-08-26import DizzyEggg's battle controller changescamthesaxman
2017-07-22various fixes before mergecamthesaxman
2017-07-22Merge pull request #372 from DizzyEggg/masterCameron Hall
decompile battle_4
2017-07-20map out ram variablesdrifloony
2017-07-16Battle4.CDizzyEggg
Changed labels: sub_801A02C = ItemBattleEffects sub_8015150 = GetBattleBank gUnknown_02024BEA = gRandomMove BattleBufferB = gBattleBufferB sub_8090D90 = GetNationalPokedexFlag sub_80151D4 = PressurePPLose ai_rate_move = AI_TypeCalc sub_801B928 = IsPokeDisobedient sub_801E3B4 = BankGetTurnOrder sub_801E3EC = SetMoveEffect sub_814A7FC = DestroyMenuCursor sub_8010B88 = SwitchInClearStructs sub_80325B8 = BattleMusicStop sub_8017718 = CantUseMove sub_8028350 = IsTwoTurnsMove b_feature_update_destiny_bond = DestinyBondFlagUpdate sub_801C108 = JumpIfMoveAffectedByProtect move_weather_interaction = AttacksThisTurn sub_8025E20 = ChangeStatBuffs sub_8020B54 = MoveValuesCleanUp
2017-06-19Battle labels named (#333)DizzyEggg
* Changed battle labels
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-22Add data2 headerMarijn van der Werf
2017-05-16more decompilationcamthesaxman
2017-05-10 BATTLE_TYPE_40 -> BATTLE_TYPE_MULTIYamaArashi
2017-05-09Decompile some cable_club functionsMarijn van der Werf
2017-05-07decompile more pokemon functionsYamaArashi
2017-05-05Remove trailing whitespaceMarijn van der Werf
2017-02-10misc labels and memcpy/set cleanups (#232)ProjectRevoTPP
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again * make ROM match again * label, document, reorganize, and clean up battle_ai.c * move stuff to battle.h and get rid of battle_2000000 * various changes * labeling * minor labels and formatting * contest ai labels and misc stuff
2017-02-01label, document, reorganize, and clean up battle_ai.c (#228)ProjectRevoTPP
label, document, reorganize, and clean up battle_ai.c
2017-01-19finish decompiling rom3 (#201)Cameron Hall
* start decompiling rom3 * newline * decompile sub_800BA78 * decompile more of rom3 * battle type constants * decompile sub_800C35C * remove sh.exe.stackdump * decompile more of rom3 * can't get dp01_build_cmdbuf_x10_TODO to match * finish decompiling rom3
2017-01-18decompile more of rom3 (#199)Cameron Hall
* start decompiling rom3 * newline * decompile sub_800BA78 * decompile more of rom3 * battle type constants * decompile sub_800C35C * remove sh.exe.stackdump
2017-01-18start decompiling rom3 (#198)Cameron Hall
* start decompiling rom3 * newline * decompile sub_800BA78