Some formatting cleanup

This commit is contained in:
Rangi42 2024-11-28 22:02:24 -05:00
parent 7ebc4324db
commit 9b19999aee
3 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ DEF NUM_DAYTIMES EQU const_value
DEF ANYTIME EQU MORN | DAY | NITE
; wTimeOfDayPalFlags
; wTimeOfDayPalFlags::
DEF FORCED_PALSET_F EQU 7
; wTimeOfDayPalset::

View File

@ -735,7 +735,7 @@ _MovePKMNWithoutMail:
.a_button_2
call BillsPC_CheckSpaceInDestination
jr c, .no_space
call MovePKMNWitoutMail_InsertMon
call MovePKMNWithoutMail_InsertMon
ld a, $0
ld [wJumptableIndex], a
ret
@ -1900,7 +1900,7 @@ ReleasePKMN_ByePKMN:
DEF MOVE_MON_FROM_PARTY_F EQU 0
DEF MOVE_MON_TO_PARTY_F EQU 1
MovePKMNWitoutMail_InsertMon:
MovePKMNWithoutMail_InsertMon:
push hl
push de
push bc

View File

@ -68,7 +68,7 @@ endr
ld b, a
; Reset the joypad register since we're done with it.
ld a, $30
ld a, (1 << rJOYP_BUTTONS) | (1 << rJOYP_DPAD)
ldh [rJOYP], a
; To get the delta we xor the last frame's input with the new one.