Age | Commit message (Expand) | Author |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi |
2020-06-11 | Remove redundant tile graphics file, reuse others | Rangi |
2020-06-10 | Define pokeanim setup commands like std scripts, predefs, and specials | Rangi |
2020-06-10 | predef_id -> lda_predef, for consistency with lda_coord and map_id | Rangi |
2020-06-10 | Remove address-related comment | Rangi |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi |
2020-06-03 | Separate UnusedBattleObjectPals from PartyMenuOBPals | Rangi |
2020-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde |
2020-05-25 | Some uses of SCREEN_WIDTH and SCREEN_HEIGHT | Rangi |
2020-05-25 | Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip... | Rangi |
2020-05-18 | Update some routine labels, including unreferenced ones | Rangi |
2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi |
2020-05-16 | Format all CopyTilemapAtOnce variations the same way | Rangi |
2020-05-10 | Update some comments | Rangi |
2020-05-07 | Clean up some percentage values | Rangi |
2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi |
2020-04-30 | Miscellaneous updates | Rangi |
2020-04-23 | Miscellaneous updates and corrections | Rangi |
2020-04-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi |
2020-04-16 | Fix #709 miscellaneous issues | Rangi |
2020-04-08 | Remove unused nonmatching files for electro_ball.png and sgb_border.bin | Rangi |
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi |
2020-04-04 | Miscellaneous fixes: | Rangi |
2020-04-04 | Upgrade to rgbds 0.4.0 | Rangi |
2020-03-21 | Add suffixes to some constants to avoid ambiguity | Rangi |
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
2020-03-21 | Miscellaneous fixes from #694 | Rangi |
2020-03-16 | Combine Celebi frames into one PNG | Rangi |
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi |
2020-03-01 | Change how some PNG graphics are formatted | Rangi |
2020-02-28 | 'and BANK' -> 'aka BANK' | Rangi |
2020-02-28 | Document a bug where Teleport cannot fail for wild Pokémon | Rangi |
2020-02-28 | Identify remaining gfx/unknown files | Rangi |
2020-02-26 | Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.png | Rangi |
2020-02-25 | Identify some labels and constants for Battle Tower | Rangi |
2020-02-25 | Fix SRAM references in Function140ae | mid-kid |
2020-02-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common "us... | Rangi |
2020-02-21 | Merge pull request #685 from mid-kid/master | mid-kid |
2020-02-21 | Fix some comments and inmediates | mid-kid |
2020-02-21 | RTC -> UpdateTimeAndPals | mid-kid |
2020-02-16 | PanicResetClock -> ClearClock | mid-kid |
2020-02-13 | Define TileCollisionTable as a standard 'db' series | Rangi |
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid |
2020-02-13 | Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap | mid-kid |
2020-02-13 | Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes | mid-kid |
2020-02-13 | OWFlash -> FlashFunction | mid-kid |
2020-02-13 | Split up engine/events/misc_scripts_2.asm | mid-kid |
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid |