diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-20 13:22:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 13:22:32 -0400 |
| commit | 3e554e1d5206f0ede60f7e99e68637b7f13bc683 (patch) | |
| tree | c5a21b6e4d24ad3e98c3c98982afc65a866e650d /constants/input_constants.asm | |
| parent | Merge pull request #279 from Rangi42/master (diff) | |
| parent | Add comments associating constants with data, and identify some more data (diff) | |
| download | pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.gz pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.xz pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.zip | |
Merge pull request #281 from Rangi42/master
Add comments associating constants with data, and identify some more data
Diffstat (limited to 'constants/input_constants.asm')
| -rw-r--r-- | constants/input_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/input_constants.asm b/constants/input_constants.asm index e5bc2a7b..7984d5a9 100644 --- a/constants/input_constants.asm +++ b/constants/input_constants.asm @@ -1,3 +1,4 @@ +; joypad buttons const_def const BIT_A_BUTTON const BIT_B_BUTTON |
