diff options
author | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
commit | 3fdb8a0d8995746d5605136ece384516338489b0 (patch) | |
tree | 214030fb5b6ec943cdcb2ba84e622fba0ad3fb8f /data | |
parent | 9de54645c896cc57a79679aecd6174afc59762c8 (diff) |
serial/trade/misc
Diffstat (limited to 'data')
-rwxr-xr-x | data/hidden_objects.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/hidden_objects.asm b/data/hidden_objects.asm index b67f5c43..74d053bb 100755 --- a/data/hidden_objects.asm +++ b/data/hidden_objects.asm @@ -177,19 +177,19 @@ HiddenObjectPointers: ; 46a96 (11:6a96) ; format: y-coord, x-coord, text id/item id, object routine BattleCenterHiddenObjects: ; 46b40 (11:6b40) db $04,$05,$d0 - db BANK(PrintJustAMomentText2) - dw PrintJustAMomentText2 + db BANK(CableClubRightGameboy) + dw CableClubRightGameboy db $04,$04,$d0 - db BANK(PrintJustAMomentText1) - dw PrintJustAMomentText1 + db BANK(CableClubLeftGameboy) + dw CableClubLeftGameboy db $FF TradeCenterHiddenObjects: ; 46b4d (11:6b4d) db $04,$05,$d0 - db BANK(PrintJustAMomentText2) - dw PrintJustAMomentText2 + db BANK(CableClubRightGameboy) + dw CableClubRightGameboy db $04,$04,$d0 - db BANK(PrintJustAMomentText1) - dw PrintJustAMomentText1 + db BANK(CableClubLeftGameboy) + dw CableClubLeftGameboy db $FF RedsHouse2FHiddenObjects: ; 46b5a (11:6b5a) db $01,$00,$04 |