mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
parent
d7808d110f
commit
6b5be9129c
101 changed files with 958 additions and 958 deletions
|
|
@ -174,14 +174,14 @@ HiddenObjectPointers:
|
|||
dw CeruleanCityHiddenObjects
|
||||
dw Route4HiddenObjects
|
||||
|
||||
hidden_object: MACRO
|
||||
MACRO hidden_object
|
||||
db \2 ; y coord
|
||||
db \1 ; x coord
|
||||
db \3 ; item id
|
||||
dba \4 ; object routine
|
||||
ENDM
|
||||
|
||||
hidden_text_predef: MACRO
|
||||
MACRO hidden_text_predef
|
||||
db \2 ; y coord
|
||||
db \1 ; x coord
|
||||
db_tx_pre \3 ; text id
|
||||
|
|
@ -191,7 +191,7 @@ ENDM
|
|||
; Some hidden objects use SPRITE_FACING_* values,
|
||||
; but these do not actually prevent the player
|
||||
; from interacting with them in any direction.
|
||||
ANY_FACING EQU $d0
|
||||
DEF ANY_FACING EQU $d0
|
||||
|
||||
TradeCenterHiddenObjects:
|
||||
hidden_object 5, 4, ANY_FACING, CableClubRightGameboy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue