Group unused data

This commit is contained in:
Remy Oukaour
2018-01-15 00:44:40 -05:00
parent 07b8fe2983
commit fe3ef73a8c
9 changed files with 6 additions and 6 deletions

15
data/unused/dakutens.asm Normal file
View File

@@ -0,0 +1,15 @@
Dakutens: ; unused
db "かが", "きぎ", "くぐ", "けげ", "こご"
db "さざ", "しじ", "すず", "せぜ", "そぞ"
db "ただ", "ちぢ", "つづ", "てで", "とど"
db "はば", "ひび", "ふぶ", "へべ", "ほぼ"
db "カガ", "キギ", "クグ", "ケゲ", "コゴ"
db "サザ", "シジ", "スズ", "セゼ", "ソゾ"
db "タダ", "チヂ", "ツヅ", "テデ", "トド"
db "ハバ", "ヒビ", "フブ", "へべ", "ホボ"
db -1 ; end
Handakutens: ; unused
db "はぱ", "ひぴ", "ふぷ", "へぺ", "ほぽ"
db "ハパ", "ヒピ", "フプ", "へぺ", "ホポ"
db -1 ; end

View File

@@ -0,0 +1,91 @@
Unreferenced_GetGen1TrainerClassName: ; 50a28
ld hl, .Strings
ld a, [TrainerClass]
dec a
ld c, a
ld b, 0
add hl, bc
add hl, bc
ld a, [hli]
ld h, [hl]
ld l, a
ld de, StringBuffer1
.copy
ld a, [hli]
ld [de], a
inc de
cp "@"
jr nz, .copy
ret
.Strings: ; 50a42
; Untranslated trainer class names from Red.
dw .Youngster
dw .BugCatcher
dw .Lass
dw OTClassName
dw .JrTrainerM
dw .JrTrainerF
dw .Pokemaniac
dw .SuperNerd
dw OTClassName
dw OTClassName
dw .Burglar
dw .Engineer
dw .Jack
dw OTClassName
dw .Swimmer
dw OTClassName
dw OTClassName
dw .Beauty
dw OTClassName
dw .Rocker
dw .Juggler
dw OTClassName
dw OTClassName
dw .Blackbelt
dw OTClassName
dw .ProfOak
dw .Chief
dw .Scientist
dw OTClassName
dw .Rocket
dw .CooltrainerM
dw .CooltrainerF
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
dw OTClassName
.Youngster: db "たんパン@"
.BugCatcher: db "むしとり@"
.Lass: db "ミニスカ@"
.JrTrainerM: db "ボーイ@"
.JrTrainerF: db "ガール@"
.Pokemaniac: db "マニア@"
.SuperNerd: db "りかけい@"
.Burglar: db "どろぼう@"
.Engineer: db "ォヤジ@"
.Jack: db "ジャック@"
.Swimmer: db "かいパン@"
.Beauty: db "おねえさん@"
.Rocker: db "グループ@"
.Juggler: db "ジャグラー@"
.Blackbelt: db "からて@"
.ProfOak: db "ォーキド@"
.Chief: db "チーフ@"
.Scientist: db "けんきゅういん@"
.Rocket: db "だんいん@"
.CooltrainerM: db "エりート♂@"
.CooltrainerF: db "エりート♀@"

View File

@@ -0,0 +1,68 @@
; Sweet Honey is a feature that was scrapped before development.
; It was later implemented in Pokémon Diamond and Pearl.
;
; Sweet Honey was probably reworked into Sweet Scent.
; A map in the final game has a Butterfree and a woman who gives
; the Sweet Scent TM.
; Most of these texts seem to be associated with a single NPC.
; The last text is associated with a second NPC, probably a Butterfree.
UnusedSweetHoneyText: ; 0x5578a
text "My #MON is an"
line "expert at collect-"
cont "ing SWEET HONEY."
para "I'll share some"
line "with you."
done
UnusedSweetHoneyBagFullText: ; 0x557d6
text "I want to give you"
line "some SWEET HONEY,"
para "but you have no"
line "room for it."
done
UnusedSweetHoneyGiveText: ; 0x55819
text "Here you go! Have"
line "some SWEET HONEY!"
done
UnusedGotSweetHoneyText: ; 0x5583e
text "<PLAYER> received"
line "SWEET HONEY."
done
UnusedSweetHoneyAfterText1: ; 0x55856
text "My little brother"
line "takes SWEET HONEY"
para "and goes somewhere"
line "with it."
para "I wonder what he's"
line "up to?"
done
UnusedSweetHoneyAfterText2: ; 0x558b1
text "Did you put SWEET"
line "HONEY on a tree?"
para "What happened to"
line "it?"
done
UnusedSweetHoneyAfterText3: ; 0x558ea
text "Did you put SWEET"
line "HONEY on a tree?"
para "It takes about a"
line "day for #MON to"
cont "be drawn to it."
done
UnusedSweetHoneyButterfreeText: ; 0x5593f
text "BUTTERFREE: Freeh!"
done

13
data/unused/unknown_53d84.asm Executable file
View File

@@ -0,0 +1,13 @@
Unreferenced_53d84:
db $1a, $15
db $33, $16
db $4b, $17
db $62, $18
db $79, $19
db $90, $1a
db $a8, $1b
db $c4, $1c
db $e0, $1d
db $f6, $1e
db $ff, $1f
db $ff, $20