mirror of
https://github.com/pret/pokegold.git
synced 2026-04-26 01:47:27 -05:00
Some formatting cleanup
This commit is contained in:
parent
7ebc4324db
commit
9b19999aee
|
|
@ -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::
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user