Age | Commit message (Expand) | Author |
2019-01-02 | Clean up some Odd Egg and Battle Tower code and data | Rangi |
2018-12-31 | *PhoneScript1 -> *PhoneCalleeScript, and *PhoneScript2 -> *PhoneCallerScript | Rangi |
2018-12-31 | Use battle menu flags | Rangi |
2018-12-30 | Split generic phone caller+callee text into individual NPCs | Rangi |
2018-12-30 | Distinguish "caller" and "called" phone scripts+text (NPCs call you automatic... | Rangi |
2018-12-30 | Split engine/phone/phone_scripts.asm and phone_gossip.asm into individual files | Rangi |
2018-12-26 | Fix comments around BANK() statements | mid-kid |
2018-12-23 | Define RANDY_OT_ID | Rangi |
2018-12-23 | Fix issue #581 (random stuff ax6 noticed) | Rangi |
2018-12-09 | Formatting and comments | Rangi |
2018-12-09 | Merge pull request #578 from mid-kid/master | Rangi |
2018-11-25 | Rename "feet and head follow" commands | mid-kid |
2018-11-23 | CalcStats -> CalcBattleStats | mid-kid |
2018-11-22 | Identified another user of wBattleAnimTemp | mid-kid |
2018-11-21 | Define ANIM_GFX for PLAYER and ENEMY | mid-kid |
2018-11-21 | Move BattleSideCopy to transform.asm | mid-kid |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi |
2018-11-11 | Merge pull request #573 from mid-kid/master | Rangi |
2018-11-10 | Finish new connection macro | mid-kid |
2018-11-05 | CorrectNickErrors fixes control characters, not text commands | mid-kid |
2018-11-05 | text_jump → text_far | mid-kid |
2018-11-05 | Add colons to some function labels | mid-kid |
2018-10-21 | Identify BATTLEACTION_D and _E (thanks, ax6) | Rangi |
2018-10-11 | Rename CheckTrainerBattle | mid-kid |
2018-09-22 | PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OB | Rangi |
2018-09-22 | Naming screen constants | Rangi |
2018-09-16 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-09-16 | Identify some Spaceworld beta content | Rangi |
2018-09-16 | This isn't actually PAL_BG_ROOF | mid-kid |
2018-09-16 | wMonStatusFlags -> wDebugFlags | mid-kid |
2018-09-16 | Fix use of in LoadMansionPalette | mid-kid |
2018-09-09 | Use existing bigdw macro | Rangi |
2018-09-09 | Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic | Rangi |
2018-09-09 | wCursorCurTile -> wCursorCurrentTile | Rangi |
2018-09-09 | wPreviousLandmark → wPrevLandmark | Rangi |
2018-09-09 | hMultiplicand is four bytes internally, but the high byte is always 0 since a... | Rangi |
2018-09-09 | Curr -> Cur | Rangi |
2018-08-26 | ; fallthrough | Rangi |
2018-08-26 | spaces->tab, and remove redundant comment | Rangi |
2018-08-26 | hQuotient is a four-byte buffer (fixes #558) | Rangi |
2018-08-26 | Explain wCreditsBlankFrame2bpp | Rangi |
2018-08-26 | wCreditsFaux2bpp -> wCreditsBlankFrame2bpp, with the right buffer size | Rangi |
2018-08-25 | _Divide results go in hQuotient and hRemainder, not in hDividend and hDivisor | Rangi |
2018-08-25 | Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp | Rangi |
2018-08-25 | Reorganize math-related HRAM union (ffb3) | Rangi |
2018-08-25 | These are signed offsets, not addresses (thanks, PikalaxALT) | Rangi |
2018-08-25 | Remove HRAM label address comments | Rangi |
2018-08-25 | hLabel - $ff00 -> LOW(hLabel) | Rangi |
2018-08-25 | Use labels instead of constants for HRAM | Rangi |
2018-08-17 | CheckDestinyBond -> CheckFaint | mid-kid |