mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Misc fixes
This commit is contained in:
parent
0d48d829d4
commit
1f172badc4
@ -1,4 +1,4 @@
|
||||
; EngineFlags indexes (see engine/engine_flags.asm)
|
||||
; EngineFlags indexes (see data/engine_flags.asm)
|
||||
const_def
|
||||
; wPokegearFlags
|
||||
const ENGINE_RADIO_CARD
|
||||
@ -64,7 +64,7 @@
|
||||
const ENGINE_UNLOCKED_UNOWNS_UNUSED_7
|
||||
; wVisitedSpawns
|
||||
const ENGINE_FLYPOINT_PLAYERS_HOUSE
|
||||
const ENGINE_FLYPOINT_VIRIDIAN_POKECENTER
|
||||
const ENGINE_FLYPOINT_DEBUG
|
||||
const ENGINE_FLYPOINT_PALLET
|
||||
const ENGINE_FLYPOINT_VIRIDIAN
|
||||
const ENGINE_FLYPOINT_PEWTER
|
||||
|
@ -2,7 +2,7 @@ MANIA_OT_ID EQU 00518
|
||||
|
||||
GiveShuckle:
|
||||
; Adding to the party.
|
||||
xor a
|
||||
xor a ; PARTYMON
|
||||
ld [wMonType], a
|
||||
|
||||
; Level 15 Shuckle.
|
||||
|
@ -430,7 +430,7 @@ RestoreDefaultMovement:
|
||||
ret
|
||||
|
||||
.ok
|
||||
ld a, SPRITEMOVEFN_STANDING
|
||||
ld a, SPRITEMOVEDATA_STANDING_DOWN
|
||||
ret
|
||||
|
||||
ClearObjectMovementByteIndex:
|
||||
@ -2466,7 +2466,7 @@ RefreshPlayerSprite:
|
||||
jr ContinueSpawnFacing
|
||||
|
||||
SpawnInFacingDown:
|
||||
ld a, 0
|
||||
ld a, DOWN
|
||||
ContinueSpawnFacing:
|
||||
ld bc, wPlayerStruct
|
||||
call SetSpriteDirection
|
||||
|
Loading…
Reference in New Issue
Block a user