mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
16 lines
299 B
NASM
Executable file
16 lines
299 B
NASM
Executable file
SSAnneCaptainsRoom_Object:
|
|
db $c ; border block
|
|
|
|
db 1 ; warps
|
|
warp 0, 7, 8, SS_ANNE_2F
|
|
|
|
db 2 ; signs
|
|
sign 4, 1, 2 ; SSAnne7Text2
|
|
sign 1, 2, 3 ; SSAnne7Text3
|
|
|
|
db 1 ; objects
|
|
object SPRITE_CAPTAIN, 4, 2, STAY, UP, 1 ; person
|
|
|
|
; warp-to
|
|
warp_to 0, 7, SS_ANNE_CAPTAINS_ROOM_WIDTH ; SS_ANNE_2F
|