Rangi
|
c3c18dd196
|
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
|
2020-06-21 18:33:31 -04:00 |
|
Rangi
|
58b377f25b
|
Fix #709 miscellaneous issues
|
2020-04-16 09:30:50 -04:00 |
|
mid-kid
|
c0b6e5bc21
|
JoypadInt -> Joypad
This matches all other interrupts. The old Joypad was renamed to
UpdateJoypad.
|
2020-02-23 14:33:53 +01:00 |
|
mid-kid
|
c22e268083
|
RTC -> UpdateTimeAndPals
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-21 18:21:29 +01:00 |
|
mid-kid
|
75a6bb5df6
|
PanicResetClock -> ClearClock
Funky name that only exists based on what it's used for, not so much
what it is.
|
2020-02-16 12:20:20 +01:00 |
|
mid-kid
|
176257ea6f
|
Document WaitPressAorB_BlinkCursor a bit
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-18 18:21:57 +01:00 |
|
Rangi
|
4aeab6b879
|
Rename buttonsound to promptbutton
|
2019-11-03 12:48:54 -05:00 |
|
Rangi
|
eb1e3636bb
|
Use labels instead of constants for HRAM
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
|
2018-08-25 14:28:22 -04:00 |
|
Rangi
|
c9cb67141b
|
Make reviewed fixes; standardize on " + "
|
2018-07-29 01:40:23 -04:00 |
|
Rangi
|
67d1364c7a
|
Fix triple newlines left over from removing address comments
|
2018-06-24 23:22:50 -04:00 |
|
mid-kid
|
1d9a68dbdd
|
Remove all address comments
|
2018-06-24 16:13:22 +02:00 |
|
luckytyphlosion
|
a1951cefc0
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
Remy Oukaour
|
586a49c8ad
|
lda_coord and ldcoord_a exist for this
|
2017-12-29 17:07:21 -05:00 |
|
Remy Oukaour
|
c66d195089
|
callba/callab → farcall/callfar
|
2017-12-24 12:47:30 -05:00 |
|
Remy Oukaour
|
ab7025a144
|
Consistent code formatting: no redundant a s and spaces after commas
|
2017-12-10 00:06:20 -05:00 |
|
pikalaxalt
|
e95d42e0af
|
All functions in main.asm have non-generic names
|
2016-05-08 14:11:24 -04:00 |
|
pikalaxalt
|
3713b71d9e
|
More splitting of main.asm; remove unneeded rept 2
|
2016-05-04 11:46:23 -04:00 |
|
pikalaxalt
|
6be4cd4da9
|
Local labels starting with lowercase letters are no longer decorated with a trailing colon
|
2016-04-10 15:01:49 -04:00 |
|
pikalaxalt
|
bf73772a56
|
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
|
2016-04-10 14:42:14 -04:00 |
|
PikalaxALT
|
0eb0c40ba7
|
buttonsound
|
2015-11-29 22:29:45 -05:00 |
|
PikalaxALT
|
01792e00d2
|
Rename several script commands
|
2015-11-25 10:16:29 -05:00 |
|
PikalaxALT
|
4b35fa0582
|
Added w3 and w5 labels for misc/mobile_40.asm
|
2015-11-10 23:23:28 -05:00 |
|
PikalaxALT
|
f1b2466cc3
|
Cleaning up static HRAM labels; movement stuff, route 38 trainers
|
2015-11-09 23:01:45 -05:00 |
|
PikalaxALT
|
d35cfad0de
|
object_struct
|
2015-11-02 11:15:32 -05:00 |
|
PikalaxALT
|
ed29db5841
|
No more -bash000; engine/movement.asm, SPRITEMOVEFN
|
2015-10-29 23:32:11 -04:00 |
|