mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
add some events to wram.asm
This commit is contained in:
parent
fd98438233
commit
986a39c927
15
wram.asm
15
wram.asm
@ -586,6 +586,21 @@ OTPartyMon5Nickname: ; d416
|
||||
OTPartyMon6Nickname: ; d421
|
||||
ds 11
|
||||
|
||||
SECTION "Events",BSS[$dad4]
|
||||
|
||||
HoOhEvent: ; dad4
|
||||
ds 1
|
||||
LugiaEvent: ; dad5
|
||||
ds 1
|
||||
|
||||
; TODO
|
||||
;SuicuneEvent: ; dad8 (tin tower)
|
||||
;TeamRocketAzaleaTownAttackEvent: ; db51
|
||||
;SudowoodoEvent: ; db51
|
||||
;PoliceAtElmsLabEvent: ; db52
|
||||
;SalesmanMahoganyTownEvent: ; db5c
|
||||
;RedGyaradosEvent: ; db5c
|
||||
|
||||
SECTION "BoxNames",BSS[$db75]
|
||||
; 8 chars + $50
|
||||
Box1Name: ; 0xdb75
|
||||
|
Loading…
Reference in New Issue
Block a user