mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Remove trailing whitespace
This commit is contained in:
parent
17336221e6
commit
a9f8aeb94e
@ -11,7 +11,7 @@ DefaultOptions: ; 14f7c
|
|||||||
db GBPRINTER_NORMAL
|
db GBPRINTER_NORMAL
|
||||||
; Options2: menu account on
|
; Options2: menu account on
|
||||||
db 1 << MENU_ACCOUNT
|
db 1 << MENU_ACCOUNT
|
||||||
|
|
||||||
db $00
|
db $00
|
||||||
db $00
|
db $00
|
||||||
; 14f84
|
; 14f84
|
||||||
|
@ -70,7 +70,7 @@ DataSndPacket2:
|
|||||||
db $e8 ; inx
|
db $e8 ; inx
|
||||||
db $e8 ; inx
|
db $e8 ; inx
|
||||||
db $e0 ; cpx #$8c (1)
|
db $e0 ; cpx #$8c (1)
|
||||||
|
|
||||||
DataSndPacket3:
|
DataSndPacket3:
|
||||||
sgb_data_snd $0847, $0, 11
|
sgb_data_snd $0847, $0, 11
|
||||||
db $c4 ; cmp #$c4 (2)
|
db $c4 ; cmp #$c4 (2)
|
||||||
@ -80,7 +80,7 @@ DataSndPacket3:
|
|||||||
db $c9, $05 ; cmp #$05
|
db $c9, $05 ; cmp #$05
|
||||||
db $d0, $10 ; bne +$10
|
db $d0, $10 ; bne +$10
|
||||||
db $a2, $28 ; ldx #$28
|
db $a2, $28 ; ldx #$28
|
||||||
|
|
||||||
DataSndPacket4:
|
DataSndPacket4:
|
||||||
sgb_data_snd $083c, $0, 11
|
sgb_data_snd $083c, $0, 11
|
||||||
db $f0, $12 ; beq +$12
|
db $f0, $12 ; beq +$12
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; Used by
|
; Used by
|
||||||
|
|
||||||
BTTrainerClassGenders: ; 11f2f0
|
BTTrainerClassGenders: ; 11f2f0
|
||||||
; entries correspond to trainer classes
|
; entries correspond to trainer classes
|
||||||
|
@ -873,7 +873,7 @@ _SaveData: ; 1509a
|
|||||||
; a) ErasePreviousSave (the process of erasing the save from a previous game file)
|
; a) ErasePreviousSave (the process of erasing the save from a previous game file)
|
||||||
; b) unused mobile functionality
|
; b) unused mobile functionality
|
||||||
; It is not part of a regular save.
|
; It is not part of a regular save.
|
||||||
|
|
||||||
ld a, BANK(sCrystalData)
|
ld a, BANK(sCrystalData)
|
||||||
call GetSRAMBank
|
call GetSRAMBank
|
||||||
ld hl, wCrystalData
|
ld hl, wCrystalData
|
||||||
@ -885,7 +885,7 @@ _SaveData: ; 1509a
|
|||||||
; BANK(sCrystalData), it instead overwrites the sixteen EventFlags starting at 1:a603 with
|
; BANK(sCrystalData), it instead overwrites the sixteen EventFlags starting at 1:a603 with
|
||||||
; garbage from wd479. This isn't an issue, since ErasePreviousSave is followed by a regular
|
; garbage from wd479. This isn't an issue, since ErasePreviousSave is followed by a regular
|
||||||
; save that unwrites the garbage.
|
; save that unwrites the garbage.
|
||||||
|
|
||||||
ld hl, wd479
|
ld hl, wd479
|
||||||
ld a, [hli]
|
ld a, [hli]
|
||||||
ld [$a60e + 0], a
|
ld [$a60e + 0], a
|
||||||
@ -902,10 +902,10 @@ _LoadData: ; 150b9
|
|||||||
ld de, wCrystalData
|
ld de, wCrystalData
|
||||||
ld bc, wCrystalDataEnd - wCrystalData
|
ld bc, wCrystalDataEnd - wCrystalData
|
||||||
call CopyBytes
|
call CopyBytes
|
||||||
|
|
||||||
; This block originally had some mobile functionality to mirror _SaveData above, but instead it
|
; This block originally had some mobile functionality to mirror _SaveData above, but instead it
|
||||||
; (harmlessly) writes the aforementioned EventFlags to the unused wd479.
|
; (harmlessly) writes the aforementioned EventFlags to the unused wd479.
|
||||||
|
|
||||||
ld hl, wd479
|
ld hl, wd479
|
||||||
ld a, [$a60e + 0]
|
ld a, [$a60e + 0]
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
|
@ -47,7 +47,7 @@ _TimeOfDayPals:: ; 8c011
|
|||||||
; save wram bank
|
; save wram bank
|
||||||
ld a, [rSVBK]
|
ld a, [rSVBK]
|
||||||
ld b, a
|
ld b, a
|
||||||
|
|
||||||
ld a, BANK(wBGPals1)
|
ld a, BANK(wBGPals1)
|
||||||
ld [rSVBK], a
|
ld [rSVBK], a
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ _TimeOfDayPals:: ; 8c011
|
|||||||
; save wram bank
|
; save wram bank
|
||||||
ld a, [rSVBK]
|
ld a, [rSVBK]
|
||||||
ld d, a
|
ld d, a
|
||||||
|
|
||||||
ld a, BANK(wOBPals1)
|
ld a, BANK(wOBPals1)
|
||||||
ld [rSVBK], a
|
ld [rSVBK], a
|
||||||
|
|
||||||
|
@ -414,7 +414,7 @@ PlaceCommandCharacter:: ; 126a
|
|||||||
jp NextChar
|
jp NextChar
|
||||||
; 0x1273
|
; 0x1273
|
||||||
|
|
||||||
TMCharText:: db "TM@"
|
TMCharText:: db "TM@"
|
||||||
TrainerCharText:: db "TRAINER@"
|
TrainerCharText:: db "TRAINER@"
|
||||||
PCCharText:: db "PC@"
|
PCCharText:: db "PC@"
|
||||||
RocketCharText:: db "ROCKET@"
|
RocketCharText:: db "ROCKET@"
|
||||||
|
@ -3092,7 +3092,7 @@ Function1013dd: ; 1013dd
|
|||||||
ret
|
ret
|
||||||
; 1013e1
|
; 1013e1
|
||||||
|
|
||||||
Unreferenced_Function1013e1: ; 1013e1
|
Unreferenced_Function1013e1: ; 1013e1
|
||||||
push de
|
push de
|
||||||
inc de
|
inc de
|
||||||
ld b, a
|
ld b, a
|
||||||
@ -3129,7 +3129,7 @@ Function1013f5: ; 1013f5
|
|||||||
ret
|
ret
|
||||||
; 101400
|
; 101400
|
||||||
|
|
||||||
Unreferenced_Function101400: ; 101400
|
Unreferenced_Function101400: ; 101400
|
||||||
ld a, [de]
|
ld a, [de]
|
||||||
inc de
|
inc de
|
||||||
cp [hl]
|
cp [hl]
|
||||||
@ -3317,7 +3317,7 @@ Function101507: ; 101507
|
|||||||
ret
|
ret
|
||||||
; 10151d
|
; 10151d
|
||||||
|
|
||||||
Unreferenced_Function10151d: ; 10151d
|
Unreferenced_Function10151d: ; 10151d
|
||||||
ld a, $34
|
ld a, $34
|
||||||
call Function3e32
|
call Function3e32
|
||||||
ld a, [wMobileCommsJumptableIndex]
|
ld a, [wMobileCommsJumptableIndex]
|
||||||
@ -3512,7 +3512,7 @@ Function101663: ; 101663
|
|||||||
ret
|
ret
|
||||||
; 101674
|
; 101674
|
||||||
|
|
||||||
Unreferenced_Function101674: ; 101674
|
Unreferenced_Function101674: ; 101674
|
||||||
ld a, $05
|
ld a, $05
|
||||||
ld hl, w5_dc00
|
ld hl, w5_dc00
|
||||||
call Function101635
|
call Function101635
|
||||||
@ -4401,7 +4401,7 @@ Function101cbc: ; 101cbc
|
|||||||
ret
|
ret
|
||||||
; 101cc2
|
; 101cc2
|
||||||
|
|
||||||
Unreferenced_Function101cc2: ; 101cc2
|
Unreferenced_Function101cc2: ; 101cc2
|
||||||
ld a, $02
|
ld a, $02
|
||||||
ld [wcd2b], a
|
ld [wcd2b], a
|
||||||
ret
|
ret
|
||||||
@ -4682,7 +4682,7 @@ Function101e64: ; 101e64
|
|||||||
ret
|
ret
|
||||||
; 101e82
|
; 101e82
|
||||||
|
|
||||||
Unreferenced_Function101e82: ; 101e82
|
Unreferenced_Function101e82: ; 101e82
|
||||||
call Function101ecc
|
call Function101ecc
|
||||||
ld a, [wMobileCommsJumptableIndex]
|
ld a, [wMobileCommsJumptableIndex]
|
||||||
inc a
|
inc a
|
||||||
@ -4690,7 +4690,7 @@ Unreferenced_Function101e82: ; 101e82
|
|||||||
ret
|
ret
|
||||||
; 101e8d
|
; 101e8d
|
||||||
|
|
||||||
Unreferenced_Function101e8d: ; 101e8d
|
Unreferenced_Function101e8d: ; 101e8d
|
||||||
call Function101ed3
|
call Function101ed3
|
||||||
ld a, [wMobileCommsJumptableIndex]
|
ld a, [wMobileCommsJumptableIndex]
|
||||||
inc a
|
inc a
|
||||||
@ -6504,7 +6504,7 @@ Function102b4e: ; 102b4e
|
|||||||
ret
|
ret
|
||||||
; 102b68
|
; 102b68
|
||||||
|
|
||||||
Unreferenced_Function102b68: ; 102b68
|
Unreferenced_Function102b68: ; 102b68
|
||||||
xor a
|
xor a
|
||||||
ld hl, wWindowStackPointer
|
ld hl, wWindowStackPointer
|
||||||
ld bc, $10
|
ld bc, $10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user