You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Disassemble Kris's PC.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# Compares baserom.gbc and pokecrystal.gbc
|
# Compares baserom.gbc and pokecrystal.gbc
|
||||||
|
|
||||||
# create baserom.txt if necessary
|
# create baserom.txt if necessary
|
||||||
|
@ -3214,6 +3214,15 @@ MYSTERY_GIFT EQU 3
|
|||||||
MOBILE EQU 4
|
MOBILE EQU 4
|
||||||
MOBILE_STUDIUM EQU 5
|
MOBILE_STUDIUM EQU 5
|
||||||
|
|
||||||
|
; kris's pc menu items
|
||||||
|
WITHDRAW_ITEM EQU 0
|
||||||
|
DEPOSIT_ITEM EQU 1
|
||||||
|
TOSS_ITEM EQU 2
|
||||||
|
MAIL_BOX EQU 3
|
||||||
|
DECORATION EQU 4
|
||||||
|
TURN_OFF EQU 5
|
||||||
|
LOG_OFF EQU 6
|
||||||
|
|
||||||
; name length
|
; name length
|
||||||
PLAYER_NAME_LENGTH EQU 8
|
PLAYER_NAME_LENGTH EQU 8
|
||||||
PKMN_NAME_LENGTH EQU 11
|
PKMN_NAME_LENGTH EQU 11
|
||||||
|
@ -863,36 +863,36 @@ UnknownText_0x1c0ec6: ; 1c0ec6
|
|||||||
db $0, ".", $58
|
db $0, ".", $58
|
||||||
; 1c0ee3
|
; 1c0ee3
|
||||||
|
|
||||||
UnknownText_0x1c0ee3: ; 1c0ee3
|
_EmptyMailboxText: ; 1c0ee3
|
||||||
db $0, "There's no MAIL", $4f
|
db $0, "There's no MAIL", $4f
|
||||||
db "here.", $58
|
db "here.", $58
|
||||||
; 1c0ef9
|
; 1c0ef9
|
||||||
|
|
||||||
UnknownText_0x1c0ef9: ; 1c0ef9
|
ClearedMailPutAwayText: ; 1c0ef9
|
||||||
db $0, "The cleared MAIL", $4f
|
db $0, "The cleared MAIL", $4f
|
||||||
db "was put away.", $58
|
db "was put away.", $58
|
||||||
; 1c0f19
|
; 1c0f19
|
||||||
|
|
||||||
UnknownText_0x1c0f19: ; 1c0f19
|
MailPackFullText: ; 1c0f19
|
||||||
db $0, "The PACK is full.", $58
|
db $0, "The PACK is full.", $58
|
||||||
; 1c0f2c
|
; 1c0f2c
|
||||||
|
|
||||||
UnknownText_0x1c0f2c: ; 1c0f2c
|
MailMessageLostText: ; 1c0f2c
|
||||||
db $0, "The MAIL's message", $4f
|
db $0, "The MAIL's message", $4f
|
||||||
db "will be lost. OK?", $57
|
db "will be lost. OK?", $57
|
||||||
; 1c0f51
|
; 1c0f51
|
||||||
|
|
||||||
UnknownText_0x1c0f51: ; 1c0f51
|
MailAlreadyHoldingItemText: ; 1c0f51
|
||||||
db $0, "It's already hold-", $4f
|
db $0, "It's already hold-", $4f
|
||||||
db "ing an item.", $58
|
db "ing an item.", $58
|
||||||
; 1c0f71
|
; 1c0f71
|
||||||
|
|
||||||
UnknownText_0x1c0f71: ; 1c0f71
|
MailEggText: ; 1c0f71
|
||||||
db $0, "An EGG can't hold", $4f
|
db $0, "An EGG can't hold", $4f
|
||||||
db "any MAIL.", $58
|
db "any MAIL.", $58
|
||||||
; 1c0f8d
|
; 1c0f8d
|
||||||
|
|
||||||
UnknownText_0x1c0f8d: ; 1c0f8d
|
MailMovedFromBoxText: ; 1c0f8d
|
||||||
db $0, "The MAIL was moved", $4f
|
db $0, "The MAIL was moved", $4f
|
||||||
db "from the MAILBOX.", $58
|
db "from the MAILBOX.", $58
|
||||||
; 1c0fb3
|
; 1c0fb3
|
||||||
@ -1108,12 +1108,12 @@ UnknownText_0x1c1368: ; 1c1368
|
|||||||
db "to do?", $57
|
db "to do?", $57
|
||||||
; 1c1381
|
; 1c1381
|
||||||
|
|
||||||
UnknownText_0x1c1381: ; 1c1381
|
_KrissPCHowManyWithdrawText: ; 1c1381
|
||||||
db $0, "How many do you", $4f
|
db $0, "How many do you", $4f
|
||||||
db "want to withdraw?", $57
|
db "want to withdraw?", $57
|
||||||
; 1c13a4
|
; 1c13a4
|
||||||
|
|
||||||
UnknownText_0x1c13a4: ; 1c13a4
|
_KrissPCWithdrewItemsText: ; 1c13a4
|
||||||
db $0, "Withdrew @"
|
db $0, "Withdrew @"
|
||||||
deciram $d10c, $12
|
deciram $d10c, $12
|
||||||
db $0, $4f
|
db $0, $4f
|
||||||
@ -1122,7 +1122,7 @@ UnknownText_0x1c13a4: ; 1c13a4
|
|||||||
db $0, "(S).", $58
|
db $0, "(S).", $58
|
||||||
; 1c13bf
|
; 1c13bf
|
||||||
|
|
||||||
UnknownText_0x1c13bf: ; 1c13bf
|
_KrissPCNoRoomWithdrawText: ; 1c13bf
|
||||||
db $0, "There's no room", $4f
|
db $0, "There's no room", $4f
|
||||||
db "for more items.", $58
|
db "for more items.", $58
|
||||||
; 1c13df
|
; 1c13df
|
||||||
@ -1131,12 +1131,12 @@ UnknownText_0x1c13df: ; 1c13df
|
|||||||
db $0, "No items here!", $58
|
db $0, "No items here!", $58
|
||||||
; 1c13ef
|
; 1c13ef
|
||||||
|
|
||||||
UnknownText_0x1c13ef: ; 1c13ef
|
_KrissPCHowManyDepositText: ; 1c13ef
|
||||||
db $0, "How many do you", $4f
|
db $0, "How many do you", $4f
|
||||||
db "want to deposit?", $57
|
db "want to deposit?", $57
|
||||||
; 1c1411
|
; 1c1411
|
||||||
|
|
||||||
UnknownText_0x1c1411: ; 1c1411
|
_KrissPCDepositItemsText: ; 1c1411
|
||||||
db $0, "Deposited @"
|
db $0, "Deposited @"
|
||||||
deciram $d10c, $12
|
deciram $d10c, $12
|
||||||
db $0, $4f
|
db $0, $4f
|
||||||
@ -1145,7 +1145,7 @@ UnknownText_0x1c1411: ; 1c1411
|
|||||||
db $0, "(S).", $58
|
db $0, "(S).", $58
|
||||||
; 1c142d
|
; 1c142d
|
||||||
|
|
||||||
UnknownText_0x1c142d: ; 1c142d
|
_KrissPCNoRoomDepositText: ; 1c142d
|
||||||
db $0, "There's no room to", $4f
|
db $0, "There's no room to", $4f
|
||||||
db "store items.", $58
|
db "store items.", $58
|
||||||
; 1c144d
|
; 1c144d
|
||||||
|
Reference in New Issue
Block a user