mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
EventFlags label (bittable1)
This commit is contained in:
parent
849e5a7d0f
commit
bc7b63b44a
2
main.asm
2
main.asm
@ -7267,7 +7267,7 @@ Function2e5d: ; 2e5d
|
||||
|
||||
|
||||
BitTable1Func: ; 0x2e6f
|
||||
ld hl, $da72
|
||||
ld hl, EventFlags
|
||||
call BitTableFunc
|
||||
ret
|
||||
|
||||
|
15
wram.asm
15
wram.asm
@ -1753,23 +1753,20 @@ UndergroundSwitchPositions: ; d963
|
||||
FarfetchdPosition: ; d964
|
||||
ds 1 ; which position the ilex farfetch'd is in
|
||||
|
||||
SECTION "Events",WRAMX[$dad4],BANK[1]
|
||||
SECTION "Events",WRAMX[$da72],BANK[1]
|
||||
|
||||
EventFlags: ; da72
|
||||
;RoomDecorations: ; dac6
|
||||
; db 7
|
||||
|
||||
HoOhEvent: ; dad4
|
||||
ds 1
|
||||
LugiaEvent: ; dad5
|
||||
ds 1
|
||||
|
||||
; TODO
|
||||
;HoOhEvent: ; dad4
|
||||
;LugiaEvent: ; dad5
|
||||
;SuicuneEvent: ; dad8 (tin tower)
|
||||
;TeamRocketAzaleaTownAttackEvent: ; db51
|
||||
;SudowoodoEvent: ; db51
|
||||
;PoliceAtElmsLabEvent: ; db52
|
||||
;SalesmanMahoganyTownEvent: ; db5c
|
||||
;RedGyaradosEvent: ; db5c
|
||||
ds 250
|
||||
; db6c
|
||||
|
||||
SECTION "BoxNames",WRAMX[$db75],BANK[1]
|
||||
; 8 chars + $50
|
||||
|
Loading…
x
Reference in New Issue
Block a user