aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Use 'tile' and 'tiles' macrosRangi2020-07-0726-131/+125
| * Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-078-205/+219
| * Sync coordinate macros with pokecrystalRangi2020-07-0759-532/+532
| * Use HIGH() and LOW()Rangi2020-07-0714-69/+70
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-0655-161/+161
| * Use ASCII quotes in commentsRangi2020-07-063-4/+4
| * Use DEX_* constants for StarterDexRangi2020-07-061-2/+2
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-06114-1353/+1353
| * text_linkpromptbutton -> text_waitbuttonRangi2020-07-063-8/+8
| * Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...Rangi2020-07-061-2/+2
| * TM/HM constants named after movesRangi2020-07-053-7/+7
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-0530-112/+112
| * Port _RemovePokemon documentation from pokeyellowRangi2020-07-051-33/+33
| * Port two HRAM labels from pokeyellowRangi2020-07-051-5/+5
| * Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-055-10/+10
| * Port credits command constants from pokeyellowRangi2020-07-051-7/+7
| * Use constants for damage limits in CalculateDamageRangi2020-07-051-28/+34
| * Correct comments in AISwitchIfEnoughMonsRangi2020-07-051-2/+2
| * Update map hide/show data labelsRangi2020-07-051-7/+7
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-0490-1068/+1080
| * UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET...Rangi2020-07-042-6/+6
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi2020-07-0413-32/+29
| * Move more code from home.asm to home/Rangi2020-07-031-0/+1
| * Replace raw hex values with HRAM constantsRangi2020-07-0325-106/+106
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-0362-668/+668
| * Factor out data/sprites/Rangi2020-07-031-0/+2
| * Organize macros/ like pokecrystalRangi2020-07-0310-18/+18
| * Make suggested edits:Rangi2020-07-031-0/+0
| * Split up engine/events/hidden_object_functionsRangi2020-07-0328-1168/+1149
| * Reorganize constants/Rangi2020-07-031-2/+2
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-0341-69/+69
| * Add engine/movie/oak_speech/ subdirectoryRangi2020-07-034-0/+0
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-02113-93/+2
| * Remove RAM address commentsRangi2020-06-272-4/+4
| * Move trade bubble from gfx/icons to gfx/tradeRangi2020-06-271-1/+1
| * Individual images for party menu icon graphicsRangi2020-06-271-6/+17
| * Move mon_nest_icon.png to gfx/town_mapRangi2020-06-271-1/+1
| * Organize gfx/Rangi2020-06-2716-42/+41
| * Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-2767-167/+167
| * Move more tables from engine/ to data/Rangi2020-06-2326-2968/+1540
| * Merge pull request #243 from Nog-Frog/rename-unused-cd40Daniel Harding2020-06-211-1/+1
| |\
| | * Name UnusedCD40Nog-Frog2020-05-291-1/+1
| * | remove two whitespacesAkatsuki-py2020-06-061-1/+1
| * | fix SubtractAmountPaidFromMoney commentAkatsuki-py2020-06-051-2/+2
| |/
| * Merge pull request #241 from Nog-Frog/Fix-Sent-To-BoxDaniel Harding2020-05-271-3/+3
| |\
| | * Change "Set to box" to "Sent to box"Nog-Frog2020-05-261-3/+3
| * | Merge pull request #239 from Akatsuki-py/use_reptDaniel Harding2020-05-271-9/+2
| |\ \ | | |/ | |/|
| | * use rept macroakatsuki-py2020-05-241-9/+2
| * | Misc minor clean updannye2020-05-244-4/+4
| |/
| * Fix comment from Y pos to X posAkatsuki-py2020-05-011-1/+1