summaryrefslogtreecommitdiff
path: root/home/joypad.asm
AgeCommit message (Collapse)Author
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-06-21Comment more ROM labels as unreferencedRangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-04-16Fix #709 miscellaneous issuesRangi
2020-02-23JoypadInt -> Joypadmid-kid
This matches all other interrupts. The old Joypad was renamed to UpdateJoypad.
2020-02-21RTC -> UpdateTimeAndPalsmid-kid
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now.
2020-02-16PanicResetClock -> ClearClockmid-kid
Funky name that only exists based on what it's used for, not so much what it is.
2019-11-18Document WaitPressAorB_BlinkCursor a bitmid-kid
This is one weird function I'll never understand the purpose of. It could use a better name, but I have no clue what.
2019-11-03Rename buttonsound to promptbuttonRangi
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-07-29Make reviewed fixes; standardize on " + "Rangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2017-12-29lda_coord and ldcoord_a exist for thisRemy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-10Consistent code formatting: no redundant `a`s and spaces after commasRemy Oukaour
2016-05-08All functions in main.asm have non-generic namespikalaxalt
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
2015-11-29buttonsoundPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-10Added w3 and w5 labels for misc/mobile_40.asmPikalaxALT
2015-11-09Cleaning up static HRAM labels; movement stuff, route 38 trainersPikalaxALT
2015-11-02object_structPikalaxALT
2015-10-29No more -bash000; engine/movement.asm, SPRITEMOVEFNPikalaxALT
2015-10-19Move battle start animation functions to its own filePikalaxALT
2015-10-17Restructured functions in main.asm to resemble the home functions they clonePikalaxALT
2015-10-16Split up bank 2; other relabelingsPikalaxALT
2015-10-11Magikarp functions moved to event/magikarp.asmPikalaxALT
2015-10-07More labels, including fns responsible for partymon generationPikalaxALT
2015-07-20Reverted ld_hl_pointer macroPikalaxALT
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2015-02-10Blind wram labels part 4.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-12-22no more Public in joypad interface labelsyenatch
2013-10-08rename 'StartSFX' to 'PlaySFX'yenatch
2013-09-09rename common/ to home/yenatch