You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Further WRAM organization
This commit is contained in:
@@ -632,7 +632,7 @@ FlyFunction: ; ca3b
|
||||
cp NUM_SPAWNS
|
||||
jr nc, .illegal
|
||||
|
||||
ld [wd001], a
|
||||
ld [DefaultSpawnpoint], a
|
||||
call CloseWindow
|
||||
ld a, $1
|
||||
ret
|
||||
@@ -962,7 +962,7 @@ TeleportFunction: ; cc61
|
||||
callba IsSpawnPoint
|
||||
jr nc, .nope
|
||||
ld a, c
|
||||
ld [wd001], a
|
||||
ld [DefaultSpawnpoint], a
|
||||
ld a, $1
|
||||
ret
|
||||
|
||||
|
||||
@@ -77,6 +77,6 @@ GetWhiteoutSpawn: ; 12527
|
||||
xor a ; SPAWN_HOME
|
||||
|
||||
.yes
|
||||
ld [wd001], a
|
||||
ld [DefaultSpawnpoint], a
|
||||
ret
|
||||
; 1253d
|
||||
|
||||
Reference in New Issue
Block a user