mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Stop using the preprocessor.
This commit is contained in:
parent
d8cf44a87e
commit
8583cc4724
10
Makefile
10
Makefile
@ -8,7 +8,6 @@ PYTHON := python
|
||||
poketools := extras/pokemontools
|
||||
gfx := $(PYTHON) $(poketools)/gfx.py
|
||||
includes := $(PYTHON) $(poketools)/scan_includes.py
|
||||
pre := $(PYTHON) prequeue.py
|
||||
|
||||
|
||||
crystal_obj := \
|
||||
@ -48,14 +47,11 @@ baserom.gbc: ;
|
||||
|
||||
|
||||
%.asm: ;
|
||||
%.tx: %.asm ; $(eval txq += $<) @rm -f $@
|
||||
|
||||
$(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_dep))
|
||||
@$(pre) $(txq); $(eval txq :=)
|
||||
$(all_obj): $$*.asm $$($$*_dep)
|
||||
@$(gfx) 2bpp $(2bppq); $(eval 2bppq :=)
|
||||
@$(gfx) 1bpp $(1bppq); $(eval 1bppq :=)
|
||||
@$(gfx) lz $(lzq); $(eval lzq :=)
|
||||
rgbasm -o $@ $*.tx
|
||||
@$(gfx) lz $(lzq); $(eval lzq :=)
|
||||
rgbasm -o $@ $<
|
||||
|
||||
pokecrystal.gbc: $(crystal_obj)
|
||||
rgblink -n $*.sym -m $*.map -o $@ $^
|
||||
|
@ -3,36 +3,36 @@ UnknownScript_0xa0b14:
|
||||
iftrue UnknownScript_0xa0b73
|
||||
checkcode $a
|
||||
if_greater_than $11, UnknownScript_0xa0b4b
|
||||
2call UnknownScript_0xa0b32
|
||||
2jump UnknownScript_0xa0c0e
|
||||
scall UnknownScript_0xa0b32
|
||||
jump UnknownScript_0xa0c0e
|
||||
|
||||
UnknownScript_0xa0b26:
|
||||
checkflag ENGINE_BIKE_SHOP_CALL_ENABLED
|
||||
iftrue UnknownScript_0xa0b73
|
||||
2call UnknownScript_0xa0b4f
|
||||
2jump UnknownScript_0xa0b77
|
||||
scall UnknownScript_0xa0b4f
|
||||
jump UnknownScript_0xa0b77
|
||||
|
||||
UnknownScript_0xa0b32:
|
||||
checktime $1
|
||||
iftrue UnknownScript_0xa0b41
|
||||
checktime $2
|
||||
iftrue UnknownScript_0xa0b46
|
||||
2writetext UnknownText_0xa0d42
|
||||
writetext UnknownText_0xa0d42
|
||||
keeptextopen
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b41:
|
||||
2writetext UnknownText_0xa0c28
|
||||
writetext UnknownText_0xa0c28
|
||||
keeptextopen
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b46:
|
||||
2writetext UnknownText_0xa0c72
|
||||
writetext UnknownText_0xa0c72
|
||||
keeptextopen
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b4b:
|
||||
2writetext UnknownText_0xa0caf
|
||||
writetext UnknownText_0xa0caf
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b4f:
|
||||
@ -42,34 +42,34 @@ UnknownScript_0xa0b4f:
|
||||
iftrue UnknownScript_0xa0b64
|
||||
checktime $2
|
||||
iftrue UnknownScript_0xa0b69
|
||||
2writetext UnknownText_0xa0e29
|
||||
writetext UnknownText_0xa0e29
|
||||
keeptextopen
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b64:
|
||||
2writetext UnknownText_0xa0d96
|
||||
writetext UnknownText_0xa0d96
|
||||
keeptextopen
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b69:
|
||||
2writetext UnknownText_0xa0dcf
|
||||
writetext UnknownText_0xa0dcf
|
||||
keeptextopen
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b6e:
|
||||
2writetext UnknownText_0xa0e01
|
||||
writetext UnknownText_0xa0e01
|
||||
keeptextopen
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b73:
|
||||
2writetext UnknownText_0xa0e5e
|
||||
writetext UnknownText_0xa0e5e
|
||||
end
|
||||
|
||||
UnknownScript_0xa0b77:
|
||||
checkevent $0044
|
||||
iftrue UnknownScript_0xa0b82
|
||||
random $b
|
||||
2jump UnknownScript_0xa0b84
|
||||
jump UnknownScript_0xa0b84
|
||||
|
||||
UnknownScript_0xa0b82:
|
||||
random $e
|
||||
@ -91,59 +91,59 @@ UnknownScript_0xa0b84:
|
||||
if_equal $d, UnknownScript_0xa0c0a
|
||||
|
||||
UnknownScript_0xa0bbc:
|
||||
2writetext UnknownText_0xa0efb
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa0efb
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bc2:
|
||||
2writetext UnknownText_0xa0fcf
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa0fcf
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bc8:
|
||||
2writetext UnknownText_0xa109d
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa109d
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bce:
|
||||
2writetext UnknownText_0xa1143
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa1143
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bd4:
|
||||
2writetext UnknownText_0xa1244
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa1244
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bda:
|
||||
2writetext UnknownText_0xa1318
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa1318
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0be0:
|
||||
2writetext UnknownText_0xa13d8
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa13d8
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0be6:
|
||||
2writetext UnknownText_0xa1488
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa1488
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bec:
|
||||
2writetext UnknownText_0xa15de
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa15de
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bf2:
|
||||
2writetext UnknownText_0xa1717
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa1717
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bf8:
|
||||
2writetext UnknownText_0xa183d
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa183d
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0bfe:
|
||||
2writetext UnknownText_0xa19b1
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa19b1
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0c04:
|
||||
2writetext UnknownText_0xa1ac0
|
||||
2jump UnknownScript_0xa0c0d
|
||||
writetext UnknownText_0xa1ac0
|
||||
jump UnknownScript_0xa0c0d
|
||||
|
||||
UnknownScript_0xa0c0a:
|
||||
2writetext UnknownText_0xa1bed
|
||||
writetext UnknownText_0xa1bed
|
||||
|
||||
UnknownScript_0xa0c0d:
|
||||
end
|
||||
@ -155,14 +155,14 @@ UnknownScript_0xa0c0e:
|
||||
if_equal $2, UnknownScript_0xa0c24
|
||||
|
||||
UnknownScript_0xa0c1c:
|
||||
2writetext UnknownText_0xa1c88
|
||||
writetext UnknownText_0xa1c88
|
||||
end
|
||||
|
||||
UnknownScript_0xa0c20:
|
||||
2writetext UnknownText_0xa1d5f
|
||||
writetext UnknownText_0xa1d5f
|
||||
end
|
||||
|
||||
UnknownScript_0xa0c24:
|
||||
2writetext UnknownText_0xa1e2f
|
||||
writetext UnknownText_0xa1e2f
|
||||
end
|
||||
; a0c28
|
||||
|
@ -929,13 +929,13 @@ CheckMenuOW: ; 96b30
|
||||
|
||||
|
||||
StartMenuScript: ; 96b58
|
||||
3callasm StartMenu
|
||||
2jump StartMenuCallback
|
||||
callasm StartMenu
|
||||
jump StartMenuCallback
|
||||
; 96b5f
|
||||
|
||||
SelectMenuScript: ; 96b5f
|
||||
3callasm SelectMenu
|
||||
2jump SelectMenuCallback
|
||||
callasm SelectMenu
|
||||
jump SelectMenuCallback
|
||||
; 96b66
|
||||
|
||||
StartMenuCallback:
|
||||
@ -947,11 +947,11 @@ SelectMenuCallback: ; 96b66
|
||||
; 96b72
|
||||
|
||||
.Script ; 96b72
|
||||
2ptjump $d0e8
|
||||
ptjump $d0e8
|
||||
; 96b75
|
||||
|
||||
.Asm ; 96b75
|
||||
2ptcallasm $d0e8
|
||||
ptcallasm $d0e8
|
||||
end
|
||||
; 96b79
|
||||
|
||||
@ -1081,7 +1081,7 @@ UnknownScript_0x96c2e: ; 96c2e
|
||||
; 96c2f
|
||||
|
||||
UnknownScript_0x96c2f: ; 96c2f
|
||||
3callasm Function16f5e
|
||||
callasm Function16f5e
|
||||
end
|
||||
; 96c34
|
||||
|
||||
@ -1096,7 +1096,7 @@ FallIntoMapScript: ; 96c38
|
||||
playsound SFX_KINESIS
|
||||
applymovement $0, MovementData_0x96c48
|
||||
playsound SFX_STRENGTH
|
||||
2call UnknownScript_0x96c4a
|
||||
scall UnknownScript_0x96c4a
|
||||
end
|
||||
; 96c48
|
||||
|
||||
@ -1116,7 +1116,7 @@ UnknownScript_0x96c4d: ; 96c4d
|
||||
|
||||
UnknownScript_0x96c4f: ; 96c4f
|
||||
deactivatefacing $3
|
||||
3callasm Function96706
|
||||
callasm Function96706
|
||||
end
|
||||
; 96c56
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
FruitTreeScript:: ; 44000
|
||||
3callasm GetCurTreeFruit
|
||||
callasm GetCurTreeFruit
|
||||
loadfont
|
||||
copybytetovar CurFruit
|
||||
itemtotext $0, $0
|
||||
2writetext FruitBearingTreeText
|
||||
writetext FruitBearingTreeText
|
||||
keeptextopen
|
||||
3callasm TryResetFruitTrees
|
||||
3callasm CheckFruitTree
|
||||
callasm TryResetFruitTrees
|
||||
callasm CheckFruitTree
|
||||
iffalse .fruit
|
||||
2writetext NothingHereText
|
||||
writetext NothingHereText
|
||||
closetext
|
||||
2jump .end
|
||||
jump .end
|
||||
|
||||
.fruit
|
||||
2writetext HeyItsFruitText
|
||||
writetext HeyItsFruitText
|
||||
copybytetovar CurFruit
|
||||
giveitem $ff, 1
|
||||
iffalse .packisfull
|
||||
keeptextopen
|
||||
2writetext ObtainedFruitText
|
||||
3callasm PickedFruitTree
|
||||
writetext ObtainedFruitText
|
||||
callasm PickedFruitTree
|
||||
specialsound
|
||||
itemnotify
|
||||
2jump .end
|
||||
jump .end
|
||||
|
||||
.packisfull
|
||||
keeptextopen
|
||||
2writetext FruitPackIsFullText
|
||||
writetext FruitPackIsFullText
|
||||
closetext
|
||||
|
||||
.end
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -572,8 +572,8 @@ Function96f76: ; 96f76
|
||||
; 96f77
|
||||
|
||||
GiveItemScript: ; 96f77
|
||||
3callasm Function96f76
|
||||
2writetext ReceivedItemText
|
||||
callasm Function96f76
|
||||
writetext ReceivedItemText
|
||||
iffalse .Full
|
||||
waitbutton
|
||||
specialsound
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2368,23 +2368,23 @@ Function110f07: ; 110f07
|
||||
; 110fad
|
||||
|
||||
URIPrefix: ; 0x110fad
|
||||
ascii "http://"
|
||||
db "http://"
|
||||
URIPrefixEnd
|
||||
|
||||
HTTPDownloadURL: ; 0x110fb4
|
||||
ascii "gameboy.datacenter.ne.jp/cgb/download"
|
||||
db "gameboy.datacenter.ne.jp/cgb/download"
|
||||
HTTPDownloadURLEnd
|
||||
|
||||
HTTPUploadURL: ; 0x110fd9
|
||||
ascii "gameboy.datacenter.ne.jp/cgb/upload"
|
||||
db "gameboy.datacenter.ne.jp/cgb/upload"
|
||||
HTTPUploadURLEnd
|
||||
|
||||
HTTPUtilityURL: ; 0x110ffc
|
||||
ascii "gameboy.datacenter.ne.jp/cgb/utility"
|
||||
db "gameboy.datacenter.ne.jp/cgb/utility"
|
||||
HTTPUtilityURLEnd
|
||||
|
||||
HTTPRankingURL: ; 0x111020
|
||||
ascii "gameboy.datacenter.ne.jp/cgb/ranking"
|
||||
db "gameboy.datacenter.ne.jp/cgb/ranking"
|
||||
HTTPRankingURLEnd
|
||||
|
||||
Function111044: ; 111044
|
||||
@ -4920,41 +4920,41 @@ Unknown_112089: ; 112089
|
||||
INCBIN "baserom.gbc", $112089, $11209e - $112089
|
||||
|
||||
Unknown_11209e:
|
||||
ascii "HELO ", $0
|
||||
db "HELO ", 0
|
||||
Unknown_1120a4:
|
||||
ascii "MAIL FROM:<", $0
|
||||
db "MAIL FROM:<", 0
|
||||
Unknown_1120b0:
|
||||
ascii "RCPT TO:<", $0
|
||||
db "RCPT TO:<", 0
|
||||
Unknown_1120ba:
|
||||
ascii "DATA", $d, "\n", $0
|
||||
db "DATA", $d, "\n", 0
|
||||
Unknown_1120c1:
|
||||
ascii "QUIT", $d, "\n", $0
|
||||
db "QUIT", $d, "\n", 0
|
||||
Unknown_1120c8:
|
||||
ascii "USER ", $0
|
||||
db "USER ", 0
|
||||
Unknown_1120ce:
|
||||
ascii "PASS ", $0
|
||||
db "PASS ", 0
|
||||
Unknown_1120d4:
|
||||
ascii "STAT", $d, "\n", $0
|
||||
db "STAT", $d, "\n", 0
|
||||
Unknown_1120db:
|
||||
ascii "LIST 00000", $d, "\n", $0
|
||||
db "LIST 00000", $d, "\n", 0
|
||||
Unknown_1120e8:
|
||||
ascii "RETR 00000", $d, "\n", $0
|
||||
db "RETR 00000", $d, "\n", 0
|
||||
Unknown_1120f5:
|
||||
ascii "DELE 00000", $d, "\n", $0
|
||||
db "DELE 00000", $d, "\n", 0
|
||||
Unknown_112102:
|
||||
ascii "TOP 00000 0", $d, "\n", $0
|
||||
db "TOP 00000 0", $d, "\n", 0
|
||||
Unknown_112110:
|
||||
ascii "GET ", $0
|
||||
db "GET ", 0
|
||||
Unknown_112115:
|
||||
ascii " HTTP/1.0", $d, "\n", $0
|
||||
db " HTTP/1.0", $d, "\n", 0
|
||||
Unknown_112121:
|
||||
ascii "User-Agent: CGB-", $0
|
||||
db "User-Agent: CGB-", 0
|
||||
Unknown_112132:
|
||||
ascii $d, "\n", $d, "\n", $0
|
||||
db $d, "\n", $d, "\n", 0
|
||||
Unknown_112137:
|
||||
ascii "POST ", $0
|
||||
db "POST ", 0
|
||||
Unknown_11213d:
|
||||
ascii "Content-Length: ", $0
|
||||
db "Content-Length: ", 0
|
||||
; 11214e
|
||||
|
||||
Function11214e: ; 11214e (44:614e)
|
||||
@ -7308,7 +7308,7 @@ Function112fd5: ; 112fd5
|
||||
; 113001
|
||||
|
||||
Unknown_113001: ; 113001
|
||||
ascii "date: ", $0
|
||||
db "date: ", 0
|
||||
; 113008
|
||||
|
||||
Function113008: ; 113008
|
||||
@ -7802,17 +7802,17 @@ Function11329d: ; 11329d
|
||||
; 1132a6
|
||||
|
||||
Unknown_1132a6:
|
||||
ascii "Gb-Status: ", $0
|
||||
db "Gb-Status: ", 0
|
||||
Unknown_1132b2:
|
||||
ascii "Gb-Auth-ID: ", $0
|
||||
db "Gb-Auth-ID: ", 0
|
||||
Unknown_1132bf:
|
||||
ascii "WWW-Authenticate: GB00 name=", $22, $0
|
||||
db "WWW-Authenticate: GB00 name=", $22, 0
|
||||
Unknown_1132dd:
|
||||
ascii "Content-Type: application/x-cgb", $d, "\n", $0
|
||||
db "Content-Type: application/x-cgb", $d, "\n", 0
|
||||
Unknown_1132ff:
|
||||
ascii "URI-header: ", $0
|
||||
db "URI-header: ", 0
|
||||
Unknown_11330c:
|
||||
ascii "Location: ", $0
|
||||
db "Location: ", 0
|
||||
; 113317
|
||||
|
||||
Function113317: ; 113317
|
||||
@ -7865,7 +7865,7 @@ Function113317: ; 113317
|
||||
; 113372
|
||||
|
||||
Unknown_113372: ; 113372
|
||||
ascii "Content-Length: 0", $d, "\n", $0
|
||||
db "Content-Length: 0", $d, "\n", 0
|
||||
; 113386
|
||||
|
||||
Function113386: ; 113386
|
||||
@ -9017,7 +9017,7 @@ Function113a40: ; 113a40
|
||||
; 113a55
|
||||
|
||||
Unknown_113a55: ; 113a55
|
||||
ascii "Authorization: GB00 name=", $22, $0
|
||||
db "Authorization: GB00 name=", $22, 0
|
||||
; 113a70
|
||||
|
||||
INCBIN "baserom.gbc", $113a70, $113b70 - $113a70
|
||||
|
21
macros.asm
21
macros.asm
@ -1,3 +1,12 @@
|
||||
INCLUDE "macros/event.asm"
|
||||
INCLUDE "macros/sound.asm"
|
||||
INCLUDE "macros/text.asm"
|
||||
INCLUDE "macros/charmap.asm"
|
||||
INCLUDE "macros/move_effect.asm"
|
||||
INCLUDE "macros/move_anim.asm"
|
||||
INCLUDE "macros/movement.asm"
|
||||
INCLUDE "macros/map.asm"
|
||||
|
||||
|
||||
text EQUS "db $00," ; Start writing text.
|
||||
next EQUS "db $4e," ; Move a line down.
|
||||
@ -108,6 +117,18 @@ note: MACRO
|
||||
db (\1) << 4 + ((\2) - 1)
|
||||
ENDM
|
||||
|
||||
sound: macro
|
||||
db \1 ; duration
|
||||
db \2 ; intensity
|
||||
dw \3 ; frequency
|
||||
endm
|
||||
|
||||
noise: macro
|
||||
db \1 ; duration
|
||||
db \2 ; intensity
|
||||
db \3 ; frequency
|
||||
endm
|
||||
|
||||
; pitch
|
||||
__ EQU 0
|
||||
C_ EQU 1
|
||||
|
275
macros/charmap.asm
Normal file
275
macros/charmap.asm
Normal file
@ -0,0 +1,275 @@
|
||||
charmap "@", $50
|
||||
|
||||
charmap "#", $54
|
||||
charmap "№", $74
|
||||
charmap "…", $75
|
||||
charmap "┌", $79
|
||||
charmap "─", $7a
|
||||
charmap "┐", $7b
|
||||
charmap "│", $7c
|
||||
charmap "└", $7d
|
||||
charmap "┘", $7e
|
||||
charmap " ", $7f
|
||||
|
||||
charmap "A", $80
|
||||
charmap "B", $81
|
||||
charmap "C", $82
|
||||
charmap "D", $83
|
||||
charmap "E", $84
|
||||
charmap "F", $85
|
||||
charmap "G", $86
|
||||
charmap "H", $87
|
||||
charmap "I", $88
|
||||
charmap "J", $89
|
||||
charmap "K", $8a
|
||||
charmap "L", $8b
|
||||
charmap "M", $8c
|
||||
charmap "N", $8d
|
||||
charmap "O", $8e
|
||||
charmap "P", $8f
|
||||
charmap "Q", $90
|
||||
charmap "R", $91
|
||||
charmap "S", $92
|
||||
charmap "T", $93
|
||||
charmap "U", $94
|
||||
charmap "V", $95
|
||||
charmap "W", $96
|
||||
charmap "X", $97
|
||||
charmap "Y", $98
|
||||
charmap "Z", $99
|
||||
|
||||
charmap "(", $9a
|
||||
charmap ")", $9b
|
||||
charmap ":", $9c
|
||||
charmap ";", $9d
|
||||
charmap "[", $9e
|
||||
charmap "]", $9f
|
||||
|
||||
charmap "a", $a0
|
||||
charmap "b", $a1
|
||||
charmap "c", $a2
|
||||
charmap "d", $a3
|
||||
charmap "e", $a4
|
||||
charmap "f", $a5
|
||||
charmap "g", $a6
|
||||
charmap "h", $a7
|
||||
charmap "i", $a8
|
||||
charmap "j", $a9
|
||||
charmap "k", $aa
|
||||
charmap "l", $ab
|
||||
charmap "m", $ac
|
||||
charmap "n", $ad
|
||||
charmap "o", $ae
|
||||
charmap "p", $af
|
||||
charmap "q", $b0
|
||||
charmap "r", $b1
|
||||
charmap "s", $b2
|
||||
charmap "t", $b3
|
||||
charmap "u", $b4
|
||||
charmap "v", $b5
|
||||
charmap "w", $b6
|
||||
charmap "x", $b7
|
||||
charmap "y", $b8
|
||||
charmap "z", $b9
|
||||
|
||||
charmap "Ä", $c0
|
||||
charmap "Ö", $c1
|
||||
charmap "Ü", $c2
|
||||
charmap "ä", $c3
|
||||
charmap "ö", $c4
|
||||
charmap "ü", $c5
|
||||
|
||||
charmap "'d", $d0
|
||||
charmap "'l", $d1
|
||||
charmap "'m", $d2
|
||||
charmap "'r", $d3
|
||||
charmap "'s", $d4
|
||||
charmap "'t", $d5
|
||||
charmap "'v", $d6
|
||||
|
||||
charmap "'", $e0
|
||||
charmap "-", $e3
|
||||
|
||||
charmap "?", $e6
|
||||
charmap "!", $e7
|
||||
charmap ".", $e8
|
||||
charmap "&", $e9
|
||||
|
||||
charmap "é", $ea
|
||||
charmap "→", $eb
|
||||
charmap "▷", $ec
|
||||
charmap "▶", $ed
|
||||
charmap "▼", $ee
|
||||
charmap "♂", $ef
|
||||
charmap "¥", $f0
|
||||
charmap "×", $f1
|
||||
charmap "/", $f3
|
||||
charmap ",", $f4
|
||||
charmap "♀", $f5
|
||||
|
||||
charmap "0", $f6
|
||||
charmap "1", $f7
|
||||
charmap "2", $f8
|
||||
charmap "3", $f9
|
||||
charmap "4", $fa
|
||||
charmap "5", $fb
|
||||
charmap "6", $fc
|
||||
charmap "7", $fd
|
||||
charmap "8", $fe
|
||||
charmap "9", $ff
|
||||
|
||||
charmap "ガ", $5
|
||||
charmap "ギ", $6
|
||||
charmap "グ", $7
|
||||
charmap "ゲ", $8
|
||||
charmap "ゴ", $9
|
||||
charmap "ザ", $a
|
||||
charmap "ジ", $b
|
||||
charmap "ズ", $c
|
||||
charmap "ゼ", $d
|
||||
charmap "ゾ", $e
|
||||
charmap "ダ", $f
|
||||
charmap "ヂ", $10
|
||||
charmap "ヅ", $11
|
||||
charmap "デ", $12
|
||||
charmap "ド", $13
|
||||
|
||||
charmap "バ", $19
|
||||
charmap "ビ", $1a
|
||||
charmap "ブ", $1b
|
||||
charmap "ボ", $1c
|
||||
|
||||
charmap "が", $26
|
||||
charmap "ぎ", $27
|
||||
charmap "ぐ", $28
|
||||
charmap "げ", $29
|
||||
charmap "ご", $2a
|
||||
charmap "ざ", $2b
|
||||
charmap "じ", $2c
|
||||
charmap "ず", $2d
|
||||
charmap "ぜ", $2e
|
||||
charmap "ぞ", $2f
|
||||
charmap "だ", $30
|
||||
charmap "ぢ", $31
|
||||
charmap "づ", $32
|
||||
charmap "で", $33
|
||||
charmap "ど", $34
|
||||
|
||||
charmap "ば", $3a
|
||||
charmap "び", $3b
|
||||
charmap "ぶ", $3c
|
||||
charmap "べ", $3d
|
||||
charmap "ぼ", $3e
|
||||
|
||||
charmap "パ", $40
|
||||
charmap "ピ", $41
|
||||
charmap "プ", $42
|
||||
charmap "ポ", $43
|
||||
charmap "ぱ", $44
|
||||
charmap "ぴ", $45
|
||||
charmap "ぷ", $46
|
||||
charmap "ぺ", $47
|
||||
charmap "ぽ", $48
|
||||
|
||||
charmap "ア", $80
|
||||
charmap "イ", $81
|
||||
charmap "ウ", $82
|
||||
charmap "エ", $83
|
||||
charmap "ォ", $84
|
||||
charmap "カ", $85
|
||||
charmap "キ", $86
|
||||
charmap "ク", $87
|
||||
charmap "ケ", $88
|
||||
charmap "コ", $89
|
||||
charmap "サ", $8a
|
||||
charmap "シ", $8b
|
||||
charmap "ス", $8c
|
||||
charmap "セ", $8d
|
||||
charmap "ソ", $8e
|
||||
charmap "タ", $8f
|
||||
charmap "チ", $90
|
||||
charmap "ツ", $91
|
||||
charmap "テ", $92
|
||||
charmap "ト", $93
|
||||
charmap "ナ", $94
|
||||
charmap "ニ", $95
|
||||
charmap "ヌ", $96
|
||||
charmap "ネ", $97
|
||||
charmap "ノ", $98
|
||||
charmap "ハ", $99
|
||||
charmap "ヒ", $9a
|
||||
charmap "フ", $9b
|
||||
charmap "ホ", $9c
|
||||
charmap "マ", $9d
|
||||
charmap "ミ", $9e
|
||||
charmap "ム", $9f
|
||||
charmap "メ", $a0
|
||||
charmap "モ", $a1
|
||||
charmap "ヤ", $a2
|
||||
charmap "ユ", $a3
|
||||
charmap "ヨ", $a4
|
||||
charmap "ラ", $a5
|
||||
charmap "ル", $a6
|
||||
charmap "レ", $a7
|
||||
charmap "ロ", $a8
|
||||
charmap "ワ", $a9
|
||||
charmap "ヲ", $aa
|
||||
charmap "ン", $ab
|
||||
charmap "ッ", $ac
|
||||
charmap "ャ", $ad
|
||||
charmap "ュ", $ae
|
||||
charmap "ョ", $af
|
||||
charmap "ィ", $b0
|
||||
charmap "あ", $b1
|
||||
charmap "い", $b2
|
||||
charmap "う", $b3
|
||||
charmap "え", $b4
|
||||
charmap "お", $b5
|
||||
charmap "か", $b6
|
||||
charmap "き", $b7
|
||||
charmap "く", $b8
|
||||
charmap "け", $b9
|
||||
charmap "こ", $ba
|
||||
charmap "さ", $bb
|
||||
charmap "し", $bc
|
||||
charmap "す", $bd
|
||||
charmap "せ", $be
|
||||
charmap "そ", $bf
|
||||
charmap "た", $c0
|
||||
charmap "ち", $c1
|
||||
charmap "つ", $c2
|
||||
charmap "て", $c3
|
||||
charmap "と", $c4
|
||||
charmap "な", $c5
|
||||
charmap "に", $c6
|
||||
charmap "ぬ", $c7
|
||||
charmap "ね", $c8
|
||||
charmap "の", $c9
|
||||
charmap "は", $ca
|
||||
charmap "ひ", $cb
|
||||
charmap "ふ", $cc
|
||||
charmap "へ", $cd
|
||||
charmap "ほ", $ce
|
||||
charmap "ま", $cf
|
||||
charmap "み", $d0
|
||||
charmap "む", $d1
|
||||
charmap "め", $d2
|
||||
charmap "も", $d3
|
||||
charmap "や", $d4
|
||||
charmap "ゆ", $d5
|
||||
charmap "よ", $d6
|
||||
charmap "ら", $d7
|
||||
charmap "り", $d8
|
||||
charmap "る", $d9
|
||||
charmap "れ", $da
|
||||
charmap "ろ", $db
|
||||
charmap "わ", $dc
|
||||
charmap "を", $dd
|
||||
charmap "ん", $de
|
||||
charmap "っ", $df
|
||||
charmap "ゃ", $e0
|
||||
charmap "ゅ", $e1
|
||||
charmap "ょ", $e2
|
||||
charmap "ー", $e3
|
||||
|
||||
charmap "ァ", $e9
|
876
macros/event.asm
Normal file
876
macros/event.asm
Normal file
@ -0,0 +1,876 @@
|
||||
scall: macro
|
||||
db $00
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
farscall: macro
|
||||
db $01
|
||||
db BANK(\1)
|
||||
dw \1
|
||||
endm
|
||||
|
||||
ptcall: macro
|
||||
db $02
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
jump: macro
|
||||
db $03
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
farjump: macro
|
||||
db $04
|
||||
db BANK(\1)
|
||||
dw \1
|
||||
endm
|
||||
|
||||
ptjump: macro
|
||||
db $05
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
if_equal: macro
|
||||
db $06
|
||||
db \1 ; byte
|
||||
dw \2 ; pointer
|
||||
endm
|
||||
|
||||
if_not_equal: macro
|
||||
db $07
|
||||
db \1 ; byte
|
||||
dw \2 ; pointer
|
||||
endm
|
||||
|
||||
iffalse: macro
|
||||
db $08
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
iftrue: macro
|
||||
db $09
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
if_greater_than: macro
|
||||
db $0a
|
||||
db \1 ; byte
|
||||
dw \2 ; pointer
|
||||
endm
|
||||
|
||||
if_less_than: macro
|
||||
db $0b
|
||||
db \1 ; byte
|
||||
dw \2 ; pointer
|
||||
endm
|
||||
|
||||
jumpstd: macro
|
||||
db $0c
|
||||
dw \1 ; predefined_script
|
||||
endm
|
||||
|
||||
callstd: macro
|
||||
db $0d
|
||||
dw \1 ; predefined_script
|
||||
endm
|
||||
|
||||
callasm: macro
|
||||
db $0e
|
||||
db BANK(\1)
|
||||
dw \1
|
||||
endm
|
||||
|
||||
special: macro
|
||||
db $0f
|
||||
dw \1 ; predefined_script
|
||||
endm
|
||||
|
||||
ptcallasm: macro
|
||||
db $10
|
||||
dw \1 ; asm
|
||||
endm
|
||||
|
||||
checkmaptriggers: macro
|
||||
db $11
|
||||
db \1 ; map_group
|
||||
db \2 ; map_id
|
||||
endm
|
||||
|
||||
domaptrigger: macro
|
||||
db $12
|
||||
db \1 ; map_group
|
||||
db \2 ; map_id
|
||||
db \3 ; trigger_id
|
||||
endm
|
||||
|
||||
checktriggers: macro
|
||||
db $13
|
||||
endm
|
||||
|
||||
dotrigger: macro
|
||||
db $14
|
||||
db \1 ; trigger_id
|
||||
endm
|
||||
|
||||
writebyte: macro
|
||||
db $15
|
||||
db \1 ; value
|
||||
endm
|
||||
|
||||
addvar: macro
|
||||
db $16
|
||||
db \1 ; value
|
||||
endm
|
||||
|
||||
random: macro
|
||||
db $17
|
||||
db \1 ; input
|
||||
endm
|
||||
|
||||
checkver: macro
|
||||
db $18
|
||||
endm
|
||||
|
||||
copybytetovar: macro
|
||||
db $19
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
copyvartobyte: macro
|
||||
db $1a
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
loadvar: macro
|
||||
db $1b
|
||||
dw \1 ; address
|
||||
db \2 ; value
|
||||
endm
|
||||
|
||||
checkcode: macro
|
||||
db $1c
|
||||
db \1 ; variable_id
|
||||
endm
|
||||
|
||||
writevarcode: macro
|
||||
db $1d
|
||||
db \1 ; variable_id
|
||||
endm
|
||||
|
||||
writecode: macro
|
||||
db $1e
|
||||
db \1 ; variable_id
|
||||
db \2 ; value
|
||||
endm
|
||||
|
||||
giveitem: macro
|
||||
db $1f
|
||||
db \1 ; item
|
||||
db \2 ; quantity
|
||||
endm
|
||||
|
||||
takeitem: macro
|
||||
db $20
|
||||
db \1 ; item
|
||||
db \2 ; quantity
|
||||
endm
|
||||
|
||||
checkitem: macro
|
||||
db $21
|
||||
db \1 ; item
|
||||
endm
|
||||
|
||||
givemoney: macro
|
||||
db $22
|
||||
db \1 ; account
|
||||
dt \2 ; money
|
||||
endm
|
||||
|
||||
takemoney: macro
|
||||
db $23
|
||||
db \1 ; account
|
||||
dt \2 ; money
|
||||
endm
|
||||
|
||||
checkmoney: macro
|
||||
db $24
|
||||
db \1 ; account
|
||||
dt \2 ; money
|
||||
endm
|
||||
|
||||
givecoins: macro
|
||||
db $25
|
||||
dw \1 ; coins
|
||||
endm
|
||||
|
||||
takecoins: macro
|
||||
db $26
|
||||
dw \1 ; coins
|
||||
endm
|
||||
|
||||
checkcoins: macro
|
||||
db $27
|
||||
dw \1 ; coins
|
||||
endm
|
||||
|
||||
addcellnum: macro
|
||||
db $28
|
||||
db \1 ; person
|
||||
endm
|
||||
|
||||
delcellnum: macro
|
||||
db $29
|
||||
db \1 ; person
|
||||
endm
|
||||
|
||||
checkcellnum: macro
|
||||
db $2a
|
||||
db \1 ; person
|
||||
endm
|
||||
|
||||
checktime: macro
|
||||
db $2b
|
||||
db \1 ; time
|
||||
endm
|
||||
|
||||
checkpoke: macro
|
||||
db $2c
|
||||
db \1 ; pkmn
|
||||
endm
|
||||
|
||||
givepoke: macro
|
||||
db $2d
|
||||
db \1 ; pokemon
|
||||
db \2 ; level
|
||||
db \3 ; item
|
||||
db \4 ; trainer
|
||||
if \4
|
||||
dw \5 ; trainer_name_pointer
|
||||
dw \6 ; pkmn_nickname
|
||||
endc
|
||||
endm
|
||||
|
||||
giveegg: macro
|
||||
db $2e
|
||||
db \1 ; pkmn
|
||||
db \2 ; level
|
||||
endm
|
||||
|
||||
givepokeitem: macro
|
||||
db $2f
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
checkpokeitem: macro
|
||||
db $30
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
checkevent: macro
|
||||
db $31
|
||||
dw \1 ; event_flag
|
||||
endm
|
||||
|
||||
clearevent: macro
|
||||
db $32
|
||||
dw \1 ; event_flag
|
||||
endm
|
||||
|
||||
setevent: macro
|
||||
db $33
|
||||
dw \1 ; event_flag
|
||||
endm
|
||||
|
||||
checkflag: macro
|
||||
db $34
|
||||
dw \1 ; engine_flag
|
||||
endm
|
||||
|
||||
clearflag: macro
|
||||
db $35
|
||||
dw \1 ; engine_flag
|
||||
endm
|
||||
|
||||
setflag: macro
|
||||
db $36
|
||||
dw \1 ; engine_flag
|
||||
endm
|
||||
|
||||
wildon: macro
|
||||
db $37
|
||||
endm
|
||||
|
||||
wildoff: macro
|
||||
db $38
|
||||
endm
|
||||
|
||||
xycompare: macro
|
||||
db $39
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
warpmod: macro
|
||||
db $3a
|
||||
db \1 ; warp_id
|
||||
db \2 ; map_group
|
||||
db \3 ; map_id
|
||||
endm
|
||||
|
||||
blackoutmod: macro
|
||||
db $3b
|
||||
db \1 ; map_group
|
||||
db \2 ; map_id
|
||||
endm
|
||||
|
||||
warp: macro
|
||||
db $3c
|
||||
db \1 ; map_group
|
||||
db \2 ; map_id
|
||||
db \3 ; x
|
||||
db \4 ; y
|
||||
endm
|
||||
|
||||
readmoney: macro
|
||||
db $3d
|
||||
db \1 ; account
|
||||
db \2 ; memory
|
||||
endm
|
||||
|
||||
readcoins: macro
|
||||
db $3e
|
||||
db \1 ; memory
|
||||
endm
|
||||
|
||||
RAM2MEM: macro
|
||||
db $3f
|
||||
db \1 ; memory
|
||||
endm
|
||||
|
||||
pokenamemem: macro
|
||||
db $40
|
||||
db \1 ; pokemon
|
||||
db \2 ; memory
|
||||
endm
|
||||
|
||||
itemtotext: macro
|
||||
db $41
|
||||
db \1 ; item
|
||||
db \2 ; memory
|
||||
endm
|
||||
|
||||
mapnametotext: macro
|
||||
db $42
|
||||
db \1 ; memory
|
||||
endm
|
||||
|
||||
trainertotext: macro
|
||||
db $43
|
||||
db \1 ; trainer_id
|
||||
db \2 ; trainer_group
|
||||
db \3 ; memory
|
||||
endm
|
||||
|
||||
stringtotext: macro
|
||||
db $44
|
||||
dw \1 ; text_pointer
|
||||
db \2 ; memory
|
||||
endm
|
||||
|
||||
itemnotify: macro
|
||||
db $45
|
||||
endm
|
||||
|
||||
pocketisfull: macro
|
||||
db $46
|
||||
endm
|
||||
|
||||
loadfont: macro
|
||||
db $47
|
||||
endm
|
||||
|
||||
refreshscreen: macro
|
||||
db $48
|
||||
db \1 ; dummy
|
||||
endm
|
||||
|
||||
loadmovesprites: macro
|
||||
db $49
|
||||
endm
|
||||
|
||||
loadbytec1ce: macro
|
||||
db $4a
|
||||
db \1 ; byte
|
||||
endm
|
||||
|
||||
farwritetext: macro
|
||||
db $4b
|
||||
db BANK(\1)
|
||||
dw \1
|
||||
endm
|
||||
|
||||
writetext: macro
|
||||
db $4c
|
||||
dw \1 ; text_pointer
|
||||
endm
|
||||
|
||||
repeattext: macro
|
||||
db $4d
|
||||
db \1 ; byte
|
||||
db \2 ; byte
|
||||
endm
|
||||
|
||||
yesorno: macro
|
||||
db $4e
|
||||
endm
|
||||
|
||||
loadmenudata: macro
|
||||
db $4f
|
||||
dw \1 ; data
|
||||
endm
|
||||
|
||||
writebackup: macro
|
||||
db $50
|
||||
endm
|
||||
|
||||
jumptextfaceplayer: macro
|
||||
db $51
|
||||
dw \1 ; text_pointer
|
||||
endm
|
||||
|
||||
farjumptext: macro
|
||||
db $52
|
||||
db BANK(\1)
|
||||
dw \1
|
||||
endm
|
||||
|
||||
jumptext: macro
|
||||
db $53
|
||||
dw \1 ; text_pointer
|
||||
endm
|
||||
|
||||
closetext: macro
|
||||
db $54
|
||||
endm
|
||||
|
||||
keeptextopen: macro
|
||||
db $55
|
||||
endm
|
||||
|
||||
pokepic: macro
|
||||
db $56
|
||||
db \1 ; pokemon
|
||||
endm
|
||||
|
||||
pokepicyesorno: macro
|
||||
db $57
|
||||
endm
|
||||
|
||||
interpretmenu: macro
|
||||
db $58
|
||||
endm
|
||||
|
||||
interpretmenu2: macro
|
||||
db $59
|
||||
endm
|
||||
|
||||
loadpikachudata: macro
|
||||
db $5a
|
||||
endm
|
||||
|
||||
battlecheck: macro
|
||||
db $5b
|
||||
endm
|
||||
|
||||
loadtrainerdata: macro
|
||||
db $5c
|
||||
endm
|
||||
|
||||
loadpokedata: macro
|
||||
db $5d
|
||||
db \1 ; pokemon
|
||||
db \2 ; level
|
||||
endm
|
||||
|
||||
loadtrainer: macro
|
||||
db $5e
|
||||
db \1 ; trainer_group
|
||||
db \2 ; trainer_id
|
||||
endm
|
||||
|
||||
startbattle: macro
|
||||
db $5f
|
||||
endm
|
||||
|
||||
returnafterbattle: macro
|
||||
db $60
|
||||
endm
|
||||
|
||||
catchtutorial: macro
|
||||
db $61
|
||||
db \1 ; byte
|
||||
endm
|
||||
|
||||
trainertext: macro
|
||||
db $62
|
||||
db \1 ; which_text
|
||||
endm
|
||||
|
||||
trainerstatus: macro
|
||||
db $63
|
||||
db \1 ; action
|
||||
endm
|
||||
|
||||
winlosstext: macro
|
||||
db $64
|
||||
dw \1 ; win_text_pointer
|
||||
dw \2 ; loss_text_pointer
|
||||
endm
|
||||
|
||||
scripttalkafter: macro
|
||||
db $65
|
||||
endm
|
||||
|
||||
talkaftercancel: macro
|
||||
db $66
|
||||
endm
|
||||
|
||||
talkaftercheck: macro
|
||||
db $67
|
||||
endm
|
||||
|
||||
setlasttalked: macro
|
||||
db $68
|
||||
db \1 ; person
|
||||
endm
|
||||
|
||||
applymovement: macro
|
||||
db $69
|
||||
db \1 ; person
|
||||
dw \2 ; data
|
||||
endm
|
||||
|
||||
applymovement2: macro
|
||||
db $6a
|
||||
dw \1 ; data
|
||||
endm
|
||||
|
||||
faceplayer: macro
|
||||
db $6b
|
||||
endm
|
||||
|
||||
faceperson: macro
|
||||
db $6c
|
||||
db \1 ; person1
|
||||
db \2 ; person2
|
||||
endm
|
||||
|
||||
variablesprite: macro
|
||||
db $6d
|
||||
db \1 ; byte
|
||||
db \2 ; sprite
|
||||
endm
|
||||
|
||||
disappear: macro
|
||||
db $6e
|
||||
db \1 ; person
|
||||
endm
|
||||
|
||||
appear: macro
|
||||
db $6f
|
||||
db \1 ; person
|
||||
endm
|
||||
|
||||
follow: macro
|
||||
db $70
|
||||
db \1 ; person2
|
||||
db \2 ; person1
|
||||
endm
|
||||
|
||||
stopfollow: macro
|
||||
db $71
|
||||
endm
|
||||
|
||||
moveperson: macro
|
||||
db $72
|
||||
db \1 ; person
|
||||
db \2 ; x
|
||||
db \3 ; y
|
||||
endm
|
||||
|
||||
writepersonxy: macro
|
||||
db $73
|
||||
db \1 ; person
|
||||
endm
|
||||
|
||||
loademote: macro
|
||||
db $74
|
||||
db \1 ; bubble
|
||||
endm
|
||||
|
||||
showemote: macro
|
||||
db $75
|
||||
db \1 ; bubble
|
||||
db \2 ; person
|
||||
db \3 ; time
|
||||
endm
|
||||
|
||||
spriteface: macro
|
||||
db $76
|
||||
db \1 ; person
|
||||
db \2 ; facing
|
||||
endm
|
||||
|
||||
follownotexact: macro
|
||||
db $77
|
||||
db \1 ; person2
|
||||
db \2 ; person1
|
||||
endm
|
||||
|
||||
earthquake: macro
|
||||
db $78
|
||||
db \1 ; param
|
||||
endm
|
||||
|
||||
changemap: macro
|
||||
db $79
|
||||
dw \1 ; map_data_pointer
|
||||
endm
|
||||
|
||||
changeblock: macro
|
||||
db $7a
|
||||
db \1 ; x
|
||||
db \2 ; y
|
||||
db \3 ; block
|
||||
endm
|
||||
|
||||
reloadmap: macro
|
||||
db $7b
|
||||
endm
|
||||
|
||||
reloadmappart: macro
|
||||
db $7c
|
||||
endm
|
||||
|
||||
writecmdqueue: macro
|
||||
db $7d
|
||||
dw \1 ; queue_pointer
|
||||
endm
|
||||
|
||||
delcmdqueue: macro
|
||||
db $7e
|
||||
db \1 ; byte
|
||||
endm
|
||||
|
||||
playmusic: macro
|
||||
db $7f
|
||||
dw \1 ; music_pointer
|
||||
endm
|
||||
|
||||
playrammusic: macro
|
||||
db $80
|
||||
endm
|
||||
|
||||
musicfadeout: macro
|
||||
db $81
|
||||
dw \1 ; music
|
||||
db \2 ; fadetime
|
||||
endm
|
||||
|
||||
playmapmusic: macro
|
||||
db $82
|
||||
endm
|
||||
|
||||
reloadmapmusic: macro
|
||||
db $83
|
||||
endm
|
||||
|
||||
cry: macro
|
||||
db $84
|
||||
dw \1 ; cry_id
|
||||
endm
|
||||
|
||||
playsound: macro
|
||||
db $85
|
||||
dw \1 ; sound_pointer
|
||||
endm
|
||||
|
||||
waitbutton: macro
|
||||
db $86
|
||||
endm
|
||||
|
||||
warpsound: macro
|
||||
db $87
|
||||
endm
|
||||
|
||||
specialsound: macro
|
||||
db $88
|
||||
endm
|
||||
|
||||
passtoengine: macro
|
||||
db $89
|
||||
db \1 ; data_pointer
|
||||
endm
|
||||
|
||||
newloadmap: macro
|
||||
db $8a
|
||||
db \1 ; which_method
|
||||
endm
|
||||
|
||||
pause: macro
|
||||
db $8b
|
||||
db \1 ; length
|
||||
endm
|
||||
|
||||
deactivatefacing: macro
|
||||
db $8c
|
||||
db \1 ; time
|
||||
endm
|
||||
|
||||
priorityjump: macro
|
||||
db $8d
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
warpcheck: macro
|
||||
db $8e
|
||||
endm
|
||||
|
||||
ptpriorityjump: macro
|
||||
db $8f
|
||||
dw \1 ; pointer
|
||||
endm
|
||||
|
||||
return: macro
|
||||
db $90
|
||||
endm
|
||||
|
||||
end: macro
|
||||
db $91
|
||||
endm
|
||||
|
||||
reloadandreturn: macro
|
||||
db $92
|
||||
db \1 ; which_method
|
||||
endm
|
||||
|
||||
resetfuncs: macro
|
||||
db $93
|
||||
endm
|
||||
|
||||
pokemart: macro
|
||||
db $94
|
||||
db \1 ; dialog_id
|
||||
dw \2 ; mart_id
|
||||
endm
|
||||
|
||||
elevator: macro
|
||||
db $95
|
||||
dw \1 ; floor_list_pointer
|
||||
endm
|
||||
|
||||
trade: macro
|
||||
db $96
|
||||
db \1 ; trade_id
|
||||
endm
|
||||
|
||||
askforphonenumber: macro
|
||||
db $97
|
||||
db \1 ; number
|
||||
endm
|
||||
|
||||
phonecall: macro
|
||||
db $98
|
||||
dw \1 ; caller_name
|
||||
endm
|
||||
|
||||
hangup: macro
|
||||
db $99
|
||||
endm
|
||||
|
||||
describedecoration: macro
|
||||
db $9a
|
||||
db \1 ; byte
|
||||
endm
|
||||
|
||||
fruittree: macro
|
||||
db $9b
|
||||
db \1 ; tree_id
|
||||
endm
|
||||
|
||||
specialphonecall: macro
|
||||
db $9c
|
||||
dw \1 ; call_id
|
||||
endm
|
||||
|
||||
checkphonecall: macro
|
||||
db $9d
|
||||
endm
|
||||
|
||||
verbosegiveitem: macro
|
||||
db $9e
|
||||
db \1 ; item
|
||||
db \2 ; quantity
|
||||
endm
|
||||
|
||||
verbosegiveitem2: macro
|
||||
db $9f
|
||||
db \1 ; item
|
||||
db \2 ; var
|
||||
endm
|
||||
|
||||
loadwilddata: macro
|
||||
db $a0
|
||||
db \1 ; flag
|
||||
db \2 ; map_group
|
||||
db \3 ; map_id
|
||||
endm
|
||||
|
||||
halloffame: macro
|
||||
db $a1
|
||||
endm
|
||||
|
||||
credits: macro
|
||||
db $a2
|
||||
endm
|
||||
|
||||
warpfacing: macro
|
||||
db $a3
|
||||
db \1 ; facing
|
||||
db \2 ; map_group
|
||||
db \3 ; map_id
|
||||
db \4 ; x
|
||||
db \5 ; y
|
||||
endm
|
||||
|
||||
storetext: macro
|
||||
db $a4
|
||||
db \1 ; memory
|
||||
endm
|
||||
|
||||
displaylocation: macro
|
||||
db $a5
|
||||
db \1 ; id
|
||||
db \2 ; memory
|
||||
endm
|
||||
|
||||
trainerclassname: macro
|
||||
db $a6
|
||||
db \1 ; id
|
||||
db \2 ; memory
|
||||
endm
|
||||
|
||||
name: macro
|
||||
db $a7
|
||||
db \1 ; type
|
||||
db \2 ; id
|
||||
db \3 ; mempry
|
||||
endm
|
||||
|
||||
wait: macro
|
||||
db $a8
|
||||
db \1 ; duration
|
||||
endm
|
||||
|
||||
unknown0xa9: macro
|
||||
db $a9
|
||||
endm
|
40
macros/map.asm
Normal file
40
macros/map.asm
Normal file
@ -0,0 +1,40 @@
|
||||
person_event: macro
|
||||
db \1 ; sprite
|
||||
db \2 ; y
|
||||
db \3 ; x
|
||||
db \4 ; facing
|
||||
db \5 ; movement
|
||||
db \6 ; clock_hour
|
||||
db \7 ; clock_daytime
|
||||
db \8 ; color_function
|
||||
db \9 ; sight_range
|
||||
shift
|
||||
dw \9 ; pointer
|
||||
shift
|
||||
dw \9 ; event flag
|
||||
endm
|
||||
|
||||
signpost: macro
|
||||
db \1 ; y
|
||||
db \2 ; x
|
||||
db \3 ; function
|
||||
dw \4 ; pointer
|
||||
endm
|
||||
|
||||
xy_trigger: macro
|
||||
db \1 ; number
|
||||
db \2 ; y
|
||||
db \3 ; x
|
||||
db \4 ; unknown1
|
||||
dw \5 ; script
|
||||
db \6 ; unknown2
|
||||
db \7 ; unknown3
|
||||
endm
|
||||
|
||||
warp_def: macro
|
||||
db \1 ; y
|
||||
db \2 ; x
|
||||
db \3 ; warp_to
|
||||
db \4 ; map group
|
||||
db \5 ; map number
|
||||
endm
|
244
macros/move_anim.asm
Normal file
244
macros/move_anim.asm
Normal file
@ -0,0 +1,244 @@
|
||||
anim_wait: macro
|
||||
if \1 >= $d0
|
||||
flip out
|
||||
endc
|
||||
db \1
|
||||
endm
|
||||
|
||||
anim_obj: macro
|
||||
db $d0
|
||||
db \1 ; obj
|
||||
db \2 ; x
|
||||
db \3 ; y
|
||||
db \4 ; param
|
||||
endm
|
||||
|
||||
anim_1gfx: macro
|
||||
db $d1
|
||||
db \1 ; gfx1
|
||||
endm
|
||||
|
||||
anim_2gfx: macro
|
||||
db $d2
|
||||
db \1 ; gfx1
|
||||
db \2 ; gfx2
|
||||
endm
|
||||
|
||||
anim_3gfx: macro
|
||||
db $d3
|
||||
db \1 ; gfx1
|
||||
db \2 ; gfx2
|
||||
db \3 ; gfx3
|
||||
endm
|
||||
|
||||
anim_4gfx: macro
|
||||
db $d4
|
||||
db \1 ; gfx1
|
||||
db \2 ; gfx2
|
||||
db \3 ; gfx3
|
||||
db \4 ; gfx4
|
||||
endm
|
||||
|
||||
anim_5gfx: macro
|
||||
db $d5
|
||||
db \1 ; gfx1
|
||||
db \2 ; gfx2
|
||||
db \3 ; gfx3
|
||||
db \4 ; gfx4
|
||||
db \5 ; gfx5
|
||||
endm
|
||||
|
||||
anim_incobj: macro
|
||||
db $d6
|
||||
db \1 ; id
|
||||
endm
|
||||
|
||||
anim_setobj: macro
|
||||
db $d7
|
||||
db \1 ; id
|
||||
db \2 ; obj
|
||||
endm
|
||||
|
||||
anim_incbgeffect: macro
|
||||
db $d8
|
||||
db \1 ; effect
|
||||
endm
|
||||
|
||||
anim_enemyfeetobj: macro
|
||||
db $d9
|
||||
endm
|
||||
|
||||
anim_playerheadobj: macro
|
||||
db $da
|
||||
endm
|
||||
|
||||
anim_checkpokeball: macro
|
||||
db $db
|
||||
endm
|
||||
|
||||
anim_transform: macro
|
||||
db $dc
|
||||
endm
|
||||
|
||||
anim_raisesub: macro
|
||||
db $dd
|
||||
endm
|
||||
|
||||
anim_dropsub: macro
|
||||
db $de
|
||||
endm
|
||||
|
||||
anim_resetobp0: macro
|
||||
db $df
|
||||
endm
|
||||
|
||||
anim_sound: macro
|
||||
db $e0
|
||||
db \1 ; tracks
|
||||
db \2 ; id
|
||||
endm
|
||||
|
||||
anim_cry: macro
|
||||
db $e1
|
||||
db \1 ; pitch
|
||||
endm
|
||||
|
||||
anim_minimizeopp: macro
|
||||
db $e2
|
||||
endm
|
||||
|
||||
anim_oamon: macro
|
||||
db $e3
|
||||
endm
|
||||
|
||||
anim_oamoff: macro
|
||||
db $e4
|
||||
endm
|
||||
|
||||
anim_clearobjs: macro
|
||||
db $e5
|
||||
endm
|
||||
|
||||
anim_beatup: macro
|
||||
db $e6
|
||||
endm
|
||||
|
||||
anim_0xe7: macro
|
||||
db $e7
|
||||
endm
|
||||
|
||||
anim_updateactorpic: macro
|
||||
db $e8
|
||||
endm
|
||||
|
||||
anim_minimize: macro
|
||||
db $e9
|
||||
endm
|
||||
|
||||
anim_0xea: macro
|
||||
db $ea
|
||||
endm
|
||||
|
||||
anim_0xeb: macro
|
||||
db $eb
|
||||
endm
|
||||
|
||||
anim_0xec: macro
|
||||
db $ec
|
||||
endm
|
||||
|
||||
anim_0xed: macro
|
||||
db $ed
|
||||
endm
|
||||
|
||||
anim_jumpand: macro
|
||||
db $ee
|
||||
db \1 ; value
|
||||
dw \2 ; address
|
||||
endm
|
||||
|
||||
anim_jumpuntil: macro
|
||||
db $ef
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
anim_bgeffect: macro
|
||||
db $f0
|
||||
db \1 ; effect
|
||||
db \2 ; unknown
|
||||
db \3 ; unknown
|
||||
db \4 ; unknown
|
||||
endm
|
||||
|
||||
anim_bgp: macro
|
||||
db $f1
|
||||
db \1 ; colors
|
||||
endm
|
||||
|
||||
anim_obp0: macro
|
||||
db $f2
|
||||
db \1 ; colors
|
||||
endm
|
||||
|
||||
anim_obp1: macro
|
||||
db $f3
|
||||
db \1 ; colors
|
||||
endm
|
||||
|
||||
anim_clearsprites: macro
|
||||
db $f4
|
||||
endm
|
||||
|
||||
anim_0xf5: macro
|
||||
db $f5
|
||||
endm
|
||||
|
||||
anim_0xf6: macro
|
||||
db $f6
|
||||
endm
|
||||
|
||||
anim_0xf7: macro
|
||||
db $f7
|
||||
endm
|
||||
|
||||
anim_jumpif: macro
|
||||
db $f8
|
||||
db \1 ; value
|
||||
dw \2 ; address
|
||||
endm
|
||||
|
||||
anim_setvar: macro
|
||||
db $f9
|
||||
db \1 ; value
|
||||
endm
|
||||
|
||||
anim_incvar: macro
|
||||
db $fa
|
||||
endm
|
||||
|
||||
anim_jumpvar: macro
|
||||
db $fb
|
||||
db \1 ; value
|
||||
dw \2 ; address
|
||||
endm
|
||||
|
||||
anim_jump: macro
|
||||
db $fc
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
anim_loop: macro
|
||||
db $fd
|
||||
db \1 ; count
|
||||
dw \2 ; address
|
||||
endm
|
||||
|
||||
anim_call: macro
|
||||
db $fe
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
anim_ret: macro
|
||||
db $ff
|
||||
endm
|
||||
|
708
macros/move_effect.asm
Normal file
708
macros/move_effect.asm
Normal file
@ -0,0 +1,708 @@
|
||||
checkturn: macro
|
||||
db $01
|
||||
endm
|
||||
|
||||
checkobedience: macro
|
||||
db $02
|
||||
endm
|
||||
|
||||
usedmovetext: macro
|
||||
db $03
|
||||
endm
|
||||
|
||||
doturn: macro
|
||||
db $04
|
||||
endm
|
||||
|
||||
critical: macro
|
||||
db $05
|
||||
endm
|
||||
|
||||
damagestats: macro
|
||||
db $06
|
||||
endm
|
||||
|
||||
stab: macro
|
||||
db $07
|
||||
endm
|
||||
|
||||
damagevariation: macro
|
||||
db $08
|
||||
endm
|
||||
|
||||
checkhit: macro
|
||||
db $09
|
||||
endm
|
||||
|
||||
effect0x0a: macro
|
||||
db $0a
|
||||
endm
|
||||
|
||||
effect0x0b: macro
|
||||
db $0b
|
||||
endm
|
||||
|
||||
effect0x0c: macro
|
||||
db $0c
|
||||
endm
|
||||
|
||||
resulttext: macro
|
||||
db $0d
|
||||
endm
|
||||
|
||||
checkfaint: macro
|
||||
db $0e
|
||||
endm
|
||||
|
||||
criticaltext: macro
|
||||
db $0f
|
||||
endm
|
||||
|
||||
supereffectivetext: macro
|
||||
db $10
|
||||
endm
|
||||
|
||||
checkdestinybond: macro
|
||||
db $11
|
||||
endm
|
||||
|
||||
buildopponentrage: macro
|
||||
db $12
|
||||
endm
|
||||
|
||||
poisontarget: macro
|
||||
db $13
|
||||
endm
|
||||
|
||||
sleeptarget: macro
|
||||
db $14
|
||||
endm
|
||||
|
||||
draintarget: macro
|
||||
db $15
|
||||
endm
|
||||
|
||||
eatdream: macro
|
||||
db $16
|
||||
endm
|
||||
|
||||
burntarget: macro
|
||||
db $17
|
||||
endm
|
||||
|
||||
freezetarget: macro
|
||||
db $18
|
||||
endm
|
||||
|
||||
paralyzetarget: macro
|
||||
db $19
|
||||
endm
|
||||
|
||||
selfdestruct: macro
|
||||
db $1a
|
||||
endm
|
||||
|
||||
mirrormove: macro
|
||||
db $1b
|
||||
endm
|
||||
|
||||
statup: macro
|
||||
db $1c
|
||||
endm
|
||||
|
||||
statdown: macro
|
||||
db $1d
|
||||
endm
|
||||
|
||||
payday: macro
|
||||
db $1e
|
||||
endm
|
||||
|
||||
conversion: macro
|
||||
db $1f
|
||||
endm
|
||||
|
||||
resetstats: macro
|
||||
db $20
|
||||
endm
|
||||
|
||||
storeenergy: macro
|
||||
db $21
|
||||
endm
|
||||
|
||||
unleashenergy: macro
|
||||
db $22
|
||||
endm
|
||||
|
||||
forceswitch: macro
|
||||
db $23
|
||||
endm
|
||||
|
||||
endloop: macro
|
||||
db $24
|
||||
endm
|
||||
|
||||
flinchtarget: macro
|
||||
db $25
|
||||
endm
|
||||
|
||||
ohko: macro
|
||||
db $26
|
||||
endm
|
||||
|
||||
recoil: macro
|
||||
db $27
|
||||
endm
|
||||
|
||||
mist: macro
|
||||
db $28
|
||||
endm
|
||||
|
||||
focusenergy: macro
|
||||
db $29
|
||||
endm
|
||||
|
||||
confuse: macro
|
||||
db $2a
|
||||
endm
|
||||
|
||||
confusetarget: macro
|
||||
db $2b
|
||||
endm
|
||||
|
||||
heal: macro
|
||||
db $2c
|
||||
endm
|
||||
|
||||
transform: macro
|
||||
db $2d
|
||||
endm
|
||||
|
||||
screen: macro
|
||||
db $2e
|
||||
endm
|
||||
|
||||
poison: macro
|
||||
db $2f
|
||||
endm
|
||||
|
||||
paralyze: macro
|
||||
db $30
|
||||
endm
|
||||
|
||||
substitute: macro
|
||||
db $31
|
||||
endm
|
||||
|
||||
rechargenextturn: macro
|
||||
db $32
|
||||
endm
|
||||
|
||||
mimic: macro
|
||||
db $33
|
||||
endm
|
||||
|
||||
metronome: macro
|
||||
db $34
|
||||
endm
|
||||
|
||||
leechseed: macro
|
||||
db $35
|
||||
endm
|
||||
|
||||
splash: macro
|
||||
db $36
|
||||
endm
|
||||
|
||||
disable: macro
|
||||
db $37
|
||||
endm
|
||||
|
||||
cleartext: macro
|
||||
db $38
|
||||
endm
|
||||
|
||||
charge: macro
|
||||
db $39
|
||||
endm
|
||||
|
||||
checkcharge: macro
|
||||
db $3a
|
||||
endm
|
||||
|
||||
traptarget: macro
|
||||
db $3b
|
||||
endm
|
||||
|
||||
effect0x3c: macro
|
||||
db $3c
|
||||
endm
|
||||
|
||||
rampage: macro
|
||||
db $3d
|
||||
endm
|
||||
|
||||
checkrampage: macro
|
||||
db $3e
|
||||
endm
|
||||
|
||||
constantdamage: macro
|
||||
db $3f
|
||||
endm
|
||||
|
||||
counter: macro
|
||||
db $40
|
||||
endm
|
||||
|
||||
encore: macro
|
||||
db $41
|
||||
endm
|
||||
|
||||
painsplit: macro
|
||||
db $42
|
||||
endm
|
||||
|
||||
snore: macro
|
||||
db $43
|
||||
endm
|
||||
|
||||
conversion2: macro
|
||||
db $44
|
||||
endm
|
||||
|
||||
lockon: macro
|
||||
db $45
|
||||
endm
|
||||
|
||||
sketch: macro
|
||||
db $46
|
||||
endm
|
||||
|
||||
defrostopponent: macro
|
||||
db $47
|
||||
endm
|
||||
|
||||
sleeptalk: macro
|
||||
db $48
|
||||
endm
|
||||
|
||||
destinybond: macro
|
||||
db $49
|
||||
endm
|
||||
|
||||
spite: macro
|
||||
db $4a
|
||||
endm
|
||||
|
||||
falseswipe: macro
|
||||
db $4b
|
||||
endm
|
||||
|
||||
healbell: macro
|
||||
db $4c
|
||||
endm
|
||||
|
||||
kingsrock: macro
|
||||
db $4d
|
||||
endm
|
||||
|
||||
triplekick: macro
|
||||
db $4e
|
||||
endm
|
||||
|
||||
kickcounter: macro
|
||||
db $4f
|
||||
endm
|
||||
|
||||
thief: macro
|
||||
db $50
|
||||
endm
|
||||
|
||||
arenatrap: macro
|
||||
db $51
|
||||
endm
|
||||
|
||||
nightmare: macro
|
||||
db $52
|
||||
endm
|
||||
|
||||
defrost: macro
|
||||
db $53
|
||||
endm
|
||||
|
||||
curse: macro
|
||||
db $54
|
||||
endm
|
||||
|
||||
protect: macro
|
||||
db $55
|
||||
endm
|
||||
|
||||
spikes: macro
|
||||
db $56
|
||||
endm
|
||||
|
||||
foresight: macro
|
||||
db $57
|
||||
endm
|
||||
|
||||
perishsong: macro
|
||||
db $58
|
||||
endm
|
||||
|
||||
startsandstorm: macro
|
||||
db $59
|
||||
endm
|
||||
|
||||
endure: macro
|
||||
db $5a
|
||||
endm
|
||||
|
||||
checkcurl: macro
|
||||
db $5b
|
||||
endm
|
||||
|
||||
rolloutpower: macro
|
||||
db $5c
|
||||
endm
|
||||
|
||||
effect0x5d: macro
|
||||
db $5d
|
||||
endm
|
||||
|
||||
furycutter: macro
|
||||
db $5e
|
||||
endm
|
||||
|
||||
attract: macro
|
||||
db $5f
|
||||
endm
|
||||
|
||||
happinesspower: macro
|
||||
db $60
|
||||
endm
|
||||
|
||||
present: macro
|
||||
db $61
|
||||
endm
|
||||
|
||||
damagecalc: macro
|
||||
db $62
|
||||
endm
|
||||
|
||||
frustrationpower: macro
|
||||
db $63
|
||||
endm
|
||||
|
||||
safeguard: macro
|
||||
db $64
|
||||
endm
|
||||
|
||||
checksafeguard: macro
|
||||
db $65
|
||||
endm
|
||||
|
||||
getmagnitude: macro
|
||||
db $66
|
||||
endm
|
||||
|
||||
batonpass: macro
|
||||
db $67
|
||||
endm
|
||||
|
||||
pursuit: macro
|
||||
db $68
|
||||
endm
|
||||
|
||||
clearhazards: macro
|
||||
db $69
|
||||
endm
|
||||
|
||||
healmorn: macro
|
||||
db $6a
|
||||
endm
|
||||
|
||||
healday: macro
|
||||
db $6b
|
||||
endm
|
||||
|
||||
healnite: macro
|
||||
db $6c
|
||||
endm
|
||||
|
||||
hiddenpower: macro
|
||||
db $6d
|
||||
endm
|
||||
|
||||
startrain: macro
|
||||
db $6e
|
||||
endm
|
||||
|
||||
startsun: macro
|
||||
db $6f
|
||||
endm
|
||||
|
||||
attackup: macro
|
||||
db $70
|
||||
endm
|
||||
|
||||
defenseup: macro
|
||||
db $71
|
||||
endm
|
||||
|
||||
speedup: macro
|
||||
db $72
|
||||
endm
|
||||
|
||||
specialattackup: macro
|
||||
db $73
|
||||
endm
|
||||
|
||||
specialdefenseup: macro
|
||||
db $74
|
||||
endm
|
||||
|
||||
accuracyup: macro
|
||||
db $75
|
||||
endm
|
||||
|
||||
evasionup: macro
|
||||
db $76
|
||||
endm
|
||||
|
||||
attackup2: macro
|
||||
db $77
|
||||
endm
|
||||
|
||||
defenseup2: macro
|
||||
db $78
|
||||
endm
|
||||
|
||||
speedup2: macro
|
||||
db $79
|
||||
endm
|
||||
|
||||
specialattackup2: macro
|
||||
db $7a
|
||||
endm
|
||||
|
||||
specialdefenseup2: macro
|
||||
db $7b
|
||||
endm
|
||||
|
||||
accuracyup2: macro
|
||||
db $7c
|
||||
endm
|
||||
|
||||
evasionup2: macro
|
||||
db $7d
|
||||
endm
|
||||
|
||||
attackdown: macro
|
||||
db $7e
|
||||
endm
|
||||
|
||||
defensedown: macro
|
||||
db $7f
|
||||
endm
|
||||
|
||||
speeddown: macro
|
||||
db $80
|
||||
endm
|
||||
|
||||
specialattackdown: macro
|
||||
db $81
|
||||
endm
|
||||
|
||||
specialdefensedown: macro
|
||||
db $82
|
||||
endm
|
||||
|
||||
accuracydown: macro
|
||||
db $83
|
||||
endm
|
||||
|
||||
evasiondown: macro
|
||||
db $84
|
||||
endm
|
||||
|
||||
attackdown2: macro
|
||||
db $85
|
||||
endm
|
||||
|
||||
defensedown2: macro
|
||||
db $86
|
||||
endm
|
||||
|
||||
speeddown2: macro
|
||||
db $87
|
||||
endm
|
||||
|
||||
specialattackdown2: macro
|
||||
db $88
|
||||
endm
|
||||
|
||||
specialdefensedown2: macro
|
||||
db $89
|
||||
endm
|
||||
|
||||
accuracydown2: macro
|
||||
db $8a
|
||||
endm
|
||||
|
||||
evasiondown2: macro
|
||||
db $8b
|
||||
endm
|
||||
|
||||
statmessageuser: macro
|
||||
db $8c
|
||||
endm
|
||||
|
||||
statmessagetarget: macro
|
||||
db $8d
|
||||
endm
|
||||
|
||||
statupfailtext: macro
|
||||
db $8e
|
||||
endm
|
||||
|
||||
statdownfailtext: macro
|
||||
db $8f
|
||||
endm
|
||||
|
||||
effectchance: macro
|
||||
db $90
|
||||
endm
|
||||
|
||||
effect0x91: macro
|
||||
db $91
|
||||
endm
|
||||
|
||||
effect0x92: macro
|
||||
db $92
|
||||
endm
|
||||
|
||||
switchturn: macro
|
||||
db $93
|
||||
endm
|
||||
|
||||
fakeout: macro
|
||||
db $94
|
||||
endm
|
||||
|
||||
bellydrum: macro
|
||||
db $95
|
||||
endm
|
||||
|
||||
psychup: macro
|
||||
db $96
|
||||
endm
|
||||
|
||||
rage: macro
|
||||
db $97
|
||||
endm
|
||||
|
||||
doubleflyingdamage: macro
|
||||
db $98
|
||||
endm
|
||||
|
||||
doubleundergrounddamage: macro
|
||||
db $99
|
||||
endm
|
||||
|
||||
mirrorcoat: macro
|
||||
db $9a
|
||||
endm
|
||||
|
||||
checkfuturesight: macro
|
||||
db $9b
|
||||
endm
|
||||
|
||||
futuresight: macro
|
||||
db $9c
|
||||
endm
|
||||
|
||||
doubleminimizedamage: macro
|
||||
db $9d
|
||||
endm
|
||||
|
||||
skipsuncharge: macro
|
||||
db $9e
|
||||
endm
|
||||
|
||||
thunderaccuracy: macro
|
||||
db $9f
|
||||
endm
|
||||
|
||||
teleport: macro
|
||||
db $a0
|
||||
endm
|
||||
|
||||
beatup: macro
|
||||
db $a1
|
||||
endm
|
||||
|
||||
ragedamage: macro
|
||||
db $a2
|
||||
endm
|
||||
|
||||
effect0xa3: macro
|
||||
db $a3
|
||||
endm
|
||||
|
||||
allstatsup: macro
|
||||
db $a4
|
||||
endm
|
||||
|
||||
effect0xa5: macro
|
||||
db $a5
|
||||
endm
|
||||
|
||||
effect0xa6: macro
|
||||
db $a6
|
||||
endm
|
||||
|
||||
effect0xa7: macro
|
||||
db $a7
|
||||
endm
|
||||
|
||||
effect0xa8: macro
|
||||
db $a8
|
||||
endm
|
||||
|
||||
clearmissdamage: macro
|
||||
db $a9
|
||||
endm
|
||||
|
||||
movedelay: macro
|
||||
db $aa
|
||||
endm
|
||||
|
||||
hittarget: macro
|
||||
db $ab
|
||||
endm
|
||||
|
||||
tristatuschance: macro
|
||||
db $ac
|
||||
endm
|
||||
|
||||
supereffectivelooptext: macro
|
||||
db $ad
|
||||
endm
|
||||
|
||||
startloop: macro
|
||||
db $ae
|
||||
endm
|
||||
|
||||
curl: macro
|
||||
db $af
|
||||
endm
|
||||
|
||||
endturn: macro
|
||||
db $fe
|
||||
endm
|
||||
|
||||
endmove: macro
|
||||
db $ff
|
||||
endm
|
||||
|
286
macros/movement.asm
Normal file
286
macros/movement.asm
Normal file
@ -0,0 +1,286 @@
|
||||
turn_head_down: macro
|
||||
db $00
|
||||
endm
|
||||
|
||||
turn_head_up: macro
|
||||
db $01
|
||||
endm
|
||||
|
||||
turn_head_left: macro
|
||||
db $02
|
||||
endm
|
||||
|
||||
turn_head_right: macro
|
||||
db $03
|
||||
endm
|
||||
|
||||
half_step_down: macro
|
||||
db $04
|
||||
endm
|
||||
|
||||
half_step_up: macro
|
||||
db $05
|
||||
endm
|
||||
|
||||
half_step_left: macro
|
||||
db $06
|
||||
endm
|
||||
|
||||
half_step_right: macro
|
||||
db $07
|
||||
endm
|
||||
|
||||
slow_step_down: macro
|
||||
db $08
|
||||
endm
|
||||
|
||||
slow_step_up: macro
|
||||
db $09
|
||||
endm
|
||||
|
||||
slow_step_left: macro
|
||||
db $0a
|
||||
endm
|
||||
|
||||
slow_step_right: macro
|
||||
db $0b
|
||||
endm
|
||||
|
||||
step_down: macro
|
||||
db $0c
|
||||
endm
|
||||
|
||||
step_up: macro
|
||||
db $0d
|
||||
endm
|
||||
|
||||
step_left: macro
|
||||
db $0e
|
||||
endm
|
||||
|
||||
step_right: macro
|
||||
db $0f
|
||||
endm
|
||||
|
||||
big_step_down: macro
|
||||
db $10
|
||||
endm
|
||||
|
||||
big_step_up: macro
|
||||
db $11
|
||||
endm
|
||||
|
||||
big_step_left: macro
|
||||
db $12
|
||||
endm
|
||||
|
||||
big_step_right: macro
|
||||
db $13
|
||||
endm
|
||||
|
||||
slow_slide_step_down: macro
|
||||
db $14
|
||||
endm
|
||||
|
||||
slow_slide_step_up: macro
|
||||
db $15
|
||||
endm
|
||||
|
||||
slow_slide_step_left: macro
|
||||
db $16
|
||||
endm
|
||||
|
||||
slow_slide_step_right: macro
|
||||
db $17
|
||||
endm
|
||||
|
||||
slide_step_down: macro
|
||||
db $18
|
||||
endm
|
||||
|
||||
slide_step_up: macro
|
||||
db $19
|
||||
endm
|
||||
|
||||
slide_step_left: macro
|
||||
db $1a
|
||||
endm
|
||||
|
||||
slide_step_right: macro
|
||||
db $1b
|
||||
endm
|
||||
|
||||
fast_slide_step_down: macro
|
||||
db $1c
|
||||
endm
|
||||
|
||||
fast_slide_step_up: macro
|
||||
db $1d
|
||||
endm
|
||||
|
||||
fast_slide_step_left: macro
|
||||
db $1e
|
||||
endm
|
||||
|
||||
fast_slide_step_right: macro
|
||||
db $1f
|
||||
endm
|
||||
|
||||
turn_away_down: macro
|
||||
db $20
|
||||
endm
|
||||
|
||||
turn_away_up: macro
|
||||
db $21
|
||||
endm
|
||||
|
||||
turn_away_left: macro
|
||||
db $22
|
||||
endm
|
||||
|
||||
turn_away_right: macro
|
||||
db $23
|
||||
endm
|
||||
|
||||
turn_in_down: macro
|
||||
db $24
|
||||
endm
|
||||
|
||||
turn_in_up: macro
|
||||
db $25
|
||||
endm
|
||||
|
||||
turn_in_left: macro
|
||||
db $26
|
||||
endm
|
||||
|
||||
turn_in_right: macro
|
||||
db $27
|
||||
endm
|
||||
|
||||
turn_waterfall_down: macro
|
||||
db $28
|
||||
endm
|
||||
|
||||
turn_waterfall_up: macro
|
||||
db $29
|
||||
endm
|
||||
|
||||
turn_waterfall_left: macro
|
||||
db $2a
|
||||
endm
|
||||
|
||||
turn_waterfall_right: macro
|
||||
db $2b
|
||||
endm
|
||||
|
||||
slow_jump_step_down: macro
|
||||
db $2c
|
||||
endm
|
||||
|
||||
slow_jump_step_up: macro
|
||||
db $2d
|
||||
endm
|
||||
|
||||
slow_jump_step_left: macro
|
||||
db $2e
|
||||
endm
|
||||
|
||||
slow_jump_step_right: macro
|
||||
db $2f
|
||||
endm
|
||||
|
||||
jump_step_down: macro
|
||||
db $30
|
||||
endm
|
||||
|
||||
jump_step_up: macro
|
||||
db $31
|
||||
endm
|
||||
|
||||
jump_step_left: macro
|
||||
db $32
|
||||
endm
|
||||
|
||||
jump_step_right: macro
|
||||
db $33
|
||||
endm
|
||||
|
||||
fast_jump_step_down: macro
|
||||
db $34
|
||||
endm
|
||||
|
||||
fast_jump_step_up: macro
|
||||
db $35
|
||||
endm
|
||||
|
||||
fast_jump_step_left: macro
|
||||
db $36
|
||||
endm
|
||||
|
||||
fast_jump_step_right: macro
|
||||
db $37
|
||||
endm
|
||||
|
||||
remove_fixed_facing: macro
|
||||
db $3a
|
||||
endm
|
||||
|
||||
fix_facing: macro
|
||||
db $3b
|
||||
endm
|
||||
|
||||
hide_person: macro
|
||||
db $3d
|
||||
endm
|
||||
|
||||
show_person: macro
|
||||
db $3e
|
||||
endm
|
||||
|
||||
accelerate_last: macro
|
||||
db $45
|
||||
endm
|
||||
|
||||
step_sleep: macro
|
||||
db $46
|
||||
db \1 ; duration
|
||||
endm
|
||||
|
||||
step_end: macro
|
||||
db $47
|
||||
endm
|
||||
|
||||
remove_person: macro
|
||||
db $49
|
||||
endm
|
||||
|
||||
teleport_from: macro
|
||||
db $4c
|
||||
endm
|
||||
|
||||
teleport_to: macro
|
||||
db $4d
|
||||
endm
|
||||
|
||||
skyfall: macro
|
||||
db $4e
|
||||
endm
|
||||
|
||||
step_wait5: macro
|
||||
db $4f
|
||||
endm
|
||||
|
||||
hide_emote: macro
|
||||
db $53
|
||||
endm
|
||||
|
||||
show_emote: macro
|
||||
db $54
|
||||
endm
|
||||
|
||||
step_shake: macro
|
||||
db $55
|
||||
db \1 ; displacement
|
||||
endm
|
||||
|
198
macros/sound.asm
Normal file
198
macros/sound.asm
Normal file
@ -0,0 +1,198 @@
|
||||
octave: macro
|
||||
db $d8 - (\1)
|
||||
endm
|
||||
|
||||
notetype: macro
|
||||
db $d8
|
||||
db \1 ; note_length
|
||||
if _NARG >= 2
|
||||
db \2 ; intensity
|
||||
endc
|
||||
endm
|
||||
|
||||
forceoctave: macro
|
||||
db $d9
|
||||
db \1 ; octave
|
||||
endm
|
||||
|
||||
tempo: macro
|
||||
db $da
|
||||
bigdw \1 ; tempo
|
||||
endm
|
||||
|
||||
dutycycle: macro
|
||||
db $db
|
||||
db \1 ; duty_cycle
|
||||
endm
|
||||
|
||||
intensity: macro
|
||||
db $dc
|
||||
db \1 ; intensity
|
||||
endm
|
||||
|
||||
soundinput: macro
|
||||
db $dd
|
||||
db \1 ; input
|
||||
endm
|
||||
|
||||
unknownmusic0xde: macro
|
||||
db $de
|
||||
db \1 ; unknown
|
||||
endm
|
||||
|
||||
togglesfx: macro
|
||||
db $df
|
||||
endm
|
||||
|
||||
unknownmusic0xe0: macro
|
||||
db $e0
|
||||
db \1 ; unknown
|
||||
db \2 ; unknown
|
||||
endm
|
||||
|
||||
vibrato: macro
|
||||
db $e1
|
||||
db \1 ; delay
|
||||
db \2 ; extent
|
||||
endm
|
||||
|
||||
unknownmusic0xe2: macro
|
||||
db $e2
|
||||
db \1 ; unknown
|
||||
endm
|
||||
|
||||
togglenoise: macro
|
||||
db $e3
|
||||
db \1 ; id
|
||||
endm
|
||||
|
||||
panning: macro
|
||||
db $e4
|
||||
db \1 ; tracks
|
||||
endm
|
||||
|
||||
volume: macro
|
||||
db $e5
|
||||
db \1 ; volume
|
||||
endm
|
||||
|
||||
tone: macro
|
||||
db $e6
|
||||
bigdw \1 ; tone
|
||||
endm
|
||||
|
||||
unknownmusic0xe7: macro
|
||||
db $e7
|
||||
db \1 ; unknown
|
||||
endm
|
||||
|
||||
unknownmusic0xe8: macro
|
||||
db $e8
|
||||
db \1 ; unknown
|
||||
endm
|
||||
|
||||
globaltempo: macro
|
||||
db $e9
|
||||
bigdw \1 ; value
|
||||
endm
|
||||
|
||||
restartchannel: macro
|
||||
db $ea
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
newsong: macro
|
||||
db $eb
|
||||
bigdw \1 ; id
|
||||
endm
|
||||
|
||||
sfxpriorityon: macro
|
||||
db $ec
|
||||
endm
|
||||
|
||||
sfxpriorityoff: macro
|
||||
db $ed
|
||||
endm
|
||||
|
||||
unknownmusic0xee: macro
|
||||
db $ee
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
stereopanning: macro
|
||||
db $ef
|
||||
db \1 ; tracks
|
||||
endm
|
||||
|
||||
sfxtogglenoise: macro
|
||||
db $f0
|
||||
db \1 ; id
|
||||
endm
|
||||
|
||||
music0xf1: macro
|
||||
db $f1
|
||||
endm
|
||||
|
||||
music0xf2: macro
|
||||
db $f2
|
||||
endm
|
||||
|
||||
music0xf3: macro
|
||||
db $f3
|
||||
endm
|
||||
|
||||
music0xf4: macro
|
||||
db $f4
|
||||
endm
|
||||
|
||||
music0xf5: macro
|
||||
db $f5
|
||||
endm
|
||||
|
||||
music0xf6: macro
|
||||
db $f6
|
||||
endm
|
||||
|
||||
music0xf7: macro
|
||||
db $f7
|
||||
endm
|
||||
|
||||
music0xf8: macro
|
||||
db $f8
|
||||
endm
|
||||
|
||||
unknownmusic0xf9: macro
|
||||
db $f9
|
||||
endm
|
||||
|
||||
setcondition: macro
|
||||
db $fa
|
||||
db \1 ; condition
|
||||
endm
|
||||
|
||||
jumpif: macro
|
||||
db $fb
|
||||
db \1 ; condition
|
||||
dw \2 ; address
|
||||
endm
|
||||
|
||||
jumpchannel: macro
|
||||
db $fc
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
loopchannel: macro
|
||||
db $fd
|
||||
db \1 ; count
|
||||
dw \2 ; address
|
||||
endm
|
||||
|
||||
callchannel: macro
|
||||
db $fe
|
||||
dw \1 ; address
|
||||
endm
|
||||
|
||||
endchannel: macro
|
||||
db $ff
|
||||
endm
|
||||
|
65
macros/text.asm
Normal file
65
macros/text.asm
Normal file
@ -0,0 +1,65 @@
|
||||
text_from_ram: macro
|
||||
db 1
|
||||
dw \1
|
||||
endm
|
||||
|
||||
text_dunno1: macro
|
||||
db 5
|
||||
endm
|
||||
|
||||
text_waitbutton: macro
|
||||
db 6
|
||||
endm
|
||||
|
||||
text_dunno2: macro
|
||||
db 7
|
||||
endm
|
||||
|
||||
start_asm: macro
|
||||
db 8
|
||||
endm
|
||||
|
||||
deciram: macro
|
||||
db 9
|
||||
dw \1
|
||||
db \2
|
||||
endm
|
||||
|
||||
interpret_data: macro
|
||||
db 10
|
||||
endm
|
||||
|
||||
sound0: macro
|
||||
db 11
|
||||
endm
|
||||
|
||||
limited_interpret_data: macro
|
||||
db 12
|
||||
db \1
|
||||
endm
|
||||
|
||||
sound0x0F: macro
|
||||
db $f
|
||||
endm
|
||||
|
||||
sound0x02: macro
|
||||
db $10
|
||||
endm
|
||||
|
||||
sound0x0A: macro
|
||||
db $11
|
||||
endm
|
||||
|
||||
sound0x2C: macro
|
||||
db $13
|
||||
endm
|
||||
|
||||
current_day: macro
|
||||
db $15
|
||||
endm
|
||||
|
||||
text_jump: macro
|
||||
db $16
|
||||
dw \1
|
||||
db BANK(\1)
|
||||
endm
|
279
main.asm
279
main.asm
@ -9148,10 +9148,10 @@ UnknownScript_0xc7fe: ; c7fe
|
||||
special $0035
|
||||
|
||||
UnknownScript_0xc802: ; 0xc802
|
||||
3callasm GetPartyNick
|
||||
2writetext UnknownText_0xc7c4
|
||||
callasm GetPartyNick
|
||||
writetext UnknownText_0xc7c4
|
||||
reloadmappart
|
||||
3callasm Functionc810
|
||||
callasm Functionc810
|
||||
loadmovesprites
|
||||
end
|
||||
; 0xc810
|
||||
@ -9303,8 +9303,8 @@ Functionc8e0: ; c8e0
|
||||
UnknownScript_0xc8e6: ; 0xc8e6
|
||||
reloadmappart
|
||||
special $0035
|
||||
2writetext UnknownText_0xc8f3
|
||||
3callasm Function8c7e1
|
||||
writetext UnknownText_0xc8f3
|
||||
callasm Function8c7e1
|
||||
loadmovesprites
|
||||
end
|
||||
; 0xc8f3
|
||||
@ -9404,11 +9404,11 @@ UnknownScript_0xc983: ; c983
|
||||
special $0035
|
||||
|
||||
UsedSurfScript: ; c986
|
||||
2writetext UsedSurfText ; "used SURF!"
|
||||
writetext UsedSurfText ; "used SURF!"
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
||||
3callasm Functionc9a2 ; empty function
|
||||
callasm Functionc9a2 ; empty function
|
||||
|
||||
copybytetovar Buffer2
|
||||
writevarcode VAR_MOVEMENT
|
||||
@ -9546,7 +9546,7 @@ TrySurfOW:: ; c9e7
|
||||
|
||||
AskSurfScript: ; ca2c
|
||||
loadfont
|
||||
2writetext AskSurfText
|
||||
writetext AskSurfText
|
||||
yesorno
|
||||
iftrue UsedSurfScript
|
||||
loadmovesprites
|
||||
@ -9634,17 +9634,17 @@ Functionca9d: ; ca9d
|
||||
|
||||
UnknownScript_0xcaa3: ; 0xcaa3
|
||||
reloadmappart
|
||||
3callasm HideSprites
|
||||
callasm HideSprites
|
||||
special $0035
|
||||
3callasm Function8caed
|
||||
3call UnknownScript_0x122c1
|
||||
callasm Function8caed
|
||||
farscall UnknownScript_0x122c1
|
||||
special $0000
|
||||
3callasm Function154f1
|
||||
callasm Function154f1
|
||||
writecode $8, $0
|
||||
newloadmap $fc
|
||||
3callasm Function8cb33
|
||||
callasm Function8cb33
|
||||
special $003b
|
||||
3callasm Functioncacb
|
||||
callasm Functioncacb
|
||||
end
|
||||
; 0xcacb
|
||||
|
||||
@ -9703,14 +9703,14 @@ UnknownScript_0xcb1c: ; 0xcb1c
|
||||
special $0035
|
||||
|
||||
UnknownScript_0xcb20: ; 0xcb20
|
||||
3callasm GetPartyNick
|
||||
2writetext UnknownText_0xcb51
|
||||
callasm GetPartyNick
|
||||
writetext UnknownText_0xcb51
|
||||
closetext
|
||||
loadmovesprites
|
||||
playsound SFX_BUBBLEBEAM
|
||||
.loop
|
||||
applymovement $0, WaterfallStep
|
||||
3callasm Functioncb38
|
||||
callasm Functioncb38
|
||||
iffalse .loop
|
||||
end
|
||||
; 0xcb38
|
||||
@ -9771,7 +9771,7 @@ UnknownText_0xcb81: ; 0xcb81
|
||||
|
||||
UnknownScript_0xcb86: ; 0xcb86
|
||||
loadfont
|
||||
2writetext UnknownText_0xcb90
|
||||
writetext UnknownText_0xcb90
|
||||
yesorno
|
||||
iftrue UnknownScript_0xcb20
|
||||
loadmovesprites
|
||||
@ -9892,21 +9892,21 @@ UnknownText_0xcc26: ; 0xcc26
|
||||
UnknownScript_0xcc2b: ; 0xcc2b
|
||||
reloadmappart
|
||||
special $0035
|
||||
2writetext UnknownText_0xcc21
|
||||
2jump UnknownScript_0xcc3c
|
||||
writetext UnknownText_0xcc21
|
||||
jump UnknownScript_0xcc3c
|
||||
; 0xcc35
|
||||
|
||||
UnknownScript_0xcc35: ; 0xcc35
|
||||
reloadmappart
|
||||
special $0035
|
||||
2writetext UnknownText_0xcc1c
|
||||
writetext UnknownText_0xcc1c
|
||||
|
||||
UnknownScript_0xcc3c: ; 0xcc3c
|
||||
closetext
|
||||
loadmovesprites
|
||||
playsound SFX_WARP_TO
|
||||
applymovement $0, MovementData_0xcc59
|
||||
3call UnknownScript_0x122c1
|
||||
farscall UnknownScript_0x122c1
|
||||
special $0000
|
||||
writecode $8, $0
|
||||
newloadmap $f5
|
||||
@ -9998,13 +9998,13 @@ UnknownText_0xccb6: ; 0xccb6
|
||||
UnknownScript_0xccbb: ; 0xccbb
|
||||
reloadmappart
|
||||
special $0035
|
||||
2writetext UnknownText_0xccb1
|
||||
writetext UnknownText_0xccb1
|
||||
pause 60
|
||||
reloadmappart
|
||||
loadmovesprites
|
||||
playsound SFX_WARP_TO
|
||||
applymovement $0, MovementData_0xcce1
|
||||
3call UnknownScript_0x122c1
|
||||
farscall UnknownScript_0x122c1
|
||||
special $0000
|
||||
writecode $8, $0
|
||||
newloadmap $f4
|
||||
@ -10085,12 +10085,12 @@ UnknownScript_0xcd29: ; 0xcd29
|
||||
special $0035
|
||||
|
||||
UnknownScript_0xcd2d: ; 0xcd2d
|
||||
3callasm Functioncd12
|
||||
2writetext UnknownText_0xcd41
|
||||
callasm Functioncd12
|
||||
writetext UnknownText_0xcd41
|
||||
copybytetovar $d1ef
|
||||
cry $0000
|
||||
pause 3
|
||||
2writetext UnknownText_0xcd46
|
||||
writetext UnknownText_0xcd46
|
||||
loadmovesprites
|
||||
end
|
||||
; 0xcd41
|
||||
@ -10106,10 +10106,10 @@ UnknownText_0xcd46: ; 0xcd46
|
||||
; 0xcd4b
|
||||
|
||||
UnknownScript_0xcd4b: ; 0xcd4b
|
||||
3callasm Functioncd78
|
||||
callasm Functioncd78
|
||||
iffalse UnknownScript_0xcd5f
|
||||
if_equal $1, UnknownScript_0xcd59
|
||||
2jump UnknownScript_0xcd5c
|
||||
jump UnknownScript_0xcd5c
|
||||
; 0xcd59
|
||||
|
||||
UnknownScript_0xcd59: ; 0xcd59
|
||||
@ -10122,7 +10122,7 @@ UnknownScript_0xcd5c: ; 0xcd5c
|
||||
|
||||
UnknownScript_0xcd5f: ; 0xcd5f
|
||||
loadfont
|
||||
2writetext UnknownText_0xcd69
|
||||
writetext UnknownText_0xcd69
|
||||
yesorno
|
||||
iftrue UnknownScript_0xcd2d
|
||||
loadmovesprites
|
||||
@ -10265,10 +10265,10 @@ UnknownScript_0xce0b: ; 0xce0b
|
||||
special $0035
|
||||
|
||||
UnknownScript_0xce0f: ; 0xce0f
|
||||
3callasm GetPartyNick
|
||||
2writetext UnknownText_0xcdd9
|
||||
callasm GetPartyNick
|
||||
writetext UnknownText_0xcdd9
|
||||
reloadmappart
|
||||
3callasm Functionce1d
|
||||
callasm Functionce1d
|
||||
loadmovesprites
|
||||
end
|
||||
; 0xce1d
|
||||
@ -10325,7 +10325,7 @@ UnknownText_0xce69: ; 0xce69
|
||||
|
||||
UnknownScript_0xce6e: ; 0xce6e
|
||||
loadfont
|
||||
2writetext UnknownText_0xce78
|
||||
writetext UnknownText_0xce78
|
||||
yesorno
|
||||
iftrue UnknownScript_0xce0f
|
||||
loadmovesprites
|
||||
@ -10378,13 +10378,13 @@ HeadbuttFromMenuScript: ; 0xcea7
|
||||
special $0035
|
||||
|
||||
HeadbuttScript: ; 0xceab
|
||||
3callasm GetPartyNick
|
||||
2writetext UnknownText_0xce9d
|
||||
callasm GetPartyNick
|
||||
writetext UnknownText_0xce9d
|
||||
|
||||
reloadmappart
|
||||
3callasm ShakeHeadbuttTree
|
||||
callasm ShakeHeadbuttTree
|
||||
|
||||
3callasm TreeMonEncounter
|
||||
callasm TreeMonEncounter
|
||||
iffalse .no_battle
|
||||
loadmovesprites
|
||||
battlecheck
|
||||
@ -10393,7 +10393,7 @@ HeadbuttScript: ; 0xceab
|
||||
end
|
||||
|
||||
.no_battle
|
||||
2writetext UnknownText_0xcea2
|
||||
writetext UnknownText_0xcea2
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -10417,7 +10417,7 @@ TryHeadbuttOW:: ; cec9
|
||||
|
||||
AskHeadbuttScript: ; 0xcedc
|
||||
loadfont
|
||||
2writetext UnknownText_0xcee6
|
||||
writetext UnknownText_0xcee6
|
||||
yesorno
|
||||
iftrue HeadbuttScript
|
||||
loadmovesprites
|
||||
@ -10484,8 +10484,8 @@ RockSmashFromMenuScript: ; 0xcf2e
|
||||
special $0035
|
||||
|
||||
RockSmashScript: ; cf32
|
||||
3callasm GetPartyNick
|
||||
2writetext UnknownText_0xcf58
|
||||
callasm GetPartyNick
|
||||
writetext UnknownText_0xcf58
|
||||
loadmovesprites
|
||||
special $003b
|
||||
playsound SFX_STRENGTH
|
||||
@ -10493,7 +10493,7 @@ RockSmashScript: ; cf32
|
||||
applymovement2 MovementData_0xcf55
|
||||
disappear $fe
|
||||
|
||||
3callasm RockMonEncounter
|
||||
callasm RockMonEncounter
|
||||
copybytetovar $d22e
|
||||
iffalse .done
|
||||
battlecheck
|
||||
@ -10513,11 +10513,11 @@ UnknownText_0xcf58: ; 0xcf58
|
||||
; 0xcf5d
|
||||
|
||||
AskRockSmashScript: ; 0xcf5d
|
||||
3callasm HasRockSmash
|
||||
callasm HasRockSmash
|
||||
if_equal 1, .no
|
||||
|
||||
loadfont
|
||||
2writetext UnknownText_0xcf77
|
||||
writetext UnknownText_0xcf77
|
||||
yesorno
|
||||
iftrue RockSmashScript
|
||||
loadmovesprites
|
||||
@ -10652,28 +10652,28 @@ Functiond010: ; d010
|
||||
; d01e
|
||||
|
||||
UnknownScript_0xd01e: ; 0xd01e
|
||||
2call UnknownScript_0xd07c
|
||||
2writetext UnknownText_0xd0a9
|
||||
2jump UnknownScript_0xd02d
|
||||
scall UnknownScript_0xd07c
|
||||
writetext UnknownText_0xd0a9
|
||||
jump UnknownScript_0xd02d
|
||||
; 0xd027
|
||||
|
||||
UnknownScript_0xd027: ; 0xd027
|
||||
2call UnknownScript_0xd07c
|
||||
2writetext UnknownText_0xd0a9
|
||||
scall UnknownScript_0xd07c
|
||||
writetext UnknownText_0xd0a9
|
||||
|
||||
UnknownScript_0xd02d: ; 0xd02d
|
||||
loademote $8
|
||||
3callasm Functiond095
|
||||
callasm Functiond095
|
||||
loadmovesprites
|
||||
end
|
||||
; 0xd035
|
||||
|
||||
UnknownScript_0xd035: ; 0xd035
|
||||
2call UnknownScript_0xd07c
|
||||
3callasm Functiond06c
|
||||
scall UnknownScript_0xd07c
|
||||
callasm Functiond06c
|
||||
iffalse UnknownScript_0xd046
|
||||
applymovement $0, MovementData_0xd062
|
||||
2jump UnknownScript_0xd04a
|
||||
jump UnknownScript_0xd04a
|
||||
; 0xd046
|
||||
|
||||
UnknownScript_0xd046: ; 0xd046
|
||||
@ -10682,8 +10682,8 @@ UnknownScript_0xd046: ; 0xd046
|
||||
UnknownScript_0xd04a: ; 0xd04a
|
||||
pause 40
|
||||
applymovement $0, MovementData_0xd069
|
||||
2writetext UnknownText_0xd0a4
|
||||
3callasm Functiond095
|
||||
writetext UnknownText_0xd0a4
|
||||
callasm Functiond095
|
||||
loadmovesprites
|
||||
battlecheck
|
||||
startbattle
|
||||
@ -10734,7 +10734,7 @@ UnknownScript_0xd07c: ; 0xd07c
|
||||
loadvar $ffd4, $0
|
||||
special $0035
|
||||
loademote $9
|
||||
3callasm Functionb84b3
|
||||
callasm Functionb84b3
|
||||
loademote $0
|
||||
applymovement $0, MovementData_0xd093
|
||||
pause 40
|
||||
@ -10868,7 +10868,7 @@ UnknownScript_0xd13e: ; 0xd13e
|
||||
reloadmappart
|
||||
special $0035
|
||||
writecode $8, $1
|
||||
2writetext UnknownText_0xd17c
|
||||
writetext UnknownText_0xd17c
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $0038
|
||||
@ -10888,7 +10888,7 @@ UnknownScript_0xd158: ; 0xd158
|
||||
reloadmappart
|
||||
special $0035
|
||||
writecode $8, $0
|
||||
2writetext UnknownText_0xd181
|
||||
writetext UnknownText_0xd181
|
||||
closetext
|
||||
|
||||
UnknownScript_0xd163:
|
||||
@ -10900,11 +10900,11 @@ UnknownScript_0xd163:
|
||||
|
||||
UnknownScript_0xd16b: ; 0xd16b
|
||||
writecode $8, $0
|
||||
2jump UnknownScript_0xd163
|
||||
jump UnknownScript_0xd163
|
||||
; 0xd171
|
||||
|
||||
UnknownScript_0xd171: ; 0xd171
|
||||
2writetext UnknownText_0xd177
|
||||
writetext UnknownText_0xd177
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -10954,10 +10954,10 @@ TryCutOW:: ; d186
|
||||
|
||||
AskCutScript: ; 0xd1a9
|
||||
loadfont
|
||||
2writetext UnknownText_0xd1c8
|
||||
writetext UnknownText_0xd1c8
|
||||
yesorno
|
||||
iffalse .script_d1b8
|
||||
3callasm Functiond1ba
|
||||
callasm Functiond1ba
|
||||
iftrue UnknownScript_0xc802
|
||||
.script_d1b8
|
||||
loadmovesprites
|
||||
@ -18387,11 +18387,11 @@ UnknownScript_0x122c1: ; 0x122c1
|
||||
; 0x122ce
|
||||
|
||||
UnknownScript_0x122ce:: ; 0x122ce
|
||||
3callasm Function122f8
|
||||
callasm Function122f8
|
||||
iffalse UnknownScript_0x122e3
|
||||
disappear $fe
|
||||
loadfont
|
||||
2writetext UnknownText_0x122ee
|
||||
writetext UnknownText_0x122ee
|
||||
playsound SFX_ITEM
|
||||
pause 60
|
||||
itemnotify
|
||||
@ -18401,9 +18401,9 @@ UnknownScript_0x122ce:: ; 0x122ce
|
||||
|
||||
UnknownScript_0x122e3: ; 0x122e3
|
||||
loadfont
|
||||
2writetext UnknownText_0x122ee
|
||||
writetext UnknownText_0x122ee
|
||||
closetext
|
||||
2writetext UnknownText_0x122f3
|
||||
writetext UnknownText_0x122f3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -18701,25 +18701,25 @@ Function124a3: ; 124a3
|
||||
; 124c1
|
||||
|
||||
UnknownScript_0x124c1:: ; 0x124c1
|
||||
3callasm Function1250a
|
||||
2jump UnknownScript_0x124ce
|
||||
callasm Function1250a
|
||||
jump UnknownScript_0x124ce
|
||||
; 0x124c8
|
||||
|
||||
UnknownScript_0x124c8:: ; 0x124c8
|
||||
refreshscreen $0
|
||||
3callasm Function124fa
|
||||
callasm Function124fa
|
||||
|
||||
UnknownScript_0x124ce: ; 0x124ce
|
||||
2writetext UnknownText_0x124f5
|
||||
writetext UnknownText_0x124f5
|
||||
closetext
|
||||
special $002e
|
||||
pause 40
|
||||
special $001b
|
||||
checkflag $0011
|
||||
iftrue .script_64f2
|
||||
3callasm HalveMoney
|
||||
3callasm Function12527
|
||||
3call UnknownScript_0x122c1
|
||||
callasm HalveMoney
|
||||
callasm Function12527
|
||||
farscall UnknownScript_0x122c1
|
||||
special $0000
|
||||
newloadmap $f1
|
||||
resetfuncs
|
||||
@ -18888,8 +18888,8 @@ Function12599: ; 12599
|
||||
UnknownScript_0x125ad: ; 0x125ad
|
||||
reloadmappart
|
||||
special $0035
|
||||
3callasm Function12599
|
||||
2writetext UnknownText_0x125c3
|
||||
callasm Function12599
|
||||
writetext UnknownText_0x125c3
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x125ba
|
||||
@ -18897,7 +18897,7 @@ UnknownScript_0x125ad: ; 0x125ad
|
||||
UnknownScript_0x125ba: ; 0x125ba
|
||||
reloadmappart
|
||||
special $0035
|
||||
2writetext UnknownText_0x125c8
|
||||
writetext UnknownText_0x125c8
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x125c3
|
||||
@ -21356,15 +21356,15 @@ UnknownScript_0x135eb:: ; 0x135eb
|
||||
UnknownScript_0x135f8:: ; 0x135f8
|
||||
playsound SFX_ELEVATOR_END
|
||||
loadfont
|
||||
2writetext UnknownText_0x1360f
|
||||
writetext UnknownText_0x1360f
|
||||
closetext
|
||||
2jump UnknownScript_0x1360b
|
||||
jump UnknownScript_0x1360b
|
||||
; 0x13603
|
||||
|
||||
UnknownScript_0x13603: ; 0x13603
|
||||
playsound SFX_ELEVATOR_END
|
||||
loadfont
|
||||
2writetext UnknownText_0x13614
|
||||
writetext UnknownText_0x13614
|
||||
closetext
|
||||
|
||||
UnknownScript_0x1360b: ; 0x1360b
|
||||
@ -21386,7 +21386,7 @@ UnknownText_0x13614: ; 0x13614
|
||||
|
||||
UnknownScript_0x13619:: ; 0x13619
|
||||
loadfont
|
||||
2writetext UnknownText_0x13620
|
||||
writetext UnknownText_0x13620
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -21402,18 +21402,18 @@ UnknownScript_0x13625:: ; 0x13625
|
||||
loadfont
|
||||
copybytetovar Unkn2Pals
|
||||
itemtotext $0, $0
|
||||
2writetext UnknownText_0x13645
|
||||
writetext UnknownText_0x13645
|
||||
giveitem $ff, $1
|
||||
iffalse UnknownScript_0x1363e
|
||||
3callasm Function1364f
|
||||
callasm Function1364f
|
||||
specialsound
|
||||
itemnotify
|
||||
2jump UnknownScript_0x13643
|
||||
jump UnknownScript_0x13643
|
||||
; 0x1363e
|
||||
|
||||
UnknownScript_0x1363e: ; 0x1363e
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x1364a
|
||||
writetext UnknownText_0x1364a
|
||||
closetext
|
||||
|
||||
UnknownScript_0x13643: ; 13643
|
||||
@ -21478,11 +21478,11 @@ Function1365b:: ; 1365b
|
||||
dbw $97, $0009 ; tv
|
||||
dbw $9d, $0008 ; window
|
||||
dbw $9f, $0005 ; incense burner
|
||||
dbw $ff ; end
|
||||
db $ff ; end
|
||||
; 1369a
|
||||
|
||||
UnknownScript_0x1369a: ; 0x1369a
|
||||
2jump $d03f
|
||||
jump $d03f
|
||||
; 0x1369d
|
||||
|
||||
|
||||
@ -35685,7 +35685,7 @@ Unknown_26f84: ; 26f84
|
||||
|
||||
UnknownScript_0x26f91: ; 0x26f91
|
||||
loadfont
|
||||
2writetext UnknownText_0x26f9b
|
||||
writetext UnknownText_0x26f9b
|
||||
closetext
|
||||
special $0026
|
||||
loadmovesprites
|
||||
@ -58763,16 +58763,16 @@ Function50658: ; 50658
|
||||
; 50669
|
||||
|
||||
UnknownScript_0x50669: ; 50669
|
||||
3callasm Function50658
|
||||
callasm Function50658
|
||||
loadfont
|
||||
3callasm Function5067b
|
||||
callasm Function5067b
|
||||
iffalse UnknownScript_0x50677
|
||||
loadmovesprites
|
||||
end
|
||||
; 50677
|
||||
|
||||
UnknownScript_0x50677: ; 50677
|
||||
3jump UnknownScript_0x124c8
|
||||
farjump UnknownScript_0x124c8
|
||||
; 5067b
|
||||
|
||||
Function5067b: ; 5067b
|
||||
@ -58826,10 +58826,10 @@ Function506bc: ; 506bc
|
||||
UnknownScript_0x506c8: ; 0x506c8
|
||||
reloadmappart
|
||||
special $0035
|
||||
3callasm GetPartyNick
|
||||
2writetext UnknownText_0x50726
|
||||
callasm GetPartyNick
|
||||
writetext UnknownText_0x50726
|
||||
closetext
|
||||
3callasm Function506ef
|
||||
callasm Function506ef
|
||||
iffalse UnknownScript_0x506e9
|
||||
checkflag $0011
|
||||
iftrue UnknownScript_0x506e5
|
||||
@ -58840,11 +58840,11 @@ UnknownScript_0x506c8: ; 0x506c8
|
||||
; 0x506e5
|
||||
|
||||
UnknownScript_0x506e5: ; 0x506e5
|
||||
3jump UnknownScript_0x135eb
|
||||
farjump UnknownScript_0x135eb
|
||||
; 0x506e9
|
||||
|
||||
UnknownScript_0x506e9: ; 0x506e9
|
||||
2writetext UnknownText_0x5072b
|
||||
writetext UnknownText_0x5072b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -58903,9 +58903,9 @@ _Squirtbottle: ; 50730
|
||||
UnknownScript_0x5073c: ; 0x5073c
|
||||
reloadmappart
|
||||
special $0035
|
||||
3callasm Function50753
|
||||
callasm Function50753
|
||||
iffalse UnknownScript_0x5074b
|
||||
3jump WateredWeirdTreeScript
|
||||
farjump WateredWeirdTreeScript
|
||||
; 0x5074b
|
||||
|
||||
UnknownScript_0x5074b: ; 0x5074b
|
||||
@ -58981,7 +58981,7 @@ _CardKey: ; 50779
|
||||
|
||||
UnknownScript_0x507af: ; 0x507af
|
||||
loadmovesprites
|
||||
3jump MapRadioTower3FSignpost2Script
|
||||
farjump MapRadioTower3FSignpost2Script
|
||||
; 0x507b4
|
||||
|
||||
|
||||
@ -59016,7 +59016,7 @@ _BasementKey: ; 507b4
|
||||
|
||||
UnknownScript_0x507e1: ; 0x507e1
|
||||
loadmovesprites
|
||||
3jump MapWarehouseEntranceSignpost0Script
|
||||
farjump MapWarehouseEntranceSignpost0Script
|
||||
; 0x507e6
|
||||
|
||||
|
||||
@ -59080,7 +59080,7 @@ UnknownScript_0x50821: ; 0x50821
|
||||
special $002e
|
||||
special $0031
|
||||
waitbutton
|
||||
2writetext UnknownText_0x50845
|
||||
writetext UnknownText_0x50845
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitbutton
|
||||
closetext
|
||||
@ -78605,7 +78605,7 @@ Function90136:: ; 90136 (24:4136)
|
||||
|
||||
UnknownScript_0x90173: ; 0x90173
|
||||
pause 30
|
||||
2jump UnknownScript_0x90241
|
||||
jump UnknownScript_0x90241
|
||||
; 0x90178
|
||||
|
||||
Function90178: ; 90178 (24:4178)
|
||||
@ -78698,12 +78698,12 @@ Function90199: ; 90199 (24:4199)
|
||||
; 90205 (24:4205)
|
||||
|
||||
UnknownScript_0x90205: ; 0x90205
|
||||
2ptcall $d002
|
||||
ptcall $d002
|
||||
return
|
||||
; 0x90209
|
||||
|
||||
UnknownScript_0x90209: ; 0x90209
|
||||
2call UnknownScript_0x90657
|
||||
scall UnknownScript_0x90657
|
||||
return
|
||||
; 0x9020d
|
||||
|
||||
@ -78734,7 +78734,7 @@ Unknown_90233: ; 90233
|
||||
db 0, 0
|
||||
dbw BANK(UnknownScript_0x90238), UnknownScript_0x90238
|
||||
UnknownScript_0x90238:
|
||||
2writetext UnknownText_0x9023c
|
||||
writetext UnknownText_0x9023c
|
||||
end
|
||||
UnknownText_0x9023c:
|
||||
text_jump UnknownText_0x1c5565
|
||||
@ -78743,18 +78743,18 @@ UnknownText_0x9023c:
|
||||
|
||||
UnknownScript_0x90241: ; 0x90241
|
||||
refreshscreen $0
|
||||
3callasm Function9026f
|
||||
2ptcall $d048
|
||||
callasm Function9026f
|
||||
ptcall $d048
|
||||
closetext
|
||||
3callasm Function902eb
|
||||
callasm Function902eb
|
||||
loadmovesprites
|
||||
3callasm Function113e5
|
||||
callasm Function113e5
|
||||
end
|
||||
; 0x90255
|
||||
|
||||
UnknownScript_0x90255:: ; 0x90255
|
||||
3callasm Function9025c
|
||||
2jump UnknownScript_0x90241
|
||||
callasm Function9025c
|
||||
jump UnknownScript_0x90241
|
||||
; 0x9025c
|
||||
|
||||
Function9025c: ; 9025c
|
||||
@ -78763,9 +78763,9 @@ Function9025c: ; 9025c
|
||||
; 90261
|
||||
|
||||
UnknownScript_0x90261: ; 0x90261
|
||||
3callasm Function9026a
|
||||
callasm Function9026a
|
||||
pause 30
|
||||
2jump UnknownScript_0x90241
|
||||
jump UnknownScript_0x90241
|
||||
; 0x9026a
|
||||
|
||||
Function9026a: ; 9026a
|
||||
@ -79150,7 +79150,7 @@ Unknown_90627: ; 90627
|
||||
; 90657
|
||||
|
||||
UnknownScript_0x90657: ; 0x90657
|
||||
2writetext UnknownText_0x9065b
|
||||
writetext UnknownText_0x9065b
|
||||
end
|
||||
; 0x9065b
|
||||
|
||||
@ -79161,7 +79161,7 @@ UnknownText_0x9065b: ; 0x9065b
|
||||
; 0x90660
|
||||
|
||||
UnknownScript_0x90660: ; 0x90660
|
||||
2writetext UnknownText_0x90664
|
||||
writetext UnknownText_0x90664
|
||||
end
|
||||
; 0x90664
|
||||
|
||||
@ -79172,7 +79172,7 @@ UnknownText_0x90664: ; 0x90664
|
||||
; 0x90669
|
||||
|
||||
UnknownScript_0x90669: ; 0x90669
|
||||
2writetext UnknownText_0x9066d
|
||||
writetext UnknownText_0x9066d
|
||||
end
|
||||
; 0x9066d
|
||||
|
||||
@ -100156,8 +100156,8 @@ Functionfcfec:: ; fcfec
|
||||
; fd00f
|
||||
|
||||
UnknownScript_0xfd00f: ; 0xfd00f
|
||||
3callasm Functionfd017
|
||||
3jump UnknownScript_0x90241
|
||||
callasm Functionfd017
|
||||
farjump UnknownScript_0x90241
|
||||
; 0xfd017
|
||||
|
||||
Functionfd017: ; fd017
|
||||
@ -100303,18 +100303,18 @@ Functionfd0eb: ; fd0eb (3f:50eb)
|
||||
; fd0fd (3f:50fd)
|
||||
|
||||
UnknownScript_0xfd0fd: ; 0xfd0fd
|
||||
2writetext UnknownText_0xfd1b1
|
||||
2writetext UnknownText_0xfd1b6
|
||||
2writetext UnknownText_0xfd1bb
|
||||
2writetext UnknownText_0xfd1c0
|
||||
writetext UnknownText_0xfd1b1
|
||||
writetext UnknownText_0xfd1b6
|
||||
writetext UnknownText_0xfd1bb
|
||||
writetext UnknownText_0xfd1c0
|
||||
end
|
||||
; 0xfd10a
|
||||
|
||||
UnknownScript_0xfd10a: ; 0xfd10a
|
||||
2writetext UnknownText_0xfd1b1
|
||||
2writetext UnknownText_0xfd1c5
|
||||
2writetext UnknownText_0xfd1bb
|
||||
2writetext UnknownText_0xfd1ca
|
||||
writetext UnknownText_0xfd1b1
|
||||
writetext UnknownText_0xfd1c5
|
||||
writetext UnknownText_0xfd1bb
|
||||
writetext UnknownText_0xfd1ca
|
||||
end
|
||||
; 0xfd117
|
||||
|
||||
@ -113822,6 +113822,11 @@ Function117cdd: ; 0x117cdd
|
||||
|
||||
SECTION "bank46", ROMX, BANK[$46]
|
||||
|
||||
; This section should be part of a dedicated mobile object.
|
||||
; Until then, undo the existing charmap.
|
||||
|
||||
charmap " ", $20 ; revert to ascii
|
||||
|
||||
Function118000: ; 118000
|
||||
ld a, $1
|
||||
ld [$cd38], a
|
||||
@ -114532,29 +114537,23 @@ Function118b24: ; 118b24 (46:4b24)
|
||||
INCBIN "baserom.gbc",$118b42,$118ba5 - $118b42
|
||||
|
||||
ExchangeDownloadURL: ; 0x118ba5
|
||||
ascii "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/exchange/index.txt"
|
||||
|
||||
db $0
|
||||
db "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/exchange/index.txt", 0
|
||||
|
||||
BattleDownloadURL: ; 0x118bf7
|
||||
ascii "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/battle/index.txt"
|
||||
|
||||
db $0
|
||||
db "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/battle/index.txt", 0
|
||||
|
||||
NewsDownloadURL: ; 0x118c47
|
||||
ascii "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/news/index.txt"
|
||||
|
||||
db $0
|
||||
db "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/news/index.txt", 0
|
||||
|
||||
MenuDownloadURL: ; 0x118c95
|
||||
ascii "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/POKESTA/menu.cgb"
|
||||
|
||||
db $0
|
||||
db "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/POKESTA/menu.cgb", 0
|
||||
|
||||
IndexDownloadURL: ; 0x118ce4
|
||||
ascii "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/tamago/index.txt"
|
||||
db "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/tamago/index.txt", 0
|
||||
|
||||
db $0
|
||||
|
||||
SECTION "bank46_2", ROMX, BANK[$46]
|
||||
; A hack to use ascii above.
|
||||
|
||||
INCBIN "baserom.gbc",$118d35,$118e39 - $118d35
|
||||
|
||||
|
@ -11,7 +11,7 @@ BugsyScript_0x18ec1e: ; 0x18ec1e
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_BUGSY
|
||||
iftrue UnknownScript_0x18ec48
|
||||
2writetext UnknownText_0x18ed0b
|
||||
writetext UnknownText_0x18ed0b
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x18edae, $0000
|
||||
@ -20,12 +20,12 @@ BugsyScript_0x18ec1e: ; 0x18ec1e
|
||||
returnafterbattle
|
||||
setevent EVENT_BEAT_BUGSY
|
||||
loadfont
|
||||
2writetext UnknownText_0x18ee14
|
||||
writetext UnknownText_0x18ee14
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $001c
|
||||
checkcode $7
|
||||
2call UnknownScript_0x18ec73
|
||||
scall UnknownScript_0x18ec73
|
||||
UnknownScript_0x18ec48: ; 0x18ec48
|
||||
checkevent EVENT_GOT_TM49_FURY_CUTTER
|
||||
iftrue UnknownScript_0x18ec6d
|
||||
@ -33,19 +33,19 @@ UnknownScript_0x18ec48: ; 0x18ec48
|
||||
setevent EVENT_BEAT_BUG_CATCHER_BENNY
|
||||
setevent EVENT_BEAT_BUG_CATCHER_AL
|
||||
setevent EVENT_BEAT_BUG_CATCHER_JOSH
|
||||
2writetext UnknownText_0x18ee2b
|
||||
writetext UnknownText_0x18ee2b
|
||||
keeptextopen
|
||||
verbosegiveitem TM_49, 1
|
||||
iffalse UnknownScript_0x18ec71
|
||||
setevent EVENT_GOT_TM49_FURY_CUTTER
|
||||
2writetext UnknownText_0x18eefa
|
||||
writetext UnknownText_0x18eefa
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18ec6d
|
||||
|
||||
UnknownScript_0x18ec6d: ; 0x18ec6d
|
||||
2writetext UnknownText_0x18ef98
|
||||
writetext UnknownText_0x18ef98
|
||||
closetext
|
||||
UnknownScript_0x18ec71: ; 0x18ec71
|
||||
loadmovesprites
|
||||
@ -89,7 +89,7 @@ TrainerTwinsAmyandmay1: ; 0x18ec82
|
||||
TwinsAmyandmay1Script: ; 0x18ec8e
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18f1fc
|
||||
writetext UnknownText_0x18f1fc
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -118,7 +118,7 @@ TrainerTwinsAmyandmay2: ; 0x18ec96
|
||||
TwinsAmyandmay2Script: ; 0x18eca2
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18f269
|
||||
writetext UnknownText_0x18f269
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -147,7 +147,7 @@ TrainerBug_catcherBug_catcher_benny: ; 0x18ecaa
|
||||
Bug_catcherBug_catcher_bennyScript: ; 0x18ecb6
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18f053
|
||||
writetext UnknownText_0x18f053
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -176,7 +176,7 @@ TrainerBug_catcherAl: ; 0x18ecbe
|
||||
Bug_catcherAlScript: ; 0x18ecca
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18f0d3
|
||||
writetext UnknownText_0x18f0d3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -205,7 +205,7 @@ TrainerBug_catcherJosh: ; 0x18ecd2
|
||||
Bug_catcherJoshScript: ; 0x18ecde
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18f17e
|
||||
writetext UnknownText_0x18f17e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -216,14 +216,14 @@ AzaleaGymGuyScript: ; 0x18ece6
|
||||
checkevent EVENT_BEAT_BUGSY
|
||||
iftrue .AzaleaGymGuyWinScript
|
||||
loadfont
|
||||
2writetext AzaleaGymGuyText
|
||||
writetext AzaleaGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.AzaleaGymGuyWinScript
|
||||
loadfont
|
||||
2writetext AzaleaGymGuyWinText
|
||||
writetext AzaleaGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -41,7 +41,7 @@ UnknownScript_0x198018: ; 0x198018
|
||||
appear $b
|
||||
applymovement $b, MovementData_0x198134
|
||||
spriteface $0, $0
|
||||
2jump UnknownScript_0x198049
|
||||
jump UnknownScript_0x198049
|
||||
; 0x198034
|
||||
|
||||
UnknownScript_0x198034: ; 0x198034
|
||||
@ -55,7 +55,7 @@ UnknownScript_0x198034: ; 0x198034
|
||||
UnknownScript_0x198049: ; 0x198049
|
||||
playmusic MUSIC_RIVAL_ENCOUNTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x19814d
|
||||
writetext UnknownText_0x19814d
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $06bf
|
||||
@ -69,7 +69,7 @@ UnknownScript_0x198049: ; 0x198049
|
||||
startbattle
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
2jump UnknownScript_0x198091
|
||||
jump UnknownScript_0x198091
|
||||
; 0x198071
|
||||
|
||||
UnknownScript_0x198071: ; 0x198071
|
||||
@ -79,7 +79,7 @@ UnknownScript_0x198071: ; 0x198071
|
||||
startbattle
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
2jump UnknownScript_0x198091
|
||||
jump UnknownScript_0x198091
|
||||
; 0x198081
|
||||
|
||||
UnknownScript_0x198081: ; 0x198081
|
||||
@ -89,13 +89,13 @@ UnknownScript_0x198081: ; 0x198081
|
||||
startbattle
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
2jump UnknownScript_0x198091
|
||||
jump UnknownScript_0x198091
|
||||
; 0x198091
|
||||
|
||||
UnknownScript_0x198091: ; 0x198091
|
||||
playmusic MUSIC_RIVAL_AFTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x198233
|
||||
writetext UnknownText_0x198233
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $0, $2
|
||||
@ -121,14 +121,14 @@ GrampsScript_0x1980b1: ; 0x1980b1
|
||||
loadfont
|
||||
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
||||
iftrue UnknownScript_0x1980bf
|
||||
2writetext UnknownText_0x19841b
|
||||
writetext UnknownText_0x19841b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1980bf
|
||||
|
||||
UnknownScript_0x1980bf: ; 0x1980bf
|
||||
2writetext UnknownText_0x198473
|
||||
writetext UnknownText_0x198473
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -144,9 +144,9 @@ YoungsterScript_0x1980c8: ; 0x1980c8
|
||||
|
||||
SlowpokeScript_0x1980cb: ; 0x1980cb
|
||||
loadfont
|
||||
2writetext UnknownText_0x1985b0
|
||||
writetext UnknownText_0x1985b0
|
||||
pause 60
|
||||
2writetext UnknownText_0x1985c3
|
||||
writetext UnknownText_0x1985c3
|
||||
cry SLOWPOKE
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -157,7 +157,7 @@ WoosterScript: ; 0x1980da
|
||||
; unused
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext WoosterText
|
||||
writetext WoosterText
|
||||
cry QUAGSIRE
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -167,12 +167,12 @@ WoosterScript: ; 0x1980da
|
||||
UnknownScript_0x1980e5: ; 0x1980e5
|
||||
applymovement $0, MovementData_0x198148
|
||||
loadfont
|
||||
2writetext UnknownText_0x1985df
|
||||
writetext UnknownText_0x1985df
|
||||
keeptextopen
|
||||
spriteface $d, $3
|
||||
2writetext UnknownText_0x19860b
|
||||
writetext UnknownText_0x19860b
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x198628
|
||||
writetext UnknownText_0x198628
|
||||
closetext
|
||||
verbosegiveitem GS_BALL, 1
|
||||
spriteface $d, $2
|
||||
@ -187,7 +187,7 @@ UnknownScript_0x1980e5: ; 0x1980e5
|
||||
KurtOutsideScript_0x19810c: ; 0x19810c
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x198628
|
||||
writetext UnknownText_0x198628
|
||||
closetext
|
||||
spriteface $d, $2
|
||||
loadmovesprites
|
||||
|
@ -21,7 +21,7 @@ UnknownScript_0x9e39d: ; 0x9e39d
|
||||
if_equal $3, UnknownScript_0x9e3d1
|
||||
if_equal $4, UnknownScript_0x9e3d1
|
||||
loadfont
|
||||
2writetext UnknownText_0x9f037
|
||||
writetext UnknownText_0x9f037
|
||||
closetext
|
||||
loadmovesprites
|
||||
priorityjump UnknownScript_0x9e44e
|
||||
@ -45,10 +45,10 @@ UnknownScript_0x9e3d3: ; 0x9e3d3
|
||||
|
||||
MapBattleTower1FSignpost0Script: ; 0x9e3d4
|
||||
loadfont
|
||||
2writetext UnknownText_0x9ed3c
|
||||
writetext UnknownText_0x9ed3c
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3e0
|
||||
2writetext UnknownText_0x9ed72
|
||||
writetext UnknownText_0x9ed72
|
||||
closetext
|
||||
UnknownScript_0x9e3e0: ; 0x9e3e0
|
||||
loadmovesprites
|
||||
@ -60,21 +60,21 @@ ReceptionistScript_0x9e3e2: ; 0x9e3e2
|
||||
special $0086
|
||||
if_equal $3, BattleTowerBattleRoomScript_0x9f4e4
|
||||
loadfont
|
||||
2writetext UnknownText_0x9e5ab
|
||||
writetext UnknownText_0x9e5ab
|
||||
keeptextopen
|
||||
writebyte $0
|
||||
special $0086
|
||||
if_not_equal $0, UnknownScript_0x9e3fc
|
||||
2jump UnknownScript_0x9e49e
|
||||
jump UnknownScript_0x9e49e
|
||||
; 0x9e3fc
|
||||
|
||||
UnknownScript_0x9e3fc: ; 0x9e3fc
|
||||
2writetext UnknownText_0x9e5ea
|
||||
writetext UnknownText_0x9e5ea
|
||||
writebyte $1
|
||||
special $0088
|
||||
if_equal $1, UnknownScript_0x9e40f
|
||||
if_equal $2, UnknownScript_0x9e4a5
|
||||
2jump UnknownScript_0x9e4b0
|
||||
jump UnknownScript_0x9e4b0
|
||||
; 0x9e40f
|
||||
|
||||
UnknownScript_0x9e40f: ; 0x9e40f
|
||||
@ -82,7 +82,7 @@ UnknownScript_0x9e40f: ; 0x9e40f
|
||||
special $0086
|
||||
special $007c
|
||||
if_not_equal $0, UnknownScript_0x9e4bb
|
||||
2writetext UnknownText_0x9ef1f
|
||||
writetext UnknownText_0x9ef1f
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
dotrigger $0
|
||||
@ -96,12 +96,12 @@ UnknownScript_0x9e40f: ; 0x9e40f
|
||||
if_not_equal $0, UnknownScript_0x9e550
|
||||
writebyte $11
|
||||
special $0086
|
||||
2writetext UnknownText_0x9e60a
|
||||
writetext UnknownText_0x9e60a
|
||||
closetext
|
||||
loadmovesprites
|
||||
writebyte $1e
|
||||
special $0086
|
||||
2jump UnknownScript_0x9e454
|
||||
jump UnknownScript_0x9e454
|
||||
; 0x9e44e
|
||||
|
||||
UnknownScript_0x9e44e: ; 0x9e44e
|
||||
@ -133,7 +133,7 @@ UnknownScript_0x9e47a: ; 0x9e47a
|
||||
if_equal $12, UnknownScript_0x9e498
|
||||
itemtotext $0, $1
|
||||
giveitem $ff, $5
|
||||
2writetext UnknownText_0x9eb7e
|
||||
writetext UnknownText_0x9eb7e
|
||||
writebyte $1d
|
||||
special $0086
|
||||
loadmovesprites
|
||||
@ -141,26 +141,26 @@ UnknownScript_0x9e47a: ; 0x9e47a
|
||||
; 0x9e498
|
||||
|
||||
UnknownScript_0x9e498: ; 0x9e498
|
||||
2writetext UnknownText_0x9eb94
|
||||
writetext UnknownText_0x9eb94
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9e49e
|
||||
|
||||
UnknownScript_0x9e49e: ; 0x9e49e
|
||||
2writetext UnknownText_0x9ec3d
|
||||
writetext UnknownText_0x9ec3d
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e4a8
|
||||
UnknownScript_0x9e4a5: ; 0x9e4a5
|
||||
2writetext UnknownText_0x9e886
|
||||
writetext UnknownText_0x9e886
|
||||
UnknownScript_0x9e4a8: ; 0x9e4a8
|
||||
writebyte $1
|
||||
special $0086
|
||||
2jump UnknownScript_0x9e3fc
|
||||
jump UnknownScript_0x9e3fc
|
||||
; 0x9e4b0
|
||||
|
||||
UnknownScript_0x9e4b0: ; 0x9e4b0
|
||||
2writetext UnknownText_0x9ec09
|
||||
writetext UnknownText_0x9ec09
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -180,7 +180,7 @@ UnknownScript_0x9e4bb: ; 0x9e4bb
|
||||
|
||||
|
||||
UnknownScript_0x9e4be: ; 0x9e4be
|
||||
2writetext UnknownText_0x9ef1f
|
||||
writetext UnknownText_0x9ef1f
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
special $0004
|
||||
@ -190,9 +190,9 @@ UnknownScript_0x9e4be: ; 0x9e4be
|
||||
special $0075
|
||||
if_equal $a, UnknownScript_0x9e3fc
|
||||
if_not_equal $0, UnknownScript_0x9e550
|
||||
2writetext UnknownText_0x9e9eb
|
||||
writetext UnknownText_0x9e9eb
|
||||
spriteface $2, $2
|
||||
2writetext UnknownText_0x9ea1b
|
||||
writetext UnknownText_0x9ea1b
|
||||
closetext
|
||||
spriteface $2, $0
|
||||
loadmovesprites
|
||||
@ -211,16 +211,16 @@ UnknownScript_0x9e4ea: ; 0x9e4ea
|
||||
writebyte $5
|
||||
special $0086
|
||||
if_equal $0, UnknownScript_0x9e512
|
||||
2writetext UnknownText_0x9ecb0
|
||||
2jump UnknownScript_0x9e515
|
||||
writetext UnknownText_0x9ecb0
|
||||
jump UnknownScript_0x9e515
|
||||
; 0x9e512
|
||||
|
||||
UnknownScript_0x9e512: ; 0x9e512
|
||||
2writetext UnknownText_0x9ec6d
|
||||
writetext UnknownText_0x9ec6d
|
||||
UnknownScript_0x9e515: ; 0x9e515
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
2writetext UnknownText_0x9ef79
|
||||
writetext UnknownText_0x9ef79
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
dotrigger $0
|
||||
@ -231,27 +231,27 @@ UnknownScript_0x9e515: ; 0x9e515
|
||||
special $0086
|
||||
writebyte $12
|
||||
special $0086
|
||||
2writetext UnknownText_0x9e60a
|
||||
writetext UnknownText_0x9e60a
|
||||
closetext
|
||||
2jump UnknownScript_0x9e44e
|
||||
jump UnknownScript_0x9e44e
|
||||
; 0x9e53b
|
||||
|
||||
UnknownScript_0x9e53b: ; 0x9e53b
|
||||
2writetext UnknownText_0x9f076
|
||||
writetext UnknownText_0x9f076
|
||||
closetext
|
||||
2jump UnknownScript_0x9e4b0
|
||||
jump UnknownScript_0x9e4b0
|
||||
; 0x9e542
|
||||
|
||||
UnknownScript_0x9e542: ; 0x9e542
|
||||
2writetext UnknownText_0x9f1e5
|
||||
writetext UnknownText_0x9f1e5
|
||||
closetext
|
||||
2jump UnknownScript_0x9e3fc
|
||||
jump UnknownScript_0x9e3fc
|
||||
; 0x9e549
|
||||
|
||||
UnknownScript_0x9e549: ; 0x9e549
|
||||
2writetext UnknownText_0x9f217
|
||||
writetext UnknownText_0x9f217
|
||||
closetext
|
||||
2jump UnknownScript_0x9e3fc
|
||||
jump UnknownScript_0x9e3fc
|
||||
; 0x9e550
|
||||
|
||||
UnknownScript_0x9e550: ; 0x9e550
|
||||
@ -262,15 +262,15 @@ UnknownScript_0x9e550: ; 0x9e550
|
||||
|
||||
UnknownScript_0x9e555: ; 0x9e555
|
||||
loadfont
|
||||
2writetext UnknownText_0x9ee18
|
||||
writetext UnknownText_0x9ee18
|
||||
closetext
|
||||
2jump UnknownScript_0x9e4b0
|
||||
jump UnknownScript_0x9e4b0
|
||||
; 0x9e55d
|
||||
|
||||
YoungsterScript_0x9e55d: ; 0x9e55d
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x9f264
|
||||
writetext UnknownText_0x9f264
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $3, $3
|
||||
|
@ -45,7 +45,7 @@ UnknownScript_0x9f425: ; 0x9f425
|
||||
applymovement $3, MovementData_0x9e59c
|
||||
applymovement $0, MovementData_0x9e5a7
|
||||
loadfont
|
||||
2writetext UnknownText_0x9ee92
|
||||
writetext UnknownText_0x9ee92
|
||||
closetext
|
||||
loadmovesprites
|
||||
playmusic MUSIC_HEAL
|
||||
@ -55,18 +55,18 @@ UnknownScript_0x9f425: ; 0x9f425
|
||||
special $0031
|
||||
special $003d
|
||||
loadfont
|
||||
2writetext UnknownText_0x9eebc
|
||||
writetext UnknownText_0x9eebc
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9f483
|
||||
UnknownScript_0x9f477: ; 0x9f477
|
||||
loadmovesprites
|
||||
applymovement $0, MovementData_0x9e5a9
|
||||
applymovement $3, MovementData_0x9e5a1
|
||||
2jump UnknownScript_0x9f425
|
||||
jump UnknownScript_0x9f425
|
||||
; 0x9f483
|
||||
|
||||
UnknownScript_0x9f483: ; 0x9f483
|
||||
2writetext UnknownText_0x9ef5e
|
||||
writetext UnknownText_0x9ef5e
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9f4a3
|
||||
writebyte $7
|
||||
@ -80,7 +80,7 @@ UnknownScript_0x9f483: ; 0x9f483
|
||||
special $002e
|
||||
special $007e
|
||||
UnknownScript_0x9f4a3: ; 0x9f4a3
|
||||
2writetext UnknownText_0x9efbf
|
||||
writetext UnknownText_0x9efbf
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9f477
|
||||
writebyte $4
|
||||
@ -91,7 +91,7 @@ UnknownScript_0x9f4a3: ; 0x9f4a3
|
||||
special $002e
|
||||
warpfacing $1, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F, $7, $7
|
||||
loadfont
|
||||
2jump UnknownScript_0x9e4b0
|
||||
jump UnknownScript_0x9e4b0
|
||||
; 0x9f4c2
|
||||
|
||||
UnknownScript_0x9f4c2: ; 0x9f4c2
|
||||
@ -101,7 +101,7 @@ UnknownScript_0x9f4c2: ; 0x9f4c2
|
||||
writebyte $4
|
||||
special $0086
|
||||
loadfont
|
||||
2writetext UnknownText_0x9ea49
|
||||
writetext UnknownText_0x9ea49
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -113,15 +113,15 @@ UnknownScript_0x9f4d9: ; 0x9f4d9
|
||||
warpfacing $1, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F, $7, $7
|
||||
BattleTowerBattleRoomScript_0x9f4e4: ; 0x9f4e4
|
||||
loadfont
|
||||
2writetext UnknownText_0x9eaef
|
||||
2jump UnknownScript_0x9e47a
|
||||
writetext UnknownText_0x9eaef
|
||||
jump UnknownScript_0x9e47a
|
||||
; 0x9f4eb
|
||||
|
||||
UnknownScript_0x9f4eb: ; 0x9f4eb
|
||||
writebyte $4
|
||||
special $0086
|
||||
loadfont
|
||||
2writetext UnknownText_0x9f0c1
|
||||
writetext UnknownText_0x9f0c1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -133,8 +133,8 @@ UnknownScript_0x9f4f7: ; 0x9f4f7
|
||||
writebyte $6
|
||||
special $0086
|
||||
loadfont
|
||||
2writetext UnknownText_0x9ea49
|
||||
2writetext UnknownText_0x9ec09
|
||||
writetext UnknownText_0x9ea49
|
||||
writetext UnknownText_0x9ec09
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -21,8 +21,8 @@ UnknownScript_0x9f5c0: ; 0x9f5c0
|
||||
|
||||
UnknownScript_0x9f5c1: ; 0x9f5c1
|
||||
follow $2, $0
|
||||
3callasm Function_0x9f5cb
|
||||
2jump UnknownScript_0x9f5dc
|
||||
callasm Function_0x9f5cb
|
||||
jump UnknownScript_0x9f5dc
|
||||
; 0x9f5cb
|
||||
|
||||
|
||||
@ -51,33 +51,33 @@ UnknownScript_0x9f5dc: ; 0x9f5dc
|
||||
if_equal $9, UnknownScript_0x9f618
|
||||
if_equal $a, UnknownScript_0x9f618
|
||||
applymovement $2, MovementData_0x9e57a
|
||||
2jump UnknownScript_0x9f61f
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f603
|
||||
|
||||
UnknownScript_0x9f603: ; 0x9f603
|
||||
applymovement $2, MovementData_0x9e57c
|
||||
2jump UnknownScript_0x9f61f
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f60a
|
||||
|
||||
UnknownScript_0x9f60a: ; 0x9f60a
|
||||
applymovement $2, MovementData_0x9e586
|
||||
2jump UnknownScript_0x9f61f
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f611
|
||||
|
||||
UnknownScript_0x9f611: ; 0x9f611
|
||||
applymovement $2, MovementData_0x9e584
|
||||
2jump UnknownScript_0x9f61f
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f618
|
||||
|
||||
UnknownScript_0x9f618: ; 0x9f618
|
||||
applymovement $2, MovementData_0x9e582
|
||||
2jump UnknownScript_0x9f61f
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f61f
|
||||
|
||||
UnknownScript_0x9f61f: ; 0x9f61f
|
||||
faceperson $0, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x9ec26
|
||||
writetext UnknownText_0x9ec26
|
||||
closetext
|
||||
loadmovesprites
|
||||
stopfollow
|
||||
|
@ -15,7 +15,7 @@ GrampsScript_0x189538: ; 0x189538
|
||||
iftrue UnknownScript_0x1896c0
|
||||
checkevent EVENT_MET_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x189553
|
||||
2writetext UnknownText_0x1896ce
|
||||
writetext UnknownText_0x1896ce
|
||||
keeptextopen
|
||||
setevent EVENT_MET_BILLS_GRANDPA
|
||||
UnknownScript_0x189553: ; 0x189553
|
||||
@ -29,101 +29,101 @@ UnknownScript_0x189553: ; 0x189553
|
||||
iftrue UnknownScript_0x189652
|
||||
checkevent EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x18963b
|
||||
2writetext UnknownText_0x1898c0
|
||||
writetext UnknownText_0x1898c0
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x189732
|
||||
writetext UnknownText_0x189732
|
||||
yesorno
|
||||
iffalse UnknownScript_0x1896aa
|
||||
2call UnknownScript_0x1896a5
|
||||
scall UnknownScript_0x1896a5
|
||||
special $004d
|
||||
iffalse UnknownScript_0x1896aa
|
||||
if_not_equal LICKITUNG, UnknownScript_0x1896c6
|
||||
2call UnknownScript_0x1896b0
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
|
||||
2jump UnknownScript_0x18963b
|
||||
jump UnknownScript_0x18963b
|
||||
; 0x189592
|
||||
|
||||
UnknownScript_0x189592: ; 0x189592
|
||||
2writetext UnknownText_0x1898ff
|
||||
writetext UnknownText_0x1898ff
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x189732
|
||||
writetext UnknownText_0x189732
|
||||
yesorno
|
||||
iffalse UnknownScript_0x1896aa
|
||||
2call UnknownScript_0x1896a5
|
||||
scall UnknownScript_0x1896a5
|
||||
special $004d
|
||||
iffalse UnknownScript_0x1896aa
|
||||
if_not_equal ODDISH, UnknownScript_0x1896c6
|
||||
2call UnknownScript_0x1896b0
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_ODDISH_TO_BILLS_GRANDPA
|
||||
2jump UnknownScript_0x189652
|
||||
jump UnknownScript_0x189652
|
||||
; 0x1895b3
|
||||
|
||||
UnknownScript_0x1895b3: ; 0x1895b3
|
||||
2writetext UnknownText_0x189953
|
||||
writetext UnknownText_0x189953
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x189732
|
||||
writetext UnknownText_0x189732
|
||||
yesorno
|
||||
iffalse UnknownScript_0x1896aa
|
||||
2call UnknownScript_0x1896a5
|
||||
scall UnknownScript_0x1896a5
|
||||
special $004d
|
||||
iffalse UnknownScript_0x1896aa
|
||||
if_not_equal STARYU, UnknownScript_0x1896c6
|
||||
2call UnknownScript_0x1896b0
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_STARYU_TO_BILLS_GRANDPA
|
||||
2jump UnknownScript_0x189669
|
||||
jump UnknownScript_0x189669
|
||||
; 0x1895d4
|
||||
|
||||
UnknownScript_0x1895d4: ; 0x1895d4
|
||||
checkver
|
||||
iftrue UnknownScript_0x1895f9
|
||||
2writetext UnknownText_0x1899fe
|
||||
writetext UnknownText_0x1899fe
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x189732
|
||||
writetext UnknownText_0x189732
|
||||
yesorno
|
||||
iffalse UnknownScript_0x1896aa
|
||||
2call UnknownScript_0x1896a5
|
||||
scall UnknownScript_0x1896a5
|
||||
special $004d
|
||||
iffalse UnknownScript_0x1896aa
|
||||
if_not_equal GROWLITHE, UnknownScript_0x1896c6
|
||||
2call UnknownScript_0x1896b0
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||
2jump UnknownScript_0x189680
|
||||
jump UnknownScript_0x189680
|
||||
; 0x1895f9
|
||||
|
||||
UnknownScript_0x1895f9: ; 0x1895f9
|
||||
2writetext UnknownText_0x189a57
|
||||
writetext UnknownText_0x189a57
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x189732
|
||||
writetext UnknownText_0x189732
|
||||
yesorno
|
||||
iffalse UnknownScript_0x1896aa
|
||||
2call UnknownScript_0x1896a5
|
||||
scall UnknownScript_0x1896a5
|
||||
special $004d
|
||||
iffalse UnknownScript_0x1896aa
|
||||
if_not_equal VULPIX, UnknownScript_0x1896c6
|
||||
2call UnknownScript_0x1896b0
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||
2jump UnknownScript_0x189680
|
||||
jump UnknownScript_0x189680
|
||||
; 0x18961a
|
||||
|
||||
UnknownScript_0x18961a: ; 0x18961a
|
||||
2writetext UnknownText_0x189ab1
|
||||
writetext UnknownText_0x189ab1
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x189732
|
||||
writetext UnknownText_0x189732
|
||||
yesorno
|
||||
iffalse UnknownScript_0x1896aa
|
||||
2call UnknownScript_0x1896a5
|
||||
scall UnknownScript_0x1896a5
|
||||
special $004d
|
||||
iffalse UnknownScript_0x1896aa
|
||||
if_not_equal PICHU, UnknownScript_0x1896c6
|
||||
2call UnknownScript_0x1896b0
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
|
||||
2jump UnknownScript_0x189697
|
||||
jump UnknownScript_0x189697
|
||||
; 0x18963b
|
||||
|
||||
UnknownScript_0x18963b: ; 0x18963b
|
||||
checkevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x189592
|
||||
2call UnknownScript_0x1896b5
|
||||
scall UnknownScript_0x1896b5
|
||||
verbosegiveitem EVERSTONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
||||
@ -135,7 +135,7 @@ UnknownScript_0x18963b: ; 0x18963b
|
||||
UnknownScript_0x189652: ; 0x189652
|
||||
checkevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x1895b3
|
||||
2call UnknownScript_0x1896b5
|
||||
scall UnknownScript_0x1896b5
|
||||
verbosegiveitem LEAF_STONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
||||
@ -147,7 +147,7 @@ UnknownScript_0x189652: ; 0x189652
|
||||
UnknownScript_0x189669: ; 0x189669
|
||||
checkevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x1895d4
|
||||
2call UnknownScript_0x1896b5
|
||||
scall UnknownScript_0x1896b5
|
||||
verbosegiveitem WATER_STONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
||||
@ -159,7 +159,7 @@ UnknownScript_0x189669: ; 0x189669
|
||||
UnknownScript_0x189680: ; 0x189680
|
||||
checkevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x18961a
|
||||
2call UnknownScript_0x1896b5
|
||||
scall UnknownScript_0x1896b5
|
||||
verbosegiveitem FIRE_STONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
||||
@ -169,7 +169,7 @@ UnknownScript_0x189680: ; 0x189680
|
||||
; 0x189697
|
||||
|
||||
UnknownScript_0x189697: ; 0x189697
|
||||
2call UnknownScript_0x1896b5
|
||||
scall UnknownScript_0x1896b5
|
||||
verbosegiveitem THUNDERSTONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
||||
@ -178,46 +178,46 @@ UnknownScript_0x189697: ; 0x189697
|
||||
; 0x1896a5
|
||||
|
||||
UnknownScript_0x1896a5: ; 0x1896a5
|
||||
2writetext UnknownText_0x189760
|
||||
writetext UnknownText_0x189760
|
||||
keeptextopen
|
||||
end
|
||||
; 0x1896aa
|
||||
|
||||
UnknownScript_0x1896aa: ; 0x1896aa
|
||||
2writetext UnknownText_0x189784
|
||||
writetext UnknownText_0x189784
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896b0
|
||||
|
||||
UnknownScript_0x1896b0: ; 0x1896b0
|
||||
2writetext UnknownText_0x1897a6
|
||||
writetext UnknownText_0x1897a6
|
||||
keeptextopen
|
||||
end
|
||||
; 0x1896b5
|
||||
|
||||
UnknownScript_0x1896b5: ; 0x1896b5
|
||||
2writetext UnknownText_0x1897e1
|
||||
writetext UnknownText_0x1897e1
|
||||
keeptextopen
|
||||
end
|
||||
; 0x1896ba
|
||||
|
||||
UnknownScript_0x1896ba: ; 0x1896ba
|
||||
2writetext UnknownText_0x18980e
|
||||
writetext UnknownText_0x18980e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896c0
|
||||
|
||||
UnknownScript_0x1896c0: ; 0x1896c0
|
||||
2writetext UnknownText_0x18982a
|
||||
writetext UnknownText_0x18982a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896c6
|
||||
|
||||
UnknownScript_0x1896c6: ; 0x1896c6
|
||||
2writetext UnknownText_0x189891
|
||||
writetext UnknownText_0x189891
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -33,21 +33,21 @@ SuperNerdScript_0x1a46e8: ; 0x1a46e8
|
||||
iftrue UnknownScript_0x1a4702
|
||||
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||
iftrue UnknownScript_0x1a46fc
|
||||
2writetext UnknownText_0x1a477a
|
||||
writetext UnknownText_0x1a477a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1a46fc
|
||||
|
||||
UnknownScript_0x1a46fc: ; 0x1a46fc
|
||||
2writetext UnknownText_0x1a47f3
|
||||
writetext UnknownText_0x1a47f3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1a4702
|
||||
|
||||
UnknownScript_0x1a4702: ; 0x1a4702
|
||||
2writetext UnknownText_0x1a4865
|
||||
writetext UnknownText_0x1a4865
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -66,14 +66,14 @@ BlackBeltScript_0x1a470e: ; 0x1a470e
|
||||
loadfont
|
||||
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||
iftrue UnknownScript_0x1a471c
|
||||
2writetext UnknownText_0x1a494a
|
||||
writetext UnknownText_0x1a494a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1a471c
|
||||
|
||||
UnknownScript_0x1a471c: ; 0x1a471c
|
||||
2writetext UnknownText_0x1a4983
|
||||
writetext UnknownText_0x1a4983
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -100,29 +100,29 @@ SantosScript:
|
||||
if_not_equal SATURDAY, SantosNotSaturdayScript
|
||||
checkevent EVENT_MET_SANTOS_OF_SATURDAY
|
||||
iftrue .MetSantos
|
||||
2writetext MeetSantosText
|
||||
writetext MeetSantosText
|
||||
keeptextopen
|
||||
setevent EVENT_MET_SANTOS_OF_SATURDAY
|
||||
.MetSantos
|
||||
2writetext SantosGivesGiftText
|
||||
writetext SantosGivesGiftText
|
||||
keeptextopen
|
||||
verbosegiveitem SPELL_TAG, 1
|
||||
iffalse SantosDoneScript
|
||||
setevent EVENT_GOT_SPELL_TAG_FROM_SANTOS
|
||||
2writetext SantosGaveGiftText
|
||||
writetext SantosGaveGiftText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
SantosSaturdayScript:
|
||||
2writetext SantosSaturdayText
|
||||
writetext SantosSaturdayText
|
||||
closetext
|
||||
SantosDoneScript:
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
SantosNotSaturdayScript:
|
||||
2writetext SantosNotSaturdayText
|
||||
writetext SantosNotSaturdayText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -12,7 +12,7 @@ GrannyScript_0x195949: ; 0x195949
|
||||
|
||||
EkansScript_0x19594c: ; 0x19594c
|
||||
loadfont
|
||||
2writetext UnknownText_0x1959ee
|
||||
writetext UnknownText_0x1959ee
|
||||
cry DRATINI
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -33,7 +33,7 @@ ClairScript_0x194e24: ; 0x194e24
|
||||
iftrue UnknownScript_0x194e69
|
||||
checkevent EVENT_BEAT_CLAIR
|
||||
iftrue UnknownScript_0x194e63
|
||||
2writetext UnknownText_0x194efa
|
||||
writetext UnknownText_0x194efa
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x194fd6, $0000
|
||||
@ -42,7 +42,7 @@ ClairScript_0x194e24: ; 0x194e24
|
||||
returnafterbattle
|
||||
setevent EVENT_BEAT_CLAIR
|
||||
loadfont
|
||||
2writetext UnknownText_0x19500e
|
||||
writetext UnknownText_0x19500e
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent EVENT_BEAT_COOLTRAINERM_PAUL
|
||||
@ -57,7 +57,7 @@ ClairScript_0x194e24: ; 0x194e24
|
||||
; 0x194e63
|
||||
|
||||
UnknownScript_0x194e63: ; 0x194e63
|
||||
2writetext UnknownText_0x195162
|
||||
writetext UnknownText_0x195162
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -66,30 +66,30 @@ UnknownScript_0x194e63: ; 0x194e63
|
||||
UnknownScript_0x194e69: ; 0x194e69
|
||||
checkevent EVENT_GOT_TM24_DRAGONBREATH
|
||||
iftrue UnknownScript_0x194e94
|
||||
2writetext UnknownText_0x195196
|
||||
writetext UnknownText_0x195196
|
||||
keeptextopen
|
||||
giveitem TM_24, $1
|
||||
iffalse UnknownScript_0x194e8e
|
||||
itemtotext TM_24, $0
|
||||
2writetext UnknownText_0x1951bf
|
||||
writetext UnknownText_0x1951bf
|
||||
playsound SFX_ITEM
|
||||
waitbutton
|
||||
itemnotify
|
||||
setevent EVENT_GOT_TM24_DRAGONBREATH
|
||||
2writetext UnknownText_0x1951d1
|
||||
writetext UnknownText_0x1951d1
|
||||
keeptextopen
|
||||
2jump UnknownScript_0x194e94
|
||||
jump UnknownScript_0x194e94
|
||||
; 0x194e8e
|
||||
|
||||
UnknownScript_0x194e8e: ; 0x194e8e
|
||||
2writetext UnknownText_0x19524f
|
||||
writetext UnknownText_0x19524f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x194e94
|
||||
|
||||
UnknownScript_0x194e94: ; 0x194e94
|
||||
2writetext UnknownText_0x195272
|
||||
writetext UnknownText_0x195272
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -118,7 +118,7 @@ TrainerCooltrainermPaul: ; 0x194e9a
|
||||
CooltrainermPaulScript: ; 0x194ea6
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x1953f1
|
||||
writetext UnknownText_0x1953f1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -147,7 +147,7 @@ TrainerCooltrainermMike: ; 0x194eae
|
||||
CooltrainermMikeScript: ; 0x194eba
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x195467
|
||||
writetext UnknownText_0x195467
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -176,7 +176,7 @@ TrainerCooltrainerfLola: ; 0x194ec2
|
||||
CooltrainerfLolaScript: ; 0x194ece
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x195516
|
||||
writetext UnknownText_0x195516
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -187,13 +187,13 @@ BlackthornGymGuyScript: ; 0x194ed6
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_CLAIR
|
||||
iftrue .BlackthornGymGuyWinScript
|
||||
2writetext BlackthornGymGuyText
|
||||
writetext BlackthornGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.BlackthornGymGuyWinScript
|
||||
2writetext BlackthornGymGuyWinText
|
||||
writetext BlackthornGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -35,24 +35,24 @@ StoneTable_0x195730: ; 0x195730
|
||||
|
||||
UnknownScript_0x19573d: ; 0x19573d
|
||||
disappear 4
|
||||
2jump UnknownScript_0x19574c
|
||||
jump UnknownScript_0x19574c
|
||||
; 0x195742
|
||||
|
||||
UnknownScript_0x195742: ; 0x195742
|
||||
disappear 5
|
||||
2jump UnknownScript_0x19574c
|
||||
jump UnknownScript_0x19574c
|
||||
; 0x195747
|
||||
|
||||
UnknownScript_0x195747: ; 0x195747
|
||||
disappear 6
|
||||
2jump UnknownScript_0x19574c
|
||||
jump UnknownScript_0x19574c
|
||||
; 0x19574c
|
||||
|
||||
UnknownScript_0x19574c: ; 0x19574c
|
||||
pause 30
|
||||
2call UnknownScript_0x195758
|
||||
scall UnknownScript_0x195758
|
||||
loadfont
|
||||
2writetext UnknownText_0x1958a5
|
||||
writetext UnknownText_0x1958a5
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -92,7 +92,7 @@ TrainerCooltrainermCody: ; 0x195761
|
||||
CooltrainermCodyScript: ; 0x19576d
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x1957d5
|
||||
writetext UnknownText_0x1957d5
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -121,7 +121,7 @@ TrainerCooltrainerfFran: ; 0x195775
|
||||
CooltrainerfFranScript: ; 0x195781
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x195883
|
||||
writetext UnknownText_0x195883
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -11,7 +11,7 @@ DaisyScript_0x19b0d0: ; 0x19b0d0
|
||||
loadfont
|
||||
checkcode $a
|
||||
if_equal $f, UnknownScript_0x19b0de
|
||||
2writetext UnknownText_0x19b130
|
||||
writetext UnknownText_0x19b130
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -20,16 +20,16 @@ DaisyScript_0x19b0d0: ; 0x19b0d0
|
||||
UnknownScript_0x19b0de: ; 0x19b0de
|
||||
checkflag $005c
|
||||
iftrue UnknownScript_0x19b11e
|
||||
2writetext UnknownText_0x19b1b6
|
||||
writetext UnknownText_0x19b1b6
|
||||
yesorno
|
||||
iffalse UnknownScript_0x19b124
|
||||
2writetext UnknownText_0x19b244
|
||||
writetext UnknownText_0x19b244
|
||||
closetext
|
||||
special $0063
|
||||
if_equal $0, UnknownScript_0x19b124
|
||||
if_equal $1, UnknownScript_0x19b12a
|
||||
setflag $005c
|
||||
2writetext UnknownText_0x19b266
|
||||
writetext UnknownText_0x19b266
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $002e
|
||||
@ -38,31 +38,31 @@ UnknownScript_0x19b0de: ; 0x19b0de
|
||||
special $0031
|
||||
special $003d
|
||||
loadfont
|
||||
2writetext UnknownText_0x19b296
|
||||
writetext UnknownText_0x19b296
|
||||
special $0064
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x19b2aa
|
||||
writetext UnknownText_0x19b2aa
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b11e
|
||||
|
||||
UnknownScript_0x19b11e: ; 0x19b11e
|
||||
2writetext UnknownText_0x19b2fa
|
||||
writetext UnknownText_0x19b2fa
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b124
|
||||
|
||||
UnknownScript_0x19b124: ; 0x19b124
|
||||
2writetext UnknownText_0x19b334
|
||||
writetext UnknownText_0x19b334
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b12a
|
||||
|
||||
UnknownScript_0x19b12a: ; 0x19b12a
|
||||
2writetext UnknownText_0x19b377
|
||||
writetext UnknownText_0x19b377
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ BrunoScript_0x1809c5: ; 0x1809c5
|
||||
loadfont
|
||||
checkevent $05ba
|
||||
iftrue UnknownScript_0x1809f3
|
||||
2writetext UnknownText_0x1809fe
|
||||
writetext UnknownText_0x1809fe
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x180b23, $0000
|
||||
@ -63,7 +63,7 @@ BrunoScript_0x1809c5: ; 0x1809c5
|
||||
returnafterbattle
|
||||
setevent $05ba
|
||||
loadfont
|
||||
2writetext UnknownText_0x180b3c
|
||||
writetext UnknownText_0x180b3c
|
||||
closetext
|
||||
loadmovesprites
|
||||
playsound SFX_ENTER_DOOR
|
||||
@ -76,7 +76,7 @@ BrunoScript_0x1809c5: ; 0x1809c5
|
||||
; 0x1809f3
|
||||
|
||||
UnknownScript_0x1809f3: ; 0x1809f3
|
||||
2writetext UnknownText_0x180b3c
|
||||
writetext UnknownText_0x180b3c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -45,7 +45,7 @@ UnknownScript_0x185c0d: ; 0x185c0d
|
||||
showemote $0, $3, 15
|
||||
applymovement $3, MovementData_0x185cd3
|
||||
loadfont
|
||||
2writetext UnknownText_0x185ecc
|
||||
writetext UnknownText_0x185ecc
|
||||
closetext
|
||||
loadmovesprites
|
||||
moveperson $3, $9, $e
|
||||
@ -63,7 +63,7 @@ UnknownScript_0x185c25: ; 0x185c25
|
||||
applymovement $4, MovementData_0x185ccf
|
||||
playmusic MUSIC_RIVAL_ENCOUNTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x185cd9
|
||||
writetext UnknownText_0x185cd9
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||
@ -76,7 +76,7 @@ UnknownScript_0x185c25: ; 0x185c25
|
||||
startbattle
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
2jump UnknownScript_0x185c80
|
||||
jump UnknownScript_0x185c80
|
||||
; 0x185c60
|
||||
|
||||
UnknownScript_0x185c60: ; 0x185c60
|
||||
@ -86,7 +86,7 @@ UnknownScript_0x185c60: ; 0x185c60
|
||||
startbattle
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
2jump UnknownScript_0x185c80
|
||||
jump UnknownScript_0x185c80
|
||||
; 0x185c70
|
||||
|
||||
UnknownScript_0x185c70: ; 0x185c70
|
||||
@ -96,13 +96,13 @@ UnknownScript_0x185c70: ; 0x185c70
|
||||
startbattle
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
2jump UnknownScript_0x185c80
|
||||
jump UnknownScript_0x185c80
|
||||
; 0x185c80
|
||||
|
||||
UnknownScript_0x185c80: ; 0x185c80
|
||||
playmusic MUSIC_RIVAL_AFTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x185de2
|
||||
writetext UnknownText_0x185de2
|
||||
closetext
|
||||
loadmovesprites
|
||||
dotrigger $2
|
||||
@ -120,7 +120,7 @@ UnknownScript_0x185c80: ; 0x185c80
|
||||
playsound SFX_KINESIS
|
||||
showemote $0, $4, 20
|
||||
loadfont
|
||||
2writetext UnknownText_0x185e75
|
||||
writetext UnknownText_0x185e75
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $0332
|
||||
|
@ -101,13 +101,13 @@ UnknownScript_0x18616b: ; 0x18616b
|
||||
SuperNerdScript_0x186212: ; 0x186212
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x18626a
|
||||
writetext UnknownText_0x18626a
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkcode $9
|
||||
if_equal $1, UnknownScript_0x186226
|
||||
applymovement $a, MovementData_0x186263
|
||||
2jump UnknownScript_0x18622a
|
||||
jump UnknownScript_0x18622a
|
||||
; 0x186226
|
||||
|
||||
UnknownScript_0x186226: ; 0x186226
|
||||
|
@ -9,7 +9,7 @@ CeladonCafe_MapScriptHeader: ; 0x73047
|
||||
SuperNerdScript_0x73049: ; 0x73049
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x730de
|
||||
writetext UnknownText_0x730de
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -17,12 +17,12 @@ SuperNerdScript_0x73049: ; 0x73049
|
||||
|
||||
FisherScript_0x73051: ; 0x73051
|
||||
loadfont
|
||||
2writetext UnknownText_0x73129
|
||||
writetext UnknownText_0x73129
|
||||
closetext
|
||||
loadmovesprites
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7313a
|
||||
writetext UnknownText_0x7313a
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $3, $2
|
||||
@ -31,12 +31,12 @@ FisherScript_0x73051: ; 0x73051
|
||||
|
||||
FisherScript_0x73062: ; 0x73062
|
||||
loadfont
|
||||
2writetext UnknownText_0x7316a
|
||||
writetext UnknownText_0x7316a
|
||||
closetext
|
||||
loadmovesprites
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x73178
|
||||
writetext UnknownText_0x73178
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $4, $3
|
||||
@ -45,12 +45,12 @@ FisherScript_0x73062: ; 0x73062
|
||||
|
||||
FisherScript_0x73073: ; 0x73073
|
||||
loadfont
|
||||
2writetext UnknownText_0x731ae
|
||||
writetext UnknownText_0x731ae
|
||||
closetext
|
||||
loadmovesprites
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x731bd
|
||||
writetext UnknownText_0x731bd
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $5, $3
|
||||
@ -61,12 +61,12 @@ TeacherScript_0x73084: ; 0x73084
|
||||
checkitem COIN_CASE
|
||||
iftrue UnknownScript_0x7309a
|
||||
loadfont
|
||||
2writetext UnknownText_0x73201
|
||||
writetext UnknownText_0x73201
|
||||
closetext
|
||||
loadmovesprites
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x73212
|
||||
writetext UnknownText_0x73212
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $6, $2
|
||||
@ -75,12 +75,12 @@ TeacherScript_0x73084: ; 0x73084
|
||||
|
||||
UnknownScript_0x7309a: ; 0x7309a
|
||||
loadfont
|
||||
2writetext UnknownText_0x73254
|
||||
writetext UnknownText_0x73254
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $6, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x73278
|
||||
writetext UnknownText_0x73278
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $6, $2
|
||||
@ -98,7 +98,7 @@ MapCeladonCafeSignpost1Script: ; 0x730b0
|
||||
iffalse UnknownScript_0x730cd
|
||||
loadfont
|
||||
itemtotext LEFTOVERS, $0
|
||||
2writetext UnknownText_0x732e7
|
||||
writetext UnknownText_0x732e7
|
||||
playsound SFX_ITEM
|
||||
waitbutton
|
||||
itemnotify
|
||||
@ -110,9 +110,9 @@ MapCeladonCafeSignpost1Script: ; 0x730b0
|
||||
UnknownScript_0x730cd: ; 0x730cd
|
||||
loadfont
|
||||
itemtotext LEFTOVERS, $0
|
||||
2writetext UnknownText_0x732e7
|
||||
writetext UnknownText_0x732e7
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x732f7
|
||||
writetext UnknownText_0x732f7
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -21,7 +21,7 @@ FisherScript_0x1a9f43: ; 0x1a9f43
|
||||
|
||||
PoliwagScript_0x1a9f46: ; 0x1a9f46
|
||||
loadfont
|
||||
2writetext UnknownText_0x1a9fcb
|
||||
writetext UnknownText_0x1a9fcb
|
||||
cry POLIWRATH
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -21,7 +21,7 @@ YoungsterScript_0x70d31: ; 0x70d31
|
||||
GameboyKidScript_0x70d34: ; 0x70d34
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x70d86
|
||||
writetext UnknownText_0x70d86
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $4, $0
|
||||
@ -31,7 +31,7 @@ GameboyKidScript_0x70d34: ; 0x70d34
|
||||
GameboyKidScript_0x70d3f: ; 0x70d3f
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x70dc7
|
||||
writetext UnknownText_0x70dc7
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $5, $0
|
||||
|
@ -25,7 +25,7 @@ YoungsterScript_0x7117d: ; 0x7117d
|
||||
|
||||
MapCeladonDeptStore6FSignpost5Script: ; 0x71180
|
||||
loadfont
|
||||
2writetext UnknownText_0x71250
|
||||
writetext UnknownText_0x71250
|
||||
UnknownScript_0x71184: ; 0x71184
|
||||
special $0051
|
||||
loadmenudata MenuDataHeader_0x71203
|
||||
@ -45,7 +45,7 @@ UnknownScript_0x7119a: ; 0x7119a
|
||||
iffalse UnknownScript_0x711fc
|
||||
takemoney $0, 200
|
||||
itemtotext FRESH_WATER, $0
|
||||
2jump UnknownScript_0x711e8
|
||||
jump UnknownScript_0x711e8
|
||||
; 0x711b4
|
||||
|
||||
UnknownScript_0x711b4: ; 0x711b4
|
||||
@ -55,7 +55,7 @@ UnknownScript_0x711b4: ; 0x711b4
|
||||
iffalse UnknownScript_0x711fc
|
||||
takemoney $0, 300
|
||||
itemtotext SODA_POP, $0
|
||||
2jump UnknownScript_0x711e8
|
||||
jump UnknownScript_0x711e8
|
||||
; 0x711ce
|
||||
|
||||
UnknownScript_0x711ce: ; 0x711ce
|
||||
@ -65,28 +65,28 @@ UnknownScript_0x711ce: ; 0x711ce
|
||||
iffalse UnknownScript_0x711fc
|
||||
takemoney $0, 350
|
||||
itemtotext LEMONADE, $0
|
||||
2jump UnknownScript_0x711e8
|
||||
jump UnknownScript_0x711e8
|
||||
; 0x711e8
|
||||
|
||||
UnknownScript_0x711e8: ; 0x711e8
|
||||
pause 10
|
||||
playsound SFX_ENTER_DOOR
|
||||
2writetext UnknownText_0x71274
|
||||
writetext UnknownText_0x71274
|
||||
keeptextopen
|
||||
itemnotify
|
||||
2jump UnknownScript_0x71184
|
||||
jump UnknownScript_0x71184
|
||||
; 0x711f5
|
||||
|
||||
UnknownScript_0x711f5: ; 0x711f5
|
||||
2writetext UnknownText_0x7128e
|
||||
writetext UnknownText_0x7128e
|
||||
closetext
|
||||
2jump UnknownScript_0x71184
|
||||
jump UnknownScript_0x71184
|
||||
; 0x711fc
|
||||
|
||||
UnknownScript_0x711fc: ; 0x711fc
|
||||
2writetext UnknownText_0x712a7
|
||||
writetext UnknownText_0x712a7
|
||||
closetext
|
||||
2jump UnknownScript_0x71184
|
||||
jump UnknownScript_0x71184
|
||||
; 0x71203
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ ReceptionistScript_0x72120: ; 0x72120
|
||||
PokefanMScript_0x72123: ; 0x72123
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x72215
|
||||
writetext UnknownText_0x72215
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $4, $2
|
||||
@ -27,7 +27,7 @@ PokefanMScript_0x72123: ; 0x72123
|
||||
TeacherScript_0x7212e: ; 0x7212e
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x72242
|
||||
writetext UnknownText_0x72242
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $5, $3
|
||||
@ -37,7 +37,7 @@ TeacherScript_0x7212e: ; 0x7212e
|
||||
FishingGuruScript_0x72139: ; 0x72139
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x72295
|
||||
writetext UnknownText_0x72295
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $6, $3
|
||||
@ -49,18 +49,18 @@ FisherScript_0x72144: ; 0x72144
|
||||
loadfont
|
||||
checkevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
||||
iftrue .UnknownScript_0x72169
|
||||
2writetext UnknownText_0x722dc
|
||||
writetext UnknownText_0x722dc
|
||||
keeptextopen
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x7217b
|
||||
checkcoins 9998
|
||||
if_equal $0, UnknownScript_0x72184
|
||||
stringtotext .coinname, $1
|
||||
2call .UnknownScript_0x72172
|
||||
scall .UnknownScript_0x72172
|
||||
givecoins 18
|
||||
setevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
||||
.UnknownScript_0x72169 ; 0x72169
|
||||
2writetext UnknownText_0x72345
|
||||
writetext UnknownText_0x72345
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $fe, $2
|
||||
@ -77,7 +77,7 @@ FisherScript_0x72144: ; 0x72144
|
||||
; 0x7217b
|
||||
|
||||
UnknownScript_0x7217b: ; 0x7217b
|
||||
2writetext UnknownText_0x7238a
|
||||
writetext UnknownText_0x7238a
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $fe, $2
|
||||
@ -85,7 +85,7 @@ UnknownScript_0x7217b: ; 0x7217b
|
||||
; 0x72184
|
||||
|
||||
UnknownScript_0x72184: ; 0x72184
|
||||
2writetext UnknownText_0x723d9
|
||||
writetext UnknownText_0x723d9
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $fe, $2
|
||||
@ -99,7 +99,7 @@ CeladonGymGuyScript: ; 0x7218d
|
||||
GrampsScript_0x72190: ; 0x72190
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x724ad
|
||||
writetext UnknownText_0x724ad
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $a, $2
|
||||
@ -145,7 +145,7 @@ MapCeladonGameCornerSignpost32Script: ; 0x721c0
|
||||
|
||||
MapCeladonGameCornerSignpost9Script: ; 0x721c3
|
||||
loadfont
|
||||
2writetext UnknownText_0x72567
|
||||
writetext UnknownText_0x72567
|
||||
closetext
|
||||
special $002b
|
||||
loadmovesprites
|
||||
|
@ -17,11 +17,11 @@ PharmacistScript_0x726ec: ; 0x726ec
|
||||
MapCeladonGameCornerPrizeRoomSignpost0Script: ; 0x726ef
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7293e
|
||||
writetext UnknownText_0x7293e
|
||||
closetext
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x7278a
|
||||
2writetext UnknownText_0x72974
|
||||
writetext UnknownText_0x72974
|
||||
UnknownScript_0x726fd: ; 0x726fd
|
||||
special $004f
|
||||
loadmenudata MenuDataHeader_0x72790
|
||||
@ -30,47 +30,47 @@ UnknownScript_0x726fd: ; 0x726fd
|
||||
if_equal $1, UnknownScript_0x72714
|
||||
if_equal $2, UnknownScript_0x72730
|
||||
if_equal $3, UnknownScript_0x7274c
|
||||
2jump UnknownScript_0x72784
|
||||
jump UnknownScript_0x72784
|
||||
; 0x72714
|
||||
|
||||
UnknownScript_0x72714: ; 0x72714
|
||||
checkcoins 1500
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
itemtotext TM_32, $0
|
||||
2call UnknownScript_0x72768
|
||||
scall UnknownScript_0x72768
|
||||
iffalse UnknownScript_0x72784
|
||||
giveitem TM_32, $1
|
||||
iffalse UnknownScript_0x7277e
|
||||
takecoins 1500
|
||||
2jump UnknownScript_0x7276d
|
||||
jump UnknownScript_0x7276d
|
||||
; 0x72730
|
||||
|
||||
UnknownScript_0x72730: ; 0x72730
|
||||
checkcoins 3500
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
itemtotext TM_29, $0
|
||||
2call UnknownScript_0x72768
|
||||
scall UnknownScript_0x72768
|
||||
iffalse UnknownScript_0x72784
|
||||
giveitem TM_29, $1
|
||||
iffalse UnknownScript_0x7277e
|
||||
takecoins 3500
|
||||
2jump UnknownScript_0x7276d
|
||||
jump UnknownScript_0x7276d
|
||||
; 0x7274c
|
||||
|
||||
UnknownScript_0x7274c: ; 0x7274c
|
||||
checkcoins 7500
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
itemtotext TM_15, $0
|
||||
2call UnknownScript_0x72768
|
||||
scall UnknownScript_0x72768
|
||||
iffalse UnknownScript_0x72784
|
||||
giveitem TM_15, $1
|
||||
iffalse UnknownScript_0x7277e
|
||||
takecoins 7500
|
||||
2jump UnknownScript_0x7276d
|
||||
jump UnknownScript_0x7276d
|
||||
; 0x72768
|
||||
|
||||
UnknownScript_0x72768: ; 0x72768
|
||||
2writetext UnknownText_0x72991
|
||||
writetext UnknownText_0x72991
|
||||
yesorno
|
||||
end
|
||||
; 0x7276d
|
||||
@ -78,34 +78,34 @@ UnknownScript_0x72768: ; 0x72768
|
||||
UnknownScript_0x7276d: ; 0x7276d
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x729ad
|
||||
writetext UnknownText_0x729ad
|
||||
closetext
|
||||
2jump UnknownScript_0x726fd
|
||||
jump UnknownScript_0x726fd
|
||||
; 0x72778
|
||||
|
||||
UnknownScript_0x72778: ; 0x72778
|
||||
2writetext UnknownText_0x729bb
|
||||
writetext UnknownText_0x729bb
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x7277e
|
||||
|
||||
UnknownScript_0x7277e: ; 0x7277e
|
||||
2writetext UnknownText_0x729d8
|
||||
writetext UnknownText_0x729d8
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x72784
|
||||
|
||||
UnknownScript_0x72784: ; 0x72784
|
||||
2writetext UnknownText_0x729f2
|
||||
writetext UnknownText_0x729f2
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x7278a
|
||||
|
||||
UnknownScript_0x7278a: ; 0x7278a
|
||||
2writetext UnknownText_0x72a14
|
||||
writetext UnknownText_0x72a14
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -133,12 +133,12 @@ MenuData2_0x72798: ; 0x72798
|
||||
MapCeladonGameCornerPrizeRoomSignpost1Script: ; 0x727c8
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7293e
|
||||
writetext UnknownText_0x7293e
|
||||
closetext
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x7278a
|
||||
UnknownScript_0x727d3: ; 0x727d3
|
||||
2writetext UnknownText_0x72974
|
||||
writetext UnknownText_0x72974
|
||||
special $004f
|
||||
loadmenudata MenuDataHeader_0x72877
|
||||
interpretmenu2
|
||||
@ -146,7 +146,7 @@ UnknownScript_0x727d3: ; 0x727d3
|
||||
if_equal $1, UnknownScript_0x727ed
|
||||
if_equal $2, UnknownScript_0x7281b
|
||||
if_equal $3, UnknownScript_0x72849
|
||||
2jump UnknownScript_0x72784
|
||||
jump UnknownScript_0x72784
|
||||
; 0x727ed
|
||||
|
||||
UnknownScript_0x727ed: ; 0x727ed
|
||||
@ -155,17 +155,17 @@ UnknownScript_0x727ed: ; 0x727ed
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x7277e
|
||||
pokenamemem PIKACHU, $0
|
||||
2call UnknownScript_0x72768
|
||||
scall UnknownScript_0x72768
|
||||
iffalse UnknownScript_0x72784
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x729ad
|
||||
writetext UnknownText_0x729ad
|
||||
closetext
|
||||
writebyte PIKACHU
|
||||
special $0039
|
||||
givepoke PIKACHU, 25, 0, 0
|
||||
takecoins 2222
|
||||
2jump UnknownScript_0x727d3
|
||||
jump UnknownScript_0x727d3
|
||||
; 0x7281b
|
||||
|
||||
UnknownScript_0x7281b: ; 0x7281b
|
||||
@ -174,17 +174,17 @@ UnknownScript_0x7281b: ; 0x7281b
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x7277e
|
||||
pokenamemem PORYGON, $0
|
||||
2call UnknownScript_0x72768
|
||||
scall UnknownScript_0x72768
|
||||
iffalse UnknownScript_0x72784
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x729ad
|
||||
writetext UnknownText_0x729ad
|
||||
closetext
|
||||
writebyte PORYGON
|
||||
special $0039
|
||||
givepoke PORYGON, 15, 0, 0
|
||||
takecoins 5555
|
||||
2jump UnknownScript_0x727d3
|
||||
jump UnknownScript_0x727d3
|
||||
; 0x72849
|
||||
|
||||
UnknownScript_0x72849: ; 0x72849
|
||||
@ -193,17 +193,17 @@ UnknownScript_0x72849: ; 0x72849
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x7277e
|
||||
pokenamemem LARVITAR, $0
|
||||
2call UnknownScript_0x72768
|
||||
scall UnknownScript_0x72768
|
||||
iffalse UnknownScript_0x72784
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x729ad
|
||||
writetext UnknownText_0x729ad
|
||||
closetext
|
||||
writebyte LARVITAR
|
||||
special $0039
|
||||
givepoke LARVITAR, 40, 0, 0
|
||||
takecoins 8888
|
||||
2jump UnknownScript_0x727d3
|
||||
jump UnknownScript_0x727d3
|
||||
; 0x72877
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@ ErikaScript_0x72a6a: ; 0x72a6a
|
||||
loadfont
|
||||
checkflag $0026
|
||||
iftrue UnknownScript_0x72a9b
|
||||
2writetext UnknownText_0x72b28
|
||||
writetext UnknownText_0x72b28
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x72c3e, $0000
|
||||
@ -24,20 +24,20 @@ ErikaScript_0x72a6a: ; 0x72a6a
|
||||
setevent EVENT_BEAT_BEAUTY_JULIA
|
||||
setevent EVENT_BEAT_TWINS_JO_AND_ZOE
|
||||
loadfont
|
||||
2writetext UnknownText_0x72c96
|
||||
writetext UnknownText_0x72c96
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $0026
|
||||
UnknownScript_0x72a9b: ; 0x72a9b
|
||||
checkevent EVENT_GOT_TM19_GIGA_DRAIN
|
||||
iftrue UnknownScript_0x72aae
|
||||
2writetext UnknownText_0x72cb0
|
||||
writetext UnknownText_0x72cb0
|
||||
keeptextopen
|
||||
verbosegiveitem TM_19, 1
|
||||
iffalse UnknownScript_0x72aae
|
||||
setevent EVENT_GOT_TM19_GIGA_DRAIN
|
||||
UnknownScript_0x72aae: ; 0x72aae
|
||||
2writetext UnknownText_0x72d8f
|
||||
writetext UnknownText_0x72d8f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -66,7 +66,7 @@ TrainerLassMichelle: ; 0x72ab4
|
||||
LassMichelleScript: ; 0x72ac0
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x72e30
|
||||
writetext UnknownText_0x72e30
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -95,7 +95,7 @@ TrainerPicnickerTanya: ; 0x72ac8
|
||||
PicnickerTanyaScript: ; 0x72ad4
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x72e8e
|
||||
writetext UnknownText_0x72e8e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -124,7 +124,7 @@ TrainerBeautyJulia: ; 0x72adc
|
||||
BeautyJuliaScript: ; 0x72ae8
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x72f01
|
||||
writetext UnknownText_0x72f01
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -153,7 +153,7 @@ TrainerTwinsJoandzoe1: ; 0x72af0
|
||||
TwinsJoandzoe1Script: ; 0x72afc
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x72f70
|
||||
writetext UnknownText_0x72f70
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -182,7 +182,7 @@ TrainerTwinsJoandzoe2: ; 0x72b04
|
||||
TwinsJoandzoe2Script: ; 0x72b10
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x72fc0
|
||||
writetext UnknownText_0x72fc0
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -12,7 +12,7 @@ GrannyScript_0x713ef: ; 0x713ef
|
||||
|
||||
GrowlitheScript_0x713f2: ; 0x713f2
|
||||
loadfont
|
||||
2writetext UnknownText_0x71470
|
||||
writetext UnknownText_0x71470
|
||||
cry MEOWTH
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -21,7 +21,7 @@ GrowlitheScript_0x713f2: ; 0x713f2
|
||||
|
||||
ClefairyScript_0x713fc: ; 0x713fc
|
||||
loadfont
|
||||
2writetext UnknownText_0x7147f
|
||||
writetext UnknownText_0x7147f
|
||||
cry CLEFAIRY
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -30,7 +30,7 @@ ClefairyScript_0x713fc: ; 0x713fc
|
||||
|
||||
GrowlitheScript_0x71406: ; 0x71406
|
||||
loadfont
|
||||
2writetext UnknownText_0x71496
|
||||
writetext UnknownText_0x71496
|
||||
cry NIDORAN_F
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -9,7 +9,7 @@ CeladonMansion3F_MapScriptHeader: ; 0x7166e
|
||||
CooltrainerMScript_0x71670: ; 0x71670
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x716ce
|
||||
writetext UnknownText_0x716ce
|
||||
checkcode $5
|
||||
if_greater_than $f8, UnknownScript_0x7167e
|
||||
closetext
|
||||
@ -19,13 +19,13 @@ CooltrainerMScript_0x71670: ; 0x71670
|
||||
|
||||
UnknownScript_0x7167e: ; 0x7167e
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x71725
|
||||
writetext UnknownText_0x71725
|
||||
playsound SFX_DEX_FANFARE_230_PLUS
|
||||
waitbutton
|
||||
2writetext UnknownText_0x71760
|
||||
writetext UnknownText_0x71760
|
||||
keeptextopen
|
||||
special $006b
|
||||
2writetext UnknownText_0x71763
|
||||
writetext UnknownText_0x71763
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent EVENT_ENABLE_DIPLOMA_PRINTING
|
||||
@ -37,14 +37,14 @@ GymGuyScript_0x71696: ; 0x71696
|
||||
loadfont
|
||||
checkevent EVENT_ENABLE_DIPLOMA_PRINTING
|
||||
iftrue UnknownScript_0x716a4
|
||||
2writetext UnknownText_0x717b4
|
||||
writetext UnknownText_0x717b4
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x716a4
|
||||
|
||||
UnknownScript_0x716a4: ; 0x716a4
|
||||
2writetext UnknownText_0x717d8
|
||||
writetext UnknownText_0x717d8
|
||||
yesorno
|
||||
iffalse UnknownScript_0x716b0
|
||||
special $006c
|
||||
@ -53,14 +53,14 @@ UnknownScript_0x716a4: ; 0x716a4
|
||||
; 0x716b0
|
||||
|
||||
UnknownScript_0x716b0: ; 0x716b0
|
||||
2writetext UnknownText_0x71830
|
||||
writetext UnknownText_0x71830
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x716b6
|
||||
|
||||
UnknownScript_0x716b6: ; 0x716b6
|
||||
2writetext UnknownText_0x71863
|
||||
writetext UnknownText_0x71863
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -11,24 +11,24 @@ PharmacistScript_0x71afd: ; 0x71afd
|
||||
loadfont
|
||||
checkevent EVENT_GOT_TM03_CURSE
|
||||
iftrue UnknownScript_0x71b21
|
||||
2writetext UnknownText_0x71b27
|
||||
writetext UnknownText_0x71b27
|
||||
keeptextopen
|
||||
checktime $4
|
||||
iftrue UnknownScript_0x71b14
|
||||
2writetext UnknownText_0x71b4a
|
||||
writetext UnknownText_0x71b4a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x71b14
|
||||
|
||||
UnknownScript_0x71b14: ; 0x71b14
|
||||
2writetext UnknownText_0x71ba3
|
||||
writetext UnknownText_0x71ba3
|
||||
keeptextopen
|
||||
verbosegiveitem TM_03, 1
|
||||
iffalse UnknownScript_0x71b25
|
||||
setevent EVENT_GOT_TM03_CURSE
|
||||
UnknownScript_0x71b21: ; 0x71b21
|
||||
2writetext UnknownText_0x71db3
|
||||
writetext UnknownText_0x71db3
|
||||
closetext
|
||||
UnknownScript_0x71b25: ; 0x71b25
|
||||
loadmovesprites
|
||||
|
@ -25,14 +25,14 @@ PharmacistScript_0x71e2b: ; 0x71e2b
|
||||
SuperNerdScript_0x71e2e: ; 0x71e2e
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x71f22
|
||||
writetext UnknownText_0x71f22
|
||||
keeptextopen
|
||||
writebyte SUICUNE
|
||||
special $0097
|
||||
iffalse UnknownScript_0x71e46
|
||||
special $0096
|
||||
iftrue UnknownScript_0x71e48
|
||||
2writetext UnknownText_0x7201a
|
||||
writetext UnknownText_0x7201a
|
||||
closetext
|
||||
UnknownScript_0x71e46: ; 0x71e46
|
||||
loadmovesprites
|
||||
@ -40,13 +40,13 @@ UnknownScript_0x71e46: ; 0x71e46
|
||||
; 0x71e48
|
||||
|
||||
UnknownScript_0x71e48: ; 0x71e48
|
||||
2writetext UnknownText_0x71f65
|
||||
writetext UnknownText_0x71f65
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkcode $9
|
||||
if_equal $1, UnknownScript_0x71e5a
|
||||
applymovement $6, MovementData_0x71e6b
|
||||
2jump UnknownScript_0x71e5e
|
||||
jump UnknownScript_0x71e5e
|
||||
; 0x71e5a
|
||||
|
||||
UnknownScript_0x71e5a: ; 0x71e5a
|
||||
|
@ -20,14 +20,14 @@ CooltrainerMScript_0x184009: ; 0x184009
|
||||
loadfont
|
||||
checkevent EVENT_RETURNED_MACHINE_PART
|
||||
iftrue UnknownScript_0x184017
|
||||
2writetext UnknownText_0x1840bc
|
||||
writetext UnknownText_0x1840bc
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x184017
|
||||
|
||||
UnknownScript_0x184017: ; 0x184017
|
||||
2writetext UnknownText_0x184144
|
||||
writetext UnknownText_0x184144
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -39,7 +39,7 @@ SuperNerdScript_0x18401d: ; 0x18401d
|
||||
|
||||
SlowpokeScript_0x184020: ; 0x184020
|
||||
loadfont
|
||||
2writetext UnknownText_0x1841e9
|
||||
writetext UnknownText_0x1841e9
|
||||
cry SLOWBRO
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -49,21 +49,21 @@ SlowpokeScript_0x184020: ; 0x184020
|
||||
CooltrainerFScript_0x18402a: ; 0x18402a
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x1841fa
|
||||
writetext UnknownText_0x1841fa
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $5, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x184229
|
||||
writetext UnknownText_0x184229
|
||||
closetext
|
||||
loadmovesprites
|
||||
loadfont
|
||||
2writetext UnknownText_0x1841e9
|
||||
writetext UnknownText_0x1841e9
|
||||
cry SLOWBRO
|
||||
closetext
|
||||
loadmovesprites
|
||||
loadfont
|
||||
2writetext UnknownText_0x18424b
|
||||
writetext UnknownText_0x18424b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -77,14 +77,14 @@ FisherScript_0x18404a: ; 0x18404a
|
||||
checkevent EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
|
||||
iftrue UnknownScript_0x18405e
|
||||
UnknownScript_0x184058: ; 0x184058
|
||||
2writetext UnknownText_0x18424e
|
||||
writetext UnknownText_0x18424e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18405e
|
||||
|
||||
UnknownScript_0x18405e: ; 0x18405e
|
||||
2writetext UnknownText_0x184275
|
||||
writetext UnknownText_0x184275
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -93,7 +93,7 @@ UnknownScript_0x18405e: ; 0x18405e
|
||||
YoungsterScript_0x184064: ; 0x184064
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x1842a9
|
||||
writetext UnknownText_0x1842a9
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkevent $00fa
|
||||
@ -122,7 +122,7 @@ UnknownScript_0x184072: ; 0x184072
|
||||
showemote $0, $7, 15
|
||||
spriteface $7, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x1842ee
|
||||
writetext UnknownText_0x1842ee
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -25,18 +25,18 @@ UnknownScript_0x1883de: ; 0x1883de
|
||||
applymovement $2, MovementData_0x1884eb
|
||||
playmusic MUSIC_ROCKET_ENCOUNTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x1884fb
|
||||
writetext UnknownText_0x1884fb
|
||||
closetext
|
||||
loadmovesprites
|
||||
showemote $0, $2, 15
|
||||
applymovement $2, MovementData_0x1884f7
|
||||
loadfont
|
||||
2writetext UnknownText_0x188574
|
||||
writetext UnknownText_0x188574
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x1884f5
|
||||
loadfont
|
||||
2writetext UnknownText_0x1885a5
|
||||
writetext UnknownText_0x1885a5
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x1884e8
|
||||
@ -61,7 +61,7 @@ MistyScript_0x188432: ; 0x188432
|
||||
loadfont
|
||||
checkflag $0024
|
||||
iftrue UnknownScript_0x188460
|
||||
2writetext UnknownText_0x188674
|
||||
writetext UnknownText_0x188674
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x18870c, $0000
|
||||
@ -73,12 +73,12 @@ MistyScript_0x188432: ; 0x188432
|
||||
setevent EVENT_BEAT_SWIMMERF_BRIANA
|
||||
setevent EVENT_BEAT_SWIMMERM_PARKER
|
||||
loadfont
|
||||
2writetext UnknownText_0x188768
|
||||
writetext UnknownText_0x188768
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $0024
|
||||
UnknownScript_0x188460: ; 0x188460
|
||||
2writetext UnknownText_0x188782
|
||||
writetext UnknownText_0x188782
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -107,7 +107,7 @@ TrainerSwimmerfDiana: ; 0x188466
|
||||
SwimmerfDianaScript: ; 0x188472
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x188856
|
||||
writetext UnknownText_0x188856
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -136,7 +136,7 @@ TrainerSwimmerfBriana: ; 0x18847a
|
||||
SwimmerfBrianaScript: ; 0x188486
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x1888c0
|
||||
writetext UnknownText_0x1888c0
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -165,7 +165,7 @@ TrainerSwimmermParker: ; 0x18848e
|
||||
SwimmermParkerScript: ; 0x18849a
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x188943
|
||||
writetext UnknownText_0x188943
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -176,13 +176,13 @@ CeruleanGymGuyScript: ; 0x1884a2
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_MISTY
|
||||
iftrue .CeruleanGymGuyWinScript
|
||||
2writetext CeruleanGymGuyText
|
||||
writetext CeruleanGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.CeruleanGymGuyWinScript
|
||||
2writetext CeruleanGymGuyWinText
|
||||
writetext CeruleanGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -198,7 +198,7 @@ MapCeruleanGymSignpost1Script: ; 0x1884b9
|
||||
checkevent $076f
|
||||
iffalse UnknownScript_0x1884d3
|
||||
loadfont
|
||||
2writetext UnknownText_0x188610
|
||||
writetext UnknownText_0x188610
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -208,7 +208,7 @@ MapCeruleanGymSignpost2Script: ; 0x1884c6
|
||||
checkevent $076f
|
||||
iffalse UnknownScript_0x1884d3
|
||||
loadfont
|
||||
2writetext UnknownText_0x188642
|
||||
writetext UnknownText_0x188642
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -16,7 +16,7 @@ PokefanFScript_0x18804d: ; 0x18804d
|
||||
|
||||
DiglettScript_0x188050: ; 0x188050
|
||||
loadfont
|
||||
2writetext UnknownText_0x1880e7
|
||||
writetext UnknownText_0x1880e7
|
||||
cry DIGLETT
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -16,7 +16,7 @@ GrampsScript_0x188136: ; 0x188136
|
||||
|
||||
RhydonScript_0x188139: ; 0x188139
|
||||
loadfont
|
||||
2writetext UnknownText_0x18819c
|
||||
writetext UnknownText_0x18819c
|
||||
cry KANGASKHAN
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -25,7 +25,7 @@ RhydonScript_0x188139: ; 0x188139
|
||||
|
||||
ZubatScript_0x188143: ; 0x188143
|
||||
loadfont
|
||||
2writetext UnknownText_0x1881b5
|
||||
writetext UnknownText_0x1881b5
|
||||
cry ZUBAT
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -13,21 +13,21 @@ BlackBeltScript_0x18dd1a: ; 0x18dd1a
|
||||
iftrue UnknownScript_0x18dd34
|
||||
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
||||
iftrue UnknownScript_0x18dd2e
|
||||
2writetext UnknownText_0x18dd74
|
||||
writetext UnknownText_0x18dd74
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18dd2e
|
||||
|
||||
UnknownScript_0x18dd2e: ; 0x18dd2e
|
||||
2writetext UnknownText_0x18ddfd
|
||||
writetext UnknownText_0x18ddfd
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18dd34
|
||||
|
||||
UnknownScript_0x18dd34: ; 0x18dd34
|
||||
2writetext UnknownText_0x18de73
|
||||
writetext UnknownText_0x18de73
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -40,14 +40,14 @@ YoungsterScript_0x18dd3a: ; 0x18dd3a
|
||||
iftrue UnknownScript_0x18dd5d
|
||||
checkevent EVENT_GOT_HM01_CUT
|
||||
iftrue UnknownScript_0x18dd4e
|
||||
2writetext UnknownText_0x18dee0
|
||||
writetext UnknownText_0x18dee0
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18dd4e
|
||||
|
||||
UnknownScript_0x18dd4e: ; 0x18dd4e
|
||||
2writetext UnknownText_0x18df25
|
||||
writetext UnknownText_0x18df25
|
||||
keeptextopen
|
||||
verbosegiveitem CHARCOAL, 1
|
||||
iffalse UnknownScript_0x18dd61
|
||||
@ -57,7 +57,7 @@ UnknownScript_0x18dd4e: ; 0x18dd4e
|
||||
; 0x18dd5d
|
||||
|
||||
UnknownScript_0x18dd5d: ; 0x18dd5d
|
||||
2writetext UnknownText_0x18df93
|
||||
writetext UnknownText_0x18df93
|
||||
closetext
|
||||
UnknownScript_0x18dd61: ; 0x18dd61
|
||||
loadmovesprites
|
||||
@ -67,7 +67,7 @@ UnknownScript_0x18dd61: ; 0x18dd61
|
||||
MoltresScript_0x18dd63: ; 0x18dd63
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x18dfe5
|
||||
writetext UnknownText_0x18dfe5
|
||||
cry FARFETCH_D
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -30,39 +30,39 @@ UnknownScript_0x19c00f: ; 0x19c00f
|
||||
GrampsScript_0x19c013: ; 0x19c013
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c1e3
|
||||
writetext UnknownText_0x19c1e3
|
||||
yesorno
|
||||
iffalse UnknownScript_0x19c0a4
|
||||
2jump UnknownScript_0x19c01f
|
||||
jump UnknownScript_0x19c01f
|
||||
; 0x19c01f
|
||||
|
||||
UnknownScript_0x19c01f: ; 0x19c01f
|
||||
2writetext UnknownText_0x19c26f
|
||||
writetext UnknownText_0x19c26f
|
||||
closetext
|
||||
loadmovesprites
|
||||
playmusic MUSIC_SHOW_ME_AROUND
|
||||
follow $2, $0
|
||||
applymovement $2, MovementData_0x19c195
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c285
|
||||
writetext UnknownText_0x19c285
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x19c19b
|
||||
spriteface $0, $1
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c304
|
||||
writetext UnknownText_0x19c304
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x19c1a3
|
||||
spriteface $0, $1
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c359
|
||||
writetext UnknownText_0x19c359
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x19c1ac
|
||||
spriteface $0, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c3a7
|
||||
writetext UnknownText_0x19c3a7
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x19c1b6
|
||||
@ -71,14 +71,14 @@ UnknownScript_0x19c01f: ; 0x19c01f
|
||||
spriteface $2, $2
|
||||
spriteface $0, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c3ec
|
||||
writetext UnknownText_0x19c3ec
|
||||
keeptextopen
|
||||
stringtotext .mapcardname, $1
|
||||
2call .UnknownScript_0x19c097
|
||||
scall .UnknownScript_0x19c097
|
||||
setflag $0001
|
||||
2writetext UnknownText_0x19c438
|
||||
writetext UnknownText_0x19c438
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x19c451
|
||||
writetext UnknownText_0x19c451
|
||||
closetext
|
||||
loadmovesprites
|
||||
stopfollow
|
||||
@ -100,7 +100,7 @@ UnknownScript_0x19c01f: ; 0x19c01f
|
||||
; 0x19c0a4
|
||||
|
||||
UnknownScript_0x19c0a4: ; 0x19c0a4
|
||||
2writetext UnknownText_0x19c49f
|
||||
writetext UnknownText_0x19c49f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -120,7 +120,7 @@ UnknownScript_0x19c0ae: ; 0x19c0ae
|
||||
spriteface $0, $3
|
||||
playmusic MUSIC_RIVAL_ENCOUNTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c4e2
|
||||
writetext UnknownText_0x19c4e2
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||
@ -135,7 +135,7 @@ UnknownScript_0x19c0ae: ; 0x19c0ae
|
||||
reloadmapmusic
|
||||
reloadmap
|
||||
iftrue UnknownScript_0x19c11a
|
||||
2jump UnknownScript_0x19c126
|
||||
jump UnknownScript_0x19c126
|
||||
; 0x19c0ee
|
||||
|
||||
UnknownScript_0x19c0ee: ; 0x19c0ee
|
||||
@ -147,7 +147,7 @@ UnknownScript_0x19c0ee: ; 0x19c0ee
|
||||
reloadmapmusic
|
||||
reloadmap
|
||||
iftrue UnknownScript_0x19c11a
|
||||
2jump UnknownScript_0x19c126
|
||||
jump UnknownScript_0x19c126
|
||||
; 0x19c104
|
||||
|
||||
UnknownScript_0x19c104: ; 0x19c104
|
||||
@ -159,22 +159,22 @@ UnknownScript_0x19c104: ; 0x19c104
|
||||
reloadmapmusic
|
||||
reloadmap
|
||||
iftrue UnknownScript_0x19c11a
|
||||
2jump UnknownScript_0x19c126
|
||||
jump UnknownScript_0x19c126
|
||||
; 0x19c11a
|
||||
|
||||
UnknownScript_0x19c11a: ; 0x19c11a
|
||||
playmusic MUSIC_RIVAL_AFTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c608
|
||||
writetext UnknownText_0x19c608
|
||||
closetext
|
||||
loadmovesprites
|
||||
2jump UnknownScript_0x19c12f
|
||||
jump UnknownScript_0x19c12f
|
||||
; 0x19c126
|
||||
|
||||
UnknownScript_0x19c126: ; 0x19c126
|
||||
playmusic MUSIC_RIVAL_AFTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x19c59e
|
||||
writetext UnknownText_0x19c59e
|
||||
closetext
|
||||
loadmovesprites
|
||||
UnknownScript_0x19c12f: ; 0x19c12f
|
||||
@ -194,14 +194,14 @@ TeacherScript_0x19c146: ; 0x19c146
|
||||
loadfont
|
||||
checkflag $0001
|
||||
iftrue UnknownScript_0x19c154
|
||||
2writetext UnknownText_0x19c650
|
||||
writetext UnknownText_0x19c650
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19c154
|
||||
|
||||
UnknownScript_0x19c154: ; 0x19c154
|
||||
2writetext UnknownText_0x19c6a8
|
||||
writetext UnknownText_0x19c6a8
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -212,14 +212,14 @@ YoungsterScript_0x19c15a: ; 0x19c15a
|
||||
loadfont
|
||||
checkflag $000b
|
||||
iftrue UnknownScript_0x19c168
|
||||
2writetext UnknownText_0x19c6d6
|
||||
writetext UnknownText_0x19c6d6
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19c168
|
||||
|
||||
UnknownScript_0x19c168: ; 0x19c168
|
||||
2writetext UnknownText_0x19c701
|
||||
writetext UnknownText_0x19c701
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -230,13 +230,13 @@ FisherScript_0x19c16e: ; 0x19c16e
|
||||
loadfont
|
||||
checkevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
||||
iftrue UnknownScript_0x19c183
|
||||
2writetext UnknownText_0x19c766
|
||||
writetext UnknownText_0x19c766
|
||||
keeptextopen
|
||||
verbosegiveitem MYSTIC_WATER, 1
|
||||
iffalse UnknownScript_0x19c187
|
||||
setevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
||||
UnknownScript_0x19c183: ; 0x19c183
|
||||
2writetext UnknownText_0x19c7c1
|
||||
writetext UnknownText_0x19c7c1
|
||||
closetext
|
||||
UnknownScript_0x19c187: ; 0x19c187
|
||||
loadmovesprites
|
||||
|
@ -8,7 +8,7 @@ CherrygroveEvolutionSpeechHouse_MapScriptHeader: ; 0x196cb0
|
||||
|
||||
YoungsterScript_0x196cb2: ; 0x196cb2
|
||||
loadfont
|
||||
2writetext UnknownText_0x196cc3
|
||||
writetext UnknownText_0x196cc3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -16,7 +16,7 @@ YoungsterScript_0x196cb2: ; 0x196cb2
|
||||
|
||||
LassScript_0x196cb9: ; 0x196cb9
|
||||
loadfont
|
||||
2writetext UnknownText_0x196cfc
|
||||
writetext UnknownText_0x196cfc
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -26,14 +26,14 @@ CooltrainerMScript_0x19681d: ; 0x19681d
|
||||
loadfont
|
||||
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||
iftrue UnknownScript_0x19682b
|
||||
2writetext UnknownText_0x196834
|
||||
writetext UnknownText_0x196834
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19682b
|
||||
|
||||
UnknownScript_0x19682b: ; 0x19682b
|
||||
2writetext UnknownText_0x196873
|
||||
writetext UnknownText_0x196873
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -23,14 +23,14 @@ TeacherScript_0x196976: ; 0x196976
|
||||
loadfont
|
||||
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||
iftrue UnknownScript_0x196984
|
||||
2writetext UnknownText_0x1969f1
|
||||
writetext UnknownText_0x1969f1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x196984
|
||||
|
||||
UnknownScript_0x196984: ; 0x196984
|
||||
2writetext UnknownText_0x196a46
|
||||
writetext UnknownText_0x196a46
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -54,7 +54,7 @@ UnknownScript_0x1a001e: ; 0x1a001e
|
||||
appear $c
|
||||
applymovement $c, MovementData_0x1a00e7
|
||||
loadfont
|
||||
2writetext UnknownText_0x1a0433
|
||||
writetext UnknownText_0x1a0433
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x1a05a1, $0000
|
||||
@ -65,7 +65,7 @@ UnknownScript_0x1a001e: ; 0x1a001e
|
||||
returnafterbattle
|
||||
playmusic MUSIC_MYSTICALMAN_ENCOUNTER
|
||||
loadfont
|
||||
2writetext UnknownText_0x1a05c3
|
||||
writetext UnknownText_0x1a05c3
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $c, MovementData_0x1a00ec
|
||||
@ -83,26 +83,26 @@ PokefanFScript_0x1a0084: ; 0x1a0084
|
||||
loadfont
|
||||
checkevent EVENT_GOT_HM02_FLY
|
||||
iftrue UnknownScript_0x1a00ad
|
||||
2writetext UnknownText_0x1a00f1
|
||||
writetext UnknownText_0x1a00f1
|
||||
keeptextopen
|
||||
checkevent EVENT_BEAT_CHUCK
|
||||
iftrue UnknownScript_0x1a009c
|
||||
2writetext UnknownText_0x1a0163
|
||||
writetext UnknownText_0x1a0163
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1a009c
|
||||
|
||||
UnknownScript_0x1a009c: ; 0x1a009c
|
||||
2writetext UnknownText_0x1a01e3
|
||||
writetext UnknownText_0x1a01e3
|
||||
keeptextopen
|
||||
verbosegiveitem HM_02, 1
|
||||
iffalse UnknownScript_0x1a00b1
|
||||
setevent EVENT_GOT_HM02_FLY
|
||||
2writetext UnknownText_0x1a021d
|
||||
writetext UnknownText_0x1a021d
|
||||
keeptextopen
|
||||
UnknownScript_0x1a00ad: ; 0x1a00ad
|
||||
2writetext UnknownText_0x1a0277
|
||||
writetext UnknownText_0x1a0277
|
||||
closetext
|
||||
UnknownScript_0x1a00b1: ; 0x1a00b1
|
||||
loadmovesprites
|
||||
|
@ -9,10 +9,10 @@ CianwoodCityPhotoStudio_MapScriptHeader: ; 0x9e0de
|
||||
FishingGuruScript_0x9e0e0: ; 0x9e0e0
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x9e0f9
|
||||
writetext UnknownText_0x9e0f9
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e0f3
|
||||
2writetext UnknownText_0x9e142
|
||||
writetext UnknownText_0x9e142
|
||||
closetext
|
||||
special $0068
|
||||
closetext
|
||||
@ -21,7 +21,7 @@ FishingGuruScript_0x9e0e0: ; 0x9e0e0
|
||||
; 0x9e0f3
|
||||
|
||||
UnknownScript_0x9e0f3: ; 0x9e0f3
|
||||
2writetext UnknownText_0x9e156
|
||||
writetext UnknownText_0x9e156
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -11,12 +11,12 @@ ChuckScript_0x9d60f: ; 0x9d60f
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_CHUCK
|
||||
iftrue UnknownScript_0x9d656
|
||||
2writetext UnknownText_0x9d6f9
|
||||
writetext UnknownText_0x9d6f9
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $2, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x9d76f
|
||||
writetext UnknownText_0x9d76f
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $7, MovementData_0x9d6f3
|
||||
@ -26,7 +26,7 @@ ChuckScript_0x9d60f: ; 0x9d60f
|
||||
pause 30
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x9d78a
|
||||
writetext UnknownText_0x9d78a
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x9d7f6, $0000
|
||||
@ -35,12 +35,12 @@ ChuckScript_0x9d60f: ; 0x9d60f
|
||||
returnafterbattle
|
||||
setevent EVENT_BEAT_CHUCK
|
||||
loadfont
|
||||
2writetext UnknownText_0x9d835
|
||||
writetext UnknownText_0x9d835
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $0020
|
||||
checkcode $7
|
||||
2call UnknownScript_0x9d681
|
||||
scall UnknownScript_0x9d681
|
||||
UnknownScript_0x9d656: ; 0x9d656
|
||||
checkevent EVENT_GOT_TM01_DYNAMICPUNCH
|
||||
iftrue UnknownScript_0x9d67b
|
||||
@ -48,19 +48,19 @@ UnknownScript_0x9d656: ; 0x9d656
|
||||
setevent EVENT_BEAT_BLACKBELT_LAO
|
||||
setevent EVENT_BEAT_BLACKBELT_NOB
|
||||
setevent EVENT_BEAT_BLACKBELT_LUNG
|
||||
2writetext UnknownText_0x9d84d
|
||||
writetext UnknownText_0x9d84d
|
||||
keeptextopen
|
||||
verbosegiveitem TM_01, 1
|
||||
iffalse UnknownScript_0x9d67f
|
||||
setevent EVENT_GOT_TM01_DYNAMICPUNCH
|
||||
2writetext UnknownText_0x9d8da
|
||||
writetext UnknownText_0x9d8da
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9d67b
|
||||
|
||||
UnknownScript_0x9d67b: ; 0x9d67b
|
||||
2writetext UnknownText_0x9d930
|
||||
writetext UnknownText_0x9d930
|
||||
closetext
|
||||
UnknownScript_0x9d67f: ; 0x9d67f
|
||||
loadmovesprites
|
||||
@ -104,7 +104,7 @@ TrainerBlackbeltYoshi: ; 0x9d690
|
||||
BlackbeltYoshiScript: ; 0x9d69c
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9d9fa
|
||||
writetext UnknownText_0x9d9fa
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -133,7 +133,7 @@ TrainerBlackbeltLao: ; 0x9d6a4
|
||||
BlackbeltLaoScript: ; 0x9d6b0
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9da61
|
||||
writetext UnknownText_0x9da61
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -162,7 +162,7 @@ TrainerBlackbeltNob: ; 0x9d6b8
|
||||
BlackbeltNobScript: ; 0x9d6c4
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9dac0
|
||||
writetext UnknownText_0x9dac0
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -191,7 +191,7 @@ TrainerBlackbeltLung: ; 0x9d6cc
|
||||
BlackbeltLungScript: ; 0x9d6d8
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9db14
|
||||
writetext UnknownText_0x9db14
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -20,15 +20,15 @@ PharmacistScript_0x9df9e: ; 0x9df9e
|
||||
iftrue UnknownScript_0x9dfc4
|
||||
checkevent $0037
|
||||
iffalse UnknownScript_0x9dfc4
|
||||
2writetext UnknownText_0x9dfcd
|
||||
writetext UnknownText_0x9dfcd
|
||||
keeptextopen
|
||||
giveitem SECRETPOTION, $1
|
||||
2writetext UnknownText_0x9e056
|
||||
writetext UnknownText_0x9e056
|
||||
playsound SFX_KEY_ITEM
|
||||
waitbutton
|
||||
itemnotify
|
||||
setevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
||||
2writetext UnknownText_0x9e070
|
||||
writetext UnknownText_0x9e070
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -19,14 +19,14 @@ CianwoodGymGuyScript: ; 0x9dbd5
|
||||
checkevent EVENT_BEAT_CHUCK
|
||||
iftrue .CianwoodGymGuyWinScript
|
||||
loadfont
|
||||
2writetext CianwoodGymGuyText
|
||||
writetext CianwoodGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.CianwoodGymGuyWinScript
|
||||
loadfont
|
||||
2writetext CianwoodGymGuyWinText
|
||||
writetext CianwoodGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -18,7 +18,7 @@ UnknownScript_0x1ac9ac: ; 0x1ac9ac
|
||||
BlueScript_0x1ac9b0: ; 0x1ac9b0
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x1ac9d2
|
||||
writetext UnknownText_0x1ac9d2
|
||||
closetext
|
||||
loadmovesprites
|
||||
playsound SFX_WARP_TO
|
||||
|
@ -63,7 +63,7 @@ MapColosseumSignpost1Script: ; 0x193493
|
||||
|
||||
ChrisScript_0x193499: ; 0x193499
|
||||
loadfont
|
||||
2writetext UnknownText_0x1934a0
|
||||
writetext UnknownText_0x1934a0
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -15,14 +15,14 @@ PokefanFScript_0x18ad16: ; 0x18ad16
|
||||
loadfont
|
||||
checkevent EVENT_RETURNED_MACHINE_PART
|
||||
iftrue UnknownScript_0x18ad24
|
||||
2writetext UnknownText_0x18ad95
|
||||
writetext UnknownText_0x18ad95
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18ad24
|
||||
|
||||
UnknownScript_0x18ad24: ; 0x18ad24
|
||||
2writetext UnknownText_0x18add3
|
||||
writetext UnknownText_0x18add3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -30,7 +30,7 @@ UnknownScript_0x18ad24: ; 0x18ad24
|
||||
|
||||
ClefairyScript_0x18ad2a: ; 0x18ad2a
|
||||
loadfont
|
||||
2writetext UnknownText_0x18ae4b
|
||||
writetext UnknownText_0x18ae4b
|
||||
cry BLISSEY
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -15,7 +15,7 @@ UnknownScript_0x18ae9f: ; 0x18ae9f
|
||||
iftrue UnknownScript_0x18aeac
|
||||
disappear $7
|
||||
appear $2
|
||||
2jump UnknownScript_0x18aeb0
|
||||
jump UnknownScript_0x18aeb0
|
||||
; 0x18aeac
|
||||
|
||||
UnknownScript_0x18aeac: ; 0x18aeac
|
||||
@ -38,7 +38,7 @@ CopycatScript_0x18aeb1: ; 0x18aeb1
|
||||
applymovement $2, MovementData_0x18afd0
|
||||
faceplayer
|
||||
variablesprite $b, $1
|
||||
2jump UnknownScript_0x18aedc
|
||||
jump UnknownScript_0x18aedc
|
||||
; 0x18aed4
|
||||
|
||||
UnknownScript_0x18aed4: ; 0x18aed4
|
||||
@ -52,19 +52,19 @@ UnknownScript_0x18aedc: ; 0x18aedc
|
||||
loadfont
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x18aef2
|
||||
2writetext UnknownText_0x18afda
|
||||
2jump UnknownScript_0x18aef5
|
||||
writetext UnknownText_0x18afda
|
||||
jump UnknownScript_0x18aef5
|
||||
; 0x18aef2
|
||||
|
||||
UnknownScript_0x18aef2: ; 0x18aef2
|
||||
2writetext UnknownText_0x18b316
|
||||
writetext UnknownText_0x18b316
|
||||
UnknownScript_0x18aef5: ; 0x18aef5
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x18af04
|
||||
applymovement $2, MovementData_0x18afd0
|
||||
2jump UnknownScript_0x18af08
|
||||
jump UnknownScript_0x18af08
|
||||
; 0x18af04
|
||||
|
||||
UnknownScript_0x18af04: ; 0x18af04
|
||||
@ -74,7 +74,7 @@ UnknownScript_0x18af08: ; 0x18af08
|
||||
variablesprite $b, $28
|
||||
special $005e
|
||||
loadfont
|
||||
2writetext UnknownText_0x18b028
|
||||
writetext UnknownText_0x18b028
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -84,19 +84,19 @@ UnknownScript_0x18af16: ; 0x18af16
|
||||
loadfont
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x18af23
|
||||
2writetext UnknownText_0x18b064
|
||||
2jump UnknownScript_0x18af26
|
||||
writetext UnknownText_0x18b064
|
||||
jump UnknownScript_0x18af26
|
||||
; 0x18af23
|
||||
|
||||
UnknownScript_0x18af23: ; 0x18af23
|
||||
2writetext UnknownText_0x18b366
|
||||
writetext UnknownText_0x18b366
|
||||
UnknownScript_0x18af26: ; 0x18af26
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x18af35
|
||||
applymovement $2, MovementData_0x18afd0
|
||||
2jump UnknownScript_0x18af39
|
||||
jump UnknownScript_0x18af39
|
||||
; 0x18af35
|
||||
|
||||
UnknownScript_0x18af35: ; 0x18af35
|
||||
@ -106,7 +106,7 @@ UnknownScript_0x18af39: ; 0x18af39
|
||||
variablesprite $b, $28
|
||||
special $005e
|
||||
loadfont
|
||||
2writetext UnknownText_0x18b116
|
||||
writetext UnknownText_0x18b116
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
||||
@ -115,23 +115,23 @@ UnknownScript_0x18af39: ; 0x18af39
|
||||
|
||||
UnknownScript_0x18af4a: ; 0x18af4a
|
||||
loadfont
|
||||
2writetext UnknownText_0x18b17f
|
||||
writetext UnknownText_0x18b17f
|
||||
keeptextopen
|
||||
takeitem LOST_ITEM, 1
|
||||
setevent EVENT_RETURNED_LOST_ITEM_TO_COPYCAT
|
||||
clearevent $0773
|
||||
2jump UnknownScript_0x18af5c
|
||||
jump UnknownScript_0x18af5c
|
||||
; 0x18af5b
|
||||
|
||||
UnknownScript_0x18af5b: ; 0x18af5b
|
||||
loadfont
|
||||
UnknownScript_0x18af5c: ; 0x18af5c
|
||||
2writetext UnknownText_0x18b1e2
|
||||
writetext UnknownText_0x18b1e2
|
||||
keeptextopen
|
||||
verbosegiveitem PASS, 1
|
||||
iffalse UnknownScript_0x18afba
|
||||
setevent EVENT_GOT_PASS_FROM_COPYCAT
|
||||
2writetext UnknownText_0x18b214
|
||||
writetext UnknownText_0x18b214
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -143,7 +143,7 @@ UnknownScript_0x18af6f: ; 0x18af6f
|
||||
applymovement $2, MovementData_0x18afd0
|
||||
faceplayer
|
||||
variablesprite $b, $1
|
||||
2jump UnknownScript_0x18af88
|
||||
jump UnknownScript_0x18af88
|
||||
; 0x18af80
|
||||
|
||||
UnknownScript_0x18af80: ; 0x18af80
|
||||
@ -155,19 +155,19 @@ UnknownScript_0x18af88: ; 0x18af88
|
||||
loadfont
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x18af98
|
||||
2writetext UnknownText_0x18b298
|
||||
2jump UnknownScript_0x18af9b
|
||||
writetext UnknownText_0x18b298
|
||||
jump UnknownScript_0x18af9b
|
||||
; 0x18af98
|
||||
|
||||
UnknownScript_0x18af98: ; 0x18af98
|
||||
2writetext UnknownText_0x18b415
|
||||
writetext UnknownText_0x18b415
|
||||
UnknownScript_0x18af9b: ; 0x18af9b
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x18afaa
|
||||
applymovement $2, MovementData_0x18afd0
|
||||
2jump UnknownScript_0x18afae
|
||||
jump UnknownScript_0x18afae
|
||||
; 0x18afaa
|
||||
|
||||
UnknownScript_0x18afaa: ; 0x18afaa
|
||||
@ -177,7 +177,7 @@ UnknownScript_0x18afae: ; 0x18afae
|
||||
variablesprite $b, $28
|
||||
special $005e
|
||||
loadfont
|
||||
2writetext UnknownText_0x18b2f5
|
||||
writetext UnknownText_0x18b2f5
|
||||
closetext
|
||||
UnknownScript_0x18afba: ; 0x18afba
|
||||
loadmovesprites
|
||||
@ -186,10 +186,10 @@ UnknownScript_0x18afba: ; 0x18afba
|
||||
|
||||
MoltresScript_0x18afbc: ; 0x18afbc
|
||||
loadfont
|
||||
2writetext UnknownText_0x18b476
|
||||
writetext UnknownText_0x18b476
|
||||
cry DODRIO
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x18b489
|
||||
writetext UnknownText_0x18b489
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -29,7 +29,7 @@ TrainerKimono_girlNaoko2: ; 0x99462
|
||||
Kimono_girlNaoko2Script: ; 0x9946e
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x99579
|
||||
writetext UnknownText_0x99579
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -58,7 +58,7 @@ TrainerKimono_girlSayo: ; 0x99476
|
||||
Kimono_girlSayoScript: ; 0x99482
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9960b
|
||||
writetext UnknownText_0x9960b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -87,7 +87,7 @@ TrainerKimono_girlZuki: ; 0x9948a
|
||||
Kimono_girlZukiScript: ; 0x99496
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x99688
|
||||
writetext UnknownText_0x99688
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -116,7 +116,7 @@ TrainerKimono_girlKuni: ; 0x9949e
|
||||
Kimono_girlKuniScript: ; 0x994aa
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x99714
|
||||
writetext UnknownText_0x99714
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -145,7 +145,7 @@ TrainerKimono_girlMiki: ; 0x994b2
|
||||
Kimono_girlMikiScript: ; 0x994be
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x997a8
|
||||
writetext UnknownText_0x997a8
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -154,7 +154,7 @@ Kimono_girlMikiScript: ; 0x994be
|
||||
GentlemanScript_0x994c6: ; 0x994c6
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x9980a
|
||||
writetext UnknownText_0x9980a
|
||||
keeptextopen
|
||||
checkevent EVENT_GOT_HM03_SURF
|
||||
iftrue UnknownScript_0x99515
|
||||
@ -168,38 +168,38 @@ GentlemanScript_0x994c6: ; 0x994c6
|
||||
iffalse UnknownScript_0x994f3
|
||||
checkevent EVENT_BEAT_KIMONO_GIRL_MIKI
|
||||
iffalse UnknownScript_0x994f3
|
||||
2jump UnknownScript_0x99505
|
||||
jump UnknownScript_0x99505
|
||||
; 0x994f3
|
||||
|
||||
UnknownScript_0x994f3: ; 0x994f3
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x994ff
|
||||
2writetext UnknownText_0x99891
|
||||
writetext UnknownText_0x99891
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x994ff
|
||||
|
||||
UnknownScript_0x994ff: ; 0x994ff
|
||||
2writetext UnknownText_0x998d4
|
||||
writetext UnknownText_0x998d4
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x99505
|
||||
|
||||
UnknownScript_0x99505: ; 0x99505
|
||||
2writetext UnknownText_0x9991a
|
||||
writetext UnknownText_0x9991a
|
||||
keeptextopen
|
||||
verbosegiveitem HM_03, 1
|
||||
setevent EVENT_GOT_HM03_SURF
|
||||
2writetext UnknownText_0x9999b
|
||||
writetext UnknownText_0x9999b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x99515
|
||||
|
||||
UnknownScript_0x99515: ; 0x99515
|
||||
2writetext UnknownText_0x999d5
|
||||
writetext UnknownText_0x999d5
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -207,7 +207,7 @@ UnknownScript_0x99515: ; 0x99515
|
||||
|
||||
RhydonScript_0x9951b: ; 0x9951b
|
||||
loadfont
|
||||
2writetext UnknownText_0x99a0a
|
||||
writetext UnknownText_0x99a0a
|
||||
cry RHYDON
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -11,13 +11,13 @@ PharmacistScript_0x18c720: ; 0x18c720
|
||||
loadfont
|
||||
checkevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
|
||||
iftrue UnknownScript_0x18c735
|
||||
2writetext UnknownText_0x18c73f
|
||||
writetext UnknownText_0x18c73f
|
||||
keeptextopen
|
||||
verbosegiveitem BLACKGLASSES, 1
|
||||
iffalse UnknownScript_0x18c739
|
||||
setevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
|
||||
UnknownScript_0x18c735: ; 0x18c735
|
||||
2writetext UnknownText_0x18c80c
|
||||
writetext UnknownText_0x18c80c
|
||||
closetext
|
||||
UnknownScript_0x18c739: ; 0x18c739
|
||||
loadmovesprites
|
||||
|
@ -29,17 +29,17 @@ GrampsScript_0x62f8f: ; 0x62f8f
|
||||
loadfont
|
||||
checkevent EVENT_GOT_ODD_EGG
|
||||
iftrue UnknownScript_0x62fbd
|
||||
2writetext UnknownText_0x630ce
|
||||
writetext UnknownText_0x630ce
|
||||
keeptextopen
|
||||
loadmovesprites
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x62fb6
|
||||
special $007d
|
||||
loadfont
|
||||
2writetext UnknownText_0x631ae
|
||||
writetext UnknownText_0x631ae
|
||||
playsound SFX_KEY_ITEM
|
||||
waitbutton
|
||||
2writetext UnknownText_0x631c3
|
||||
writetext UnknownText_0x631c3
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent EVENT_GOT_ODD_EGG
|
||||
@ -48,7 +48,7 @@ GrampsScript_0x62f8f: ; 0x62f8f
|
||||
|
||||
UnknownScript_0x62fb6: ; 0x62fb6
|
||||
loadfont
|
||||
2writetext UnknownText_0x63237
|
||||
writetext UnknownText_0x63237
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -73,7 +73,7 @@ GrannyScript_0x62fc3: ; 0x62fc3
|
||||
; 0x62fd1
|
||||
|
||||
UnknownScript_0x62fd1: ; 0x62fd1
|
||||
2writetext UnknownText_0x62fda
|
||||
writetext UnknownText_0x62fda
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -23,11 +23,11 @@ UnknownScript_0x18d023: ; 0x18d023
|
||||
applymovement $0, MovementData_0x18d2bf
|
||||
applymovement $2, MovementData_0x18d2c7
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d2ea
|
||||
writetext UnknownText_0x18d2ea
|
||||
keeptextopen
|
||||
UnknownScript_0x18d030: ; 0x18d030
|
||||
setevent $0001
|
||||
2writetext UnknownText_0x18d3bc
|
||||
writetext UnknownText_0x18d3bc
|
||||
keeptextopen
|
||||
loadmenudata MenuDataHeader_0x18d215
|
||||
interpretmenu2
|
||||
@ -40,7 +40,7 @@ UnknownScript_0x18d030: ; 0x18d030
|
||||
|
||||
UnknownScript_0x18d049: ; 0x18d049
|
||||
setevent $0002
|
||||
2writetext UnknownText_0x18d3d3
|
||||
writetext UnknownText_0x18d3d3
|
||||
keeptextopen
|
||||
loadmenudata MenuDataHeader_0x18d234
|
||||
interpretmenu2
|
||||
@ -50,7 +50,7 @@ UnknownScript_0x18d049: ; 0x18d049
|
||||
if_equal $3, UnknownScript_0x18d0cb
|
||||
UnknownScript_0x18d061: ; 0x18d061
|
||||
setevent $0003
|
||||
2writetext UnknownText_0x18d3f3
|
||||
writetext UnknownText_0x18d3f3
|
||||
keeptextopen
|
||||
loadmenudata MenuDataHeader_0x18d258
|
||||
interpretmenu2
|
||||
@ -60,7 +60,7 @@ UnknownScript_0x18d061: ; 0x18d061
|
||||
if_equal $3, UnknownScript_0x18d0a9
|
||||
UnknownScript_0x18d079: ; 0x18d079
|
||||
setevent $0004
|
||||
2writetext UnknownText_0x18d420
|
||||
writetext UnknownText_0x18d420
|
||||
keeptextopen
|
||||
loadmenudata MenuDataHeader_0x18d283
|
||||
interpretmenu2
|
||||
@ -70,7 +70,7 @@ UnknownScript_0x18d079: ; 0x18d079
|
||||
if_equal $3, UnknownScript_0x18d0a9
|
||||
UnknownScript_0x18d091: ; 0x18d091
|
||||
setevent $0005
|
||||
2writetext UnknownText_0x18d44a
|
||||
writetext UnknownText_0x18d44a
|
||||
keeptextopen
|
||||
loadmenudata MenuDataHeader_0x18d2a5
|
||||
interpretmenu2
|
||||
@ -81,7 +81,7 @@ UnknownScript_0x18d091: ; 0x18d091
|
||||
UnknownScript_0x18d0a9: ; 0x18d0a9
|
||||
checkevent $0005
|
||||
iftrue UnknownScript_0x18d100
|
||||
2writetext UnknownText_0x18d82d
|
||||
writetext UnknownText_0x18d82d
|
||||
keeptextopen
|
||||
checkevent $0004
|
||||
iftrue UnknownScript_0x18d091
|
||||
@ -95,12 +95,12 @@ UnknownScript_0x18d0cb: ; 0x18d0cb
|
||||
loadmovesprites
|
||||
spriteface $2, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d7f6
|
||||
writetext UnknownText_0x18d7f6
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $2, $0
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d816
|
||||
writetext UnknownText_0x18d816
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $00c1
|
||||
@ -116,7 +116,7 @@ UnknownScript_0x18d0cb: ; 0x18d0cb
|
||||
checkevent $0001
|
||||
iftrue UnknownScript_0x18d030
|
||||
UnknownScript_0x18d100: ; 0x18d100
|
||||
2writetext UnknownText_0x18d47c
|
||||
writetext UnknownText_0x18d47c
|
||||
closetext
|
||||
loadmovesprites
|
||||
playsound SFX_ENTER_DOOR
|
||||
@ -131,34 +131,34 @@ UnknownScript_0x18d100: ; 0x18d100
|
||||
spriteface $0, $2
|
||||
spriteface $2, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d916
|
||||
writetext UnknownText_0x18d916
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $006a
|
||||
applymovement $5, MovementData_0x18d2da
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d974
|
||||
writetext UnknownText_0x18d974
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $5, MovementData_0x18d2dd
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d983
|
||||
writetext UnknownText_0x18d983
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x18d2c9
|
||||
spriteface $5, $1
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d520
|
||||
writetext UnknownText_0x18d520
|
||||
closetext
|
||||
loadmovesprites
|
||||
showemote $0, $5, 15
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d9ae
|
||||
writetext UnknownText_0x18d9ae
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $5, MovementData_0x18d2e0
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d9bf
|
||||
writetext UnknownText_0x18d9bf
|
||||
closetext
|
||||
setflag $0022
|
||||
playsound SFX_GET_BADGE
|
||||
@ -167,9 +167,9 @@ UnknownScript_0x18d100: ; 0x18d100
|
||||
specialphonecall $8
|
||||
dotrigger $1
|
||||
domaptrigger GROUP_DRAGONS_DEN_B1F, MAP_DRAGONS_DEN_B1F, $1
|
||||
2writetext UnknownText_0x18d9f2
|
||||
writetext UnknownText_0x18d9f2
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x18da0b
|
||||
writetext UnknownText_0x18da0b
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x18d2ce
|
||||
@ -177,11 +177,11 @@ UnknownScript_0x18d100: ; 0x18d100
|
||||
applymovement $2, MovementData_0x18d2d1
|
||||
spriteface $0, $1
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d5a3
|
||||
writetext UnknownText_0x18d5a3
|
||||
closetext
|
||||
loadmovesprites
|
||||
loadfont
|
||||
2writetext UnknownText_0x18dab4
|
||||
writetext UnknownText_0x18dab4
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $5, MovementData_0x18d2e3
|
||||
@ -203,18 +203,18 @@ ElderScript_0x18d1a5: ; 0x18d1a5
|
||||
iffalse UnknownScript_0x18d1c5
|
||||
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||
iftrue UnknownScript_0x18d1f3
|
||||
2writetext UnknownText_0x18d724
|
||||
writetext UnknownText_0x18d724
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18d1c5
|
||||
|
||||
UnknownScript_0x18d1c5: ; 0x18d1c5
|
||||
2writetext UnknownText_0x18d604
|
||||
writetext UnknownText_0x18d604
|
||||
closetext
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x18d1ed
|
||||
2writetext UnknownText_0x18d697
|
||||
writetext UnknownText_0x18d697
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitbutton
|
||||
givepoke DRATINI, 15, 0, 0
|
||||
@ -222,35 +222,35 @@ UnknownScript_0x18d1c5: ; 0x18d1c5
|
||||
special $0094
|
||||
setevent $00bd
|
||||
setevent $0006
|
||||
2writetext UnknownText_0x18d6ca
|
||||
writetext UnknownText_0x18d6ca
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18d1ed
|
||||
|
||||
UnknownScript_0x18d1ed: ; 0x18d1ed
|
||||
2writetext UnknownText_0x18d6ac
|
||||
writetext UnknownText_0x18d6ac
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18d1f3
|
||||
|
||||
UnknownScript_0x18d1f3: ; 0x18d1f3
|
||||
2writetext UnknownText_0x18d782
|
||||
writetext UnknownText_0x18d782
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18d1f9
|
||||
|
||||
UnknownScript_0x18d1f9: ; 0x18d1f9
|
||||
2writetext UnknownText_0x18d5e5
|
||||
writetext UnknownText_0x18d5e5
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18d1ff
|
||||
|
||||
UnknownScript_0x18d1ff: ; 0x18d1ff
|
||||
2writetext UnknownText_0x18d6ca
|
||||
writetext UnknownText_0x18d6ca
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -259,7 +259,7 @@ UnknownScript_0x18d1ff: ; 0x18d1ff
|
||||
ElderScript_0x18d205: ; 0x18d205
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d840
|
||||
writetext UnknownText_0x18d840
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -268,7 +268,7 @@ ElderScript_0x18d205: ; 0x18d205
|
||||
ElderScript_0x18d20d: ; 0x18d20d
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x18d8b1
|
||||
writetext UnknownText_0x18d8b1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -45,7 +45,7 @@ UnknownScript_0x18c8b5: ; 0x18c8b5
|
||||
UnknownScript_0x18c8b8: ; 0x18c8b8
|
||||
appear $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x18c9b8
|
||||
writetext UnknownText_0x18c9b8
|
||||
pause 30
|
||||
loadmovesprites
|
||||
showemote $0, $0, 15
|
||||
@ -53,26 +53,26 @@ UnknownScript_0x18c8b8: ; 0x18c8b8
|
||||
playmusic MUSIC_CLAIR
|
||||
applymovement $3, MovementData_0x18c9ae
|
||||
loadfont
|
||||
2writetext UnknownText_0x18c9bf
|
||||
writetext UnknownText_0x18c9bf
|
||||
keeptextopen
|
||||
giveitem TM_24, $1
|
||||
iffalse UnknownScript_0x18c8f4
|
||||
itemtotext TM_24, $0
|
||||
2writetext UnknownText_0x18c9fb
|
||||
writetext UnknownText_0x18c9fb
|
||||
playsound SFX_ITEM
|
||||
waitbutton
|
||||
itemnotify
|
||||
setevent EVENT_GOT_TM24_DRAGONBREATH
|
||||
2writetext UnknownText_0x18ca0d
|
||||
writetext UnknownText_0x18ca0d
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x18caf1
|
||||
writetext UnknownText_0x18caf1
|
||||
closetext
|
||||
loadmovesprites
|
||||
2jump UnknownScript_0x18c8f9
|
||||
jump UnknownScript_0x18c8f9
|
||||
; 0x18c8f4
|
||||
|
||||
UnknownScript_0x18c8f4: ; 0x18c8f4
|
||||
2writetext UnknownText_0x18ca8b
|
||||
writetext UnknownText_0x18ca8b
|
||||
closetext
|
||||
loadmovesprites
|
||||
UnknownScript_0x18c8f9: ; 0x18c8f9
|
||||
@ -108,7 +108,7 @@ TrainerCooltrainermDarin: ; 0x18c90a
|
||||
CooltrainermDarinScript: ; 0x18c916
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18cd82
|
||||
writetext UnknownText_0x18cd82
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -137,7 +137,7 @@ TrainerCooltrainerfCara: ; 0x18c91e
|
||||
CooltrainerfCaraScript: ; 0x18c92a
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18ce11
|
||||
writetext UnknownText_0x18ce11
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -166,7 +166,7 @@ TrainerTwinsLeaandpia1: ; 0x18c932
|
||||
TwinsLeaandpia1Script: ; 0x18c93e
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18ced3
|
||||
writetext UnknownText_0x18ced3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -195,7 +195,7 @@ TrainerTwinsLeaandpia2: ; 0x18c946
|
||||
TwinsLeaandpia2Script: ; 0x18c952
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x18cf0f
|
||||
writetext UnknownText_0x18cf0f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -207,7 +207,7 @@ PokeBallScript_0x18c95a: ; 0x18c95a
|
||||
disappear $2
|
||||
loadfont
|
||||
itemtotext DRAGON_FANG, $0
|
||||
2writetext UnknownText_0x18cf41
|
||||
writetext UnknownText_0x18cf41
|
||||
playsound SFX_ITEM
|
||||
waitbutton
|
||||
itemnotify
|
||||
@ -218,9 +218,9 @@ PokeBallScript_0x18c95a: ; 0x18c95a
|
||||
UnknownScript_0x18c970: ; 0x18c970
|
||||
loadfont
|
||||
itemtotext DRAGON_FANG, $0
|
||||
2writetext UnknownText_0x18cf41
|
||||
writetext UnknownText_0x18cf41
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x18cf51
|
||||
writetext UnknownText_0x18cf51
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -232,7 +232,7 @@ SilverScript_0x18c97e: ; 0x18c97e
|
||||
loadfont
|
||||
checkevent $0000
|
||||
iftrue UnknownScript_0x18c995
|
||||
2writetext UnknownText_0x18cc83
|
||||
writetext UnknownText_0x18cc83
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $0000
|
||||
@ -241,7 +241,7 @@ SilverScript_0x18c97e: ; 0x18c97e
|
||||
; 0x18c995
|
||||
|
||||
UnknownScript_0x18c995: ; 0x18c995
|
||||
2writetext UnknownText_0x18cd2d
|
||||
writetext UnknownText_0x18cd2d
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $003d
|
||||
|
@ -10,24 +10,24 @@ FisherScript_0x68a5c: ; 0x68a5c
|
||||
applymovement $2, MovementData_0x68b2d
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x68b3b
|
||||
writetext UnknownText_0x68b3b
|
||||
yesorno
|
||||
iffalse UnknownScript_0x68a70
|
||||
2writetext UnknownText_0x68bbd
|
||||
writetext UnknownText_0x68bbd
|
||||
yesorno
|
||||
iffalse UnknownScript_0x68a7d
|
||||
UnknownScript_0x68a70: ; 0x68a70
|
||||
2writetext UnknownText_0x68c51
|
||||
writetext UnknownText_0x68c51
|
||||
yesorno
|
||||
iffalse UnknownScript_0x68a7d
|
||||
2writetext UnknownText_0x68c7b
|
||||
writetext UnknownText_0x68c7b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x68a7d
|
||||
|
||||
UnknownScript_0x68a7d: ; 0x68a7d
|
||||
2writetext UnknownText_0x68d31
|
||||
writetext UnknownText_0x68d31
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -40,7 +40,7 @@ YoungsterScript_0x68a83: ; 0x68a83
|
||||
GameboyKidScript_0x68a86: ; 0x68a86
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x68dda
|
||||
writetext UnknownText_0x68dda
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $4, $0
|
||||
@ -50,7 +50,7 @@ GameboyKidScript_0x68a86: ; 0x68a86
|
||||
GameboyKidScript_0x68a91: ; 0x68a91
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x68e07
|
||||
writetext UnknownText_0x68e07
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $5, $0
|
||||
@ -63,7 +63,7 @@ YoungsterScript_0x68a9c: ; 0x68a9c
|
||||
|
||||
MapEarlsPokemonAcademySignpost3Script: ; 0x68a9f
|
||||
loadfont
|
||||
2writetext UnknownText_0x68eb2
|
||||
writetext UnknownText_0x68eb2
|
||||
UnknownScript_0x68aa3: ; 0x68aa3
|
||||
loadmenudata MenuDataHeader_0x68ae1
|
||||
interpretmenu
|
||||
@ -78,33 +78,33 @@ UnknownScript_0x68aa3: ; 0x68aa3
|
||||
; 0x68abe
|
||||
|
||||
UnknownScript_0x68abe: ; 0x68abe
|
||||
2writetext UnknownText_0x68efe
|
||||
writetext UnknownText_0x68efe
|
||||
closetext
|
||||
2jump UnknownScript_0x68aa3
|
||||
jump UnknownScript_0x68aa3
|
||||
; 0x68ac5
|
||||
|
||||
UnknownScript_0x68ac5: ; 0x68ac5
|
||||
2writetext UnknownText_0x68f80
|
||||
writetext UnknownText_0x68f80
|
||||
closetext
|
||||
2jump UnknownScript_0x68aa3
|
||||
jump UnknownScript_0x68aa3
|
||||
; 0x68acc
|
||||
|
||||
UnknownScript_0x68acc: ; 0x68acc
|
||||
2writetext UnknownText_0x68fe2
|
||||
writetext UnknownText_0x68fe2
|
||||
closetext
|
||||
2jump UnknownScript_0x68aa3
|
||||
jump UnknownScript_0x68aa3
|
||||
; 0x68ad3
|
||||
|
||||
UnknownScript_0x68ad3: ; 0x68ad3
|
||||
2writetext UnknownText_0x69055
|
||||
writetext UnknownText_0x69055
|
||||
closetext
|
||||
2jump UnknownScript_0x68aa3
|
||||
jump UnknownScript_0x68aa3
|
||||
; 0x68ada
|
||||
|
||||
UnknownScript_0x68ada: ; 0x68ada
|
||||
2writetext UnknownText_0x690cb
|
||||
writetext UnknownText_0x690cb
|
||||
closetext
|
||||
2jump UnknownScript_0x68aa3
|
||||
jump UnknownScript_0x68aa3
|
||||
; 0x68ae1
|
||||
|
||||
|
||||
@ -136,16 +136,16 @@ UnknownText_0x68af2: ; 0x68af2
|
||||
|
||||
PokedexScript_0x68b0b: ; 0x68b0b
|
||||
loadfont
|
||||
2writetext UnknownText_0x69136
|
||||
writetext UnknownText_0x69136
|
||||
yesorno
|
||||
iffalse UnknownScript_0x68b25
|
||||
2writetext UnknownText_0x69197
|
||||
writetext UnknownText_0x69197
|
||||
yesorno
|
||||
iffalse UnknownScript_0x68b25
|
||||
2writetext UnknownText_0x69207
|
||||
writetext UnknownText_0x69207
|
||||
yesorno
|
||||
iffalse UnknownScript_0x68b25
|
||||
2writetext UnknownText_0x69287
|
||||
writetext UnknownText_0x69287
|
||||
closetext
|
||||
UnknownScript_0x68b25: ; 0x68b25
|
||||
loadmovesprites
|
||||
|
@ -36,14 +36,14 @@ LassScript_0x1a4015: ; 0x1a4015
|
||||
loadfont
|
||||
checkevent EVENT_RELEASED_THE_BEASTS
|
||||
iftrue UnknownScript_0x1a4023
|
||||
2writetext UnknownText_0x1a421a
|
||||
writetext UnknownText_0x1a421a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1a4023
|
||||
|
||||
UnknownScript_0x1a4023: ; 0x1a4023
|
||||
2writetext UnknownText_0x1a4269
|
||||
writetext UnknownText_0x1a4269
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -54,14 +54,14 @@ FisherScript_0x1a4029: ; 0x1a4029
|
||||
loadfont
|
||||
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||
iftrue UnknownScript_0x1a4037
|
||||
2writetext UnknownText_0x1a42ac
|
||||
writetext UnknownText_0x1a42ac
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1a4037
|
||||
|
||||
UnknownScript_0x1a4037: ; 0x1a4037
|
||||
2writetext UnknownText_0x1a4325
|
||||
writetext UnknownText_0x1a4325
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -24,7 +24,7 @@ MortyScript_0x99d58: ; 0x99d58
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_MORTY
|
||||
iftrue UnknownScript_0x99d8c
|
||||
2writetext UnknownText_0x99e65
|
||||
writetext UnknownText_0x99e65
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x9a00a, $0000
|
||||
@ -33,12 +33,12 @@ MortyScript_0x99d58: ; 0x99d58
|
||||
returnafterbattle
|
||||
setevent EVENT_BEAT_MORTY
|
||||
loadfont
|
||||
2writetext UnknownText_0x9a043
|
||||
writetext UnknownText_0x9a043
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $001e
|
||||
checkcode $7
|
||||
2call UnknownScript_0x99db7
|
||||
scall UnknownScript_0x99db7
|
||||
domaptrigger GROUP_ECRUTEAK_HOUSE, MAP_ECRUTEAK_HOUSE, $1
|
||||
setevent $0766
|
||||
setevent $0767
|
||||
@ -49,19 +49,19 @@ UnknownScript_0x99d8c: ; 0x99d8c
|
||||
setevent EVENT_BEAT_SAGE_PING
|
||||
setevent EVENT_BEAT_MEDIUM_MARTHA
|
||||
setevent EVENT_BEAT_MEDIUM_GRACE
|
||||
2writetext UnknownText_0x9a059
|
||||
writetext UnknownText_0x9a059
|
||||
keeptextopen
|
||||
verbosegiveitem TM_30, 1
|
||||
iffalse UnknownScript_0x99db5
|
||||
setevent EVENT_GOT_TM30_SHADOW_BALL
|
||||
2writetext UnknownText_0x9a0ec
|
||||
writetext UnknownText_0x9a0ec
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x99db1
|
||||
|
||||
UnknownScript_0x99db1: ; 0x99db1
|
||||
2writetext UnknownText_0x9a145
|
||||
writetext UnknownText_0x9a145
|
||||
closetext
|
||||
UnknownScript_0x99db5: ; 0x99db5
|
||||
loadmovesprites
|
||||
@ -86,7 +86,7 @@ UnknownScript_0x99dc6: ; 0x99dc6
|
||||
applymovement $0, MovementData_0x99e5d
|
||||
applymovement $8, MovementData_0x99e63
|
||||
loadfont
|
||||
2writetext UnknownText_0x9a49c
|
||||
writetext UnknownText_0x9a49c
|
||||
closetext
|
||||
loadmovesprites
|
||||
follow $0, $8
|
||||
@ -122,7 +122,7 @@ TrainerSageJeffrey: ; 0x99de9
|
||||
SageJeffreyScript: ; 0x99df5
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9a263
|
||||
writetext UnknownText_0x9a263
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -151,7 +151,7 @@ TrainerSagePing: ; 0x99dfd
|
||||
SagePingScript: ; 0x99e09
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9a2b7
|
||||
writetext UnknownText_0x9a2b7
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -180,7 +180,7 @@ TrainerMediumMartha: ; 0x99e11
|
||||
MediumMarthaScript: ; 0x99e1d
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9a318
|
||||
writetext UnknownText_0x9a318
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -209,7 +209,7 @@ TrainerMediumGrace: ; 0x99e25
|
||||
MediumGraceScript: ; 0x99e31
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x9a38a
|
||||
writetext UnknownText_0x9a38a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -220,13 +220,13 @@ EcruteakGymGuyScript: ; 0x99e39
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_MORTY
|
||||
iftrue .EcruteakGymGuyWinScript
|
||||
2writetext EcruteakGymGuyText
|
||||
writetext EcruteakGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.EcruteakGymGuyWinScript
|
||||
2writetext EcruteakGymGuyWinText
|
||||
writetext EcruteakGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -81,14 +81,14 @@ SageScript_0x98062: ; 0x98062
|
||||
iftrue UnknownScript_0x9807c
|
||||
checkflag $001e
|
||||
iftrue UnknownScript_0x98076
|
||||
2writetext UnknownText_0x980d1
|
||||
writetext UnknownText_0x980d1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x98076
|
||||
|
||||
UnknownScript_0x98076: ; 0x98076
|
||||
2writetext UnknownText_0x98131
|
||||
writetext UnknownText_0x98131
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -101,14 +101,14 @@ UnknownScript_0x9807c: ; 0x9807c
|
||||
iftrue UnknownScript_0x980aa
|
||||
checkitem CLEAR_BELL
|
||||
iftrue UnknownScript_0x98093
|
||||
2writetext UnknownText_0x981a4
|
||||
writetext UnknownText_0x981a4
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x98093
|
||||
|
||||
UnknownScript_0x98093: ; 0x98093
|
||||
2writetext UnknownText_0x98250
|
||||
writetext UnknownText_0x98250
|
||||
closetext
|
||||
loadmovesprites
|
||||
dotrigger $1
|
||||
@ -119,14 +119,14 @@ UnknownScript_0x98093: ; 0x98093
|
||||
; 0x980a4
|
||||
|
||||
UnknownScript_0x980a4: ; 0x980a4
|
||||
2writetext UnknownText_0x9837e
|
||||
writetext UnknownText_0x9837e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x980aa
|
||||
|
||||
UnknownScript_0x980aa: ; 0x980aa
|
||||
2writetext UnknownText_0x98391
|
||||
writetext UnknownText_0x98391
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -137,14 +137,14 @@ SageScript_0x980b0: ; 0x980b0
|
||||
loadfont
|
||||
checkevent EVENT_GOT_CLEAR_BELL
|
||||
iftrue UnknownScript_0x980be
|
||||
2writetext UnknownText_0x9840b
|
||||
writetext UnknownText_0x9840b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x980be
|
||||
|
||||
UnknownScript_0x980be: ; 0x980be
|
||||
2writetext UnknownText_0x9846f
|
||||
writetext UnknownText_0x9846f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -11,22 +11,22 @@ CooltrainerMScript_0x9a5fb: ; 0x9a5fb
|
||||
loadfont
|
||||
checkevent EVENT_GOT_ITEMFINDER
|
||||
iftrue UnknownScript_0x9a614
|
||||
2writetext UnknownText_0x9a63c
|
||||
writetext UnknownText_0x9a63c
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9a61a
|
||||
2writetext UnknownText_0x9a6b5
|
||||
writetext UnknownText_0x9a6b5
|
||||
keeptextopen
|
||||
verbosegiveitem ITEMFINDER, 1
|
||||
setevent EVENT_GOT_ITEMFINDER
|
||||
UnknownScript_0x9a614: ; 0x9a614
|
||||
2writetext UnknownText_0x9a70e
|
||||
writetext UnknownText_0x9a70e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9a61a
|
||||
|
||||
UnknownScript_0x9a61a: ; 0x9a61a
|
||||
2writetext UnknownText_0x9a805
|
||||
writetext UnknownText_0x9a805
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -34,7 +34,7 @@ UnknownScript_0x9a61a: ; 0x9a61a
|
||||
|
||||
PokedexScript_0x9a620: ; 0x9a620
|
||||
loadfont
|
||||
2writetext UnknownText_0x9a826
|
||||
writetext UnknownText_0x9a826
|
||||
yesorno
|
||||
iftrue UnknownScript_0x9a62a
|
||||
loadmovesprites
|
||||
@ -42,7 +42,7 @@ PokedexScript_0x9a620: ; 0x9a620
|
||||
; 0x9a62a
|
||||
|
||||
UnknownScript_0x9a62a: ; 0x9a62a
|
||||
2writetext UnknownText_0x9a84c
|
||||
writetext UnknownText_0x9a84c
|
||||
yesorno
|
||||
iftrue UnknownScript_0x9a633
|
||||
loadmovesprites
|
||||
@ -50,7 +50,7 @@ UnknownScript_0x9a62a: ; 0x9a62a
|
||||
; 0x9a633
|
||||
|
||||
UnknownScript_0x9a633: ; 0x9a633
|
||||
2writetext UnknownText_0x9a902
|
||||
writetext UnknownText_0x9a902
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -37,13 +37,13 @@ UnknownScript_0x98e64: ; 0x98e64
|
||||
spriteface $6, $0
|
||||
pause 10
|
||||
loadfont
|
||||
2writetext UnknownText_0x98ed8
|
||||
writetext UnknownText_0x98ed8
|
||||
keeptextopen
|
||||
2jump UnknownScript_0x98e95
|
||||
jump UnknownScript_0x98e95
|
||||
; 0x98e95
|
||||
|
||||
UnknownScript_0x98e95: ; 0x98e95
|
||||
2writetext UnknownText_0x98f22
|
||||
writetext UnknownText_0x98f22
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $0, $0
|
||||
|
144
maps/ElmsLab.asm
144
maps/ElmsLab.asm
@ -56,18 +56,18 @@ UnknownScript_0x78b8c: ; 0x78b8c
|
||||
showemote $0, $2, 15
|
||||
spriteface $2, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x78fb6
|
||||
writetext UnknownText_0x78fb6
|
||||
UnknownScript_0x78b9b: ; 0x78b9b
|
||||
yesorno
|
||||
iftrue UnknownScript_0x78ba5
|
||||
2writetext UnknownText_0x7911a
|
||||
2jump UnknownScript_0x78b9b
|
||||
writetext UnknownText_0x7911a
|
||||
jump UnknownScript_0x78b9b
|
||||
; 0x78ba5
|
||||
|
||||
UnknownScript_0x78ba5: ; 0x78ba5
|
||||
2writetext UnknownText_0x790fa
|
||||
writetext UnknownText_0x790fa
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x7913a
|
||||
writetext UnknownText_0x7913a
|
||||
closetext
|
||||
loadmovesprites
|
||||
playsound SFX_GLASS_TING
|
||||
@ -75,12 +75,12 @@ UnknownScript_0x78ba5: ; 0x78ba5
|
||||
showemote $0, $2, 10
|
||||
spriteface $2, $0
|
||||
loadfont
|
||||
2writetext UnknownText_0x791ae
|
||||
writetext UnknownText_0x791ae
|
||||
closetext
|
||||
loadmovesprites
|
||||
loadfont
|
||||
spriteface $2, $3
|
||||
2writetext UnknownText_0x791df
|
||||
writetext UnknownText_0x791df
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x78fa0
|
||||
@ -88,7 +88,7 @@ UnknownScript_0x78ba5: ; 0x78ba5
|
||||
applymovement $2, MovementData_0x78fa2
|
||||
spriteface $0, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x792ff
|
||||
writetext UnknownText_0x792ff
|
||||
closetext
|
||||
dotrigger $1
|
||||
loadmovesprites
|
||||
@ -120,7 +120,7 @@ UnknownScript_0x78bfa: ; 0x78bfa
|
||||
writebyte TOGETIC
|
||||
special $0043
|
||||
iftrue ShowElmTogepiScript
|
||||
2writetext UnknownText_0x79a40
|
||||
writetext UnknownText_0x79a40
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -133,7 +133,7 @@ UnknownScript_0x78c22: ; 0x78c22
|
||||
writebyte TOGETIC
|
||||
special $0043
|
||||
iftrue ShowElmTogepiScript
|
||||
2jump UnknownScript_0x78c41
|
||||
jump UnknownScript_0x78c41
|
||||
; 0x78c35
|
||||
|
||||
UnknownScript_0x78c35: ; 0x78c35
|
||||
@ -152,7 +152,7 @@ UnknownScript_0x78c41: ; 0x78c41
|
||||
iftrue ElmAfterTheftScript
|
||||
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||
iftrue ElmDescribesMrPokemonScript
|
||||
2writetext UnknownText_0x79375
|
||||
writetext UnknownText_0x79375
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -161,7 +161,7 @@ UnknownScript_0x78c41: ; 0x78c41
|
||||
LabTryToLeaveScript: ; 0x78c65
|
||||
spriteface $2, $0
|
||||
loadfont
|
||||
2writetext LabWhereGoingText
|
||||
writetext LabWhereGoingText
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $0, MovementData_0x78f70
|
||||
@ -178,16 +178,16 @@ CyndaquilPokeBallScript: ; 0x78c73
|
||||
closetext
|
||||
pokepicyesorno
|
||||
loadfont
|
||||
2writetext TakeCyndaquilText
|
||||
writetext TakeCyndaquilText
|
||||
yesorno
|
||||
iffalse DidntChooseStarterScript
|
||||
disappear $4
|
||||
setevent EVENT_GOT_CYNDAQUIL_FROM_ELM
|
||||
2writetext ChoseStarterText
|
||||
writetext ChoseStarterText
|
||||
keeptextopen
|
||||
waitbutton
|
||||
pokenamemem CYNDAQUIL, $0
|
||||
2writetext ReceivedStarterText
|
||||
writetext ReceivedStarterText
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitbutton
|
||||
keeptextopen
|
||||
@ -196,7 +196,7 @@ CyndaquilPokeBallScript: ; 0x78c73
|
||||
checkcode $9
|
||||
if_equal $3, ElmDirectionsScript
|
||||
applymovement $0, AfterCyndaquilMovement
|
||||
2jump ElmDirectionsScript
|
||||
jump ElmDirectionsScript
|
||||
; 0x78cb5
|
||||
|
||||
TotodilePokeBallScript: ; 0x78cb5
|
||||
@ -209,23 +209,23 @@ TotodilePokeBallScript: ; 0x78cb5
|
||||
closetext
|
||||
pokepicyesorno
|
||||
loadfont
|
||||
2writetext TakeTotodileText
|
||||
writetext TakeTotodileText
|
||||
yesorno
|
||||
iffalse DidntChooseStarterScript
|
||||
disappear $5
|
||||
setevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||
2writetext ChoseStarterText
|
||||
writetext ChoseStarterText
|
||||
keeptextopen
|
||||
waitbutton
|
||||
pokenamemem TOTODILE, $0
|
||||
2writetext ReceivedStarterText
|
||||
writetext ReceivedStarterText
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitbutton
|
||||
keeptextopen
|
||||
givepoke TOTODILE, 5, BERRY, 0
|
||||
loadmovesprites
|
||||
applymovement $0, AfterTotodileMovement
|
||||
2jump ElmDirectionsScript
|
||||
jump ElmDirectionsScript
|
||||
; 0x78cf1
|
||||
|
||||
ChikoritaPokeBallScript: ; 0x78cf1
|
||||
@ -238,27 +238,27 @@ ChikoritaPokeBallScript: ; 0x78cf1
|
||||
closetext
|
||||
pokepicyesorno
|
||||
loadfont
|
||||
2writetext TakeChikoritaText
|
||||
writetext TakeChikoritaText
|
||||
yesorno
|
||||
iffalse DidntChooseStarterScript
|
||||
disappear $6
|
||||
setevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||
2writetext ChoseStarterText
|
||||
writetext ChoseStarterText
|
||||
keeptextopen
|
||||
waitbutton
|
||||
pokenamemem CHIKORITA, $0
|
||||
2writetext ReceivedStarterText
|
||||
writetext ReceivedStarterText
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitbutton
|
||||
keeptextopen
|
||||
givepoke CHIKORITA, 5, BERRY, 0
|
||||
loadmovesprites
|
||||
applymovement $0, AfterChikoritaMovement
|
||||
2jump ElmDirectionsScript
|
||||
jump ElmDirectionsScript
|
||||
; 0x78d2d
|
||||
|
||||
DidntChooseStarterScript: ; 0x78d2d
|
||||
2writetext DidntChooseStarterText
|
||||
writetext DidntChooseStarterText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -267,24 +267,24 @@ DidntChooseStarterScript: ; 0x78d2d
|
||||
ElmDirectionsScript: ; 0x78d33
|
||||
spriteface $0, $1
|
||||
loadfont
|
||||
2writetext ElmDirectionsText1
|
||||
writetext ElmDirectionsText1
|
||||
closetext
|
||||
loadmovesprites
|
||||
addcellnum $4
|
||||
loadfont
|
||||
2writetext GotElmsNumberText
|
||||
writetext GotElmsNumberText
|
||||
playsound SFX_REGISTER_PHONE_NUMBER
|
||||
waitbutton
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $2, $2
|
||||
loadfont
|
||||
2writetext ElmDirectionsText2
|
||||
writetext ElmDirectionsText2
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $2, $0
|
||||
loadfont
|
||||
2writetext ElmDirectionsText3
|
||||
writetext ElmDirectionsText3
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||
@ -295,7 +295,7 @@ ElmDirectionsScript: ; 0x78d33
|
||||
; 0x78d67
|
||||
|
||||
ElmDescribesMrPokemonScript: ; 0x78d67
|
||||
2writetext ElmDescribesMrPokemonText
|
||||
writetext ElmDescribesMrPokemonText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -303,7 +303,7 @@ ElmDescribesMrPokemonScript: ; 0x78d67
|
||||
|
||||
LookAtElmPokeBallScript: ; 0x78d6d
|
||||
loadfont
|
||||
2writetext ElmPokeBallText
|
||||
writetext ElmPokeBallText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -313,14 +313,14 @@ MapElmsLabSignpost0Script: ; 0x78d74
|
||||
loadfont
|
||||
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||
iftrue UnknownScript_0x78d81
|
||||
2writetext UnknownText_0x79690
|
||||
writetext UnknownText_0x79690
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78d81
|
||||
|
||||
UnknownScript_0x78d81: ; 0x78d81
|
||||
2writetext UnknownText_0x796aa
|
||||
writetext UnknownText_0x796aa
|
||||
yesorno
|
||||
iftrue UnknownScript_0x78d8a
|
||||
loadmovesprites
|
||||
@ -346,27 +346,27 @@ ElmAfterTheftDoneScript: ; 0x78d9f
|
||||
; 0x78da2
|
||||
|
||||
ElmAfterTheftScript: ; 0x78da2
|
||||
2writetext ElmAfterTheftText1
|
||||
writetext ElmAfterTheftText1
|
||||
checkitem MYSTERY_EGG
|
||||
iffalse ElmAfterTheftDoneScript
|
||||
keeptextopen
|
||||
2writetext ElmAfterTheftText2
|
||||
writetext ElmAfterTheftText2
|
||||
closetext
|
||||
takeitem MYSTERY_EGG, 1
|
||||
2call ElmJumpBackScript1
|
||||
2writetext ElmAfterTheftText3
|
||||
scall ElmJumpBackScript1
|
||||
writetext ElmAfterTheftText3
|
||||
closetext
|
||||
2call ElmJumpBackScript2
|
||||
2writetext ElmAfterTheftText4
|
||||
scall ElmJumpBackScript2
|
||||
writetext ElmAfterTheftText4
|
||||
keeptextopen
|
||||
2writetext ElmAfterTheftText5
|
||||
writetext ElmAfterTheftText5
|
||||
keeptextopen
|
||||
setevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||
setflag $0010
|
||||
domaptrigger GROUP_ROUTE_29, MAP_ROUTE_29, $1
|
||||
clearevent $0715
|
||||
setevent $0714
|
||||
2writetext ElmAfterTheftText6
|
||||
writetext ElmAfterTheftText6
|
||||
closetext
|
||||
loadmovesprites
|
||||
dotrigger $6
|
||||
@ -374,43 +374,43 @@ ElmAfterTheftScript: ; 0x78da2
|
||||
; 0x78ddc
|
||||
|
||||
ElmStudyingEggScript: ; 0x78ddc
|
||||
2writetext ElmStudyingEggText
|
||||
writetext ElmStudyingEggText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78de2
|
||||
|
||||
ElmAideHasEggScript: ; 0x78de2
|
||||
2writetext ElmAideHasEggText
|
||||
writetext ElmAideHasEggText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78de8
|
||||
|
||||
ElmWaitingEggHatchScript: ; 0x78de8
|
||||
2writetext ElmWaitingEggHatchText
|
||||
writetext ElmWaitingEggHatchText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78dee
|
||||
|
||||
ShowElmTogepiScript: ; 0x78dee
|
||||
2writetext ShowElmTogepiText1
|
||||
writetext ShowElmTogepiText1
|
||||
closetext
|
||||
loadmovesprites
|
||||
showemote $0, $2, 15
|
||||
setevent EVENT_SHOWED_TOGEPI_TO_ELM
|
||||
loadfont
|
||||
2writetext ShowElmTogepiText2
|
||||
writetext ShowElmTogepiText2
|
||||
keeptextopen
|
||||
2writetext ShowElmTogepiText3
|
||||
writetext ShowElmTogepiText3
|
||||
keeptextopen
|
||||
UnknownScript_0x78e03: ; 0x78e03
|
||||
2writetext ElmGiveEverstoneText1
|
||||
writetext ElmGiveEverstoneText1
|
||||
keeptextopen
|
||||
verbosegiveitem EVERSTONE, 1
|
||||
iffalse UnknownScript_0x78e1a
|
||||
2writetext ElmGiveEverstoneText2
|
||||
writetext ElmGiveEverstoneText2
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent EVENT_GOT_EVERSTONE_FROM_ELM
|
||||
@ -418,7 +418,7 @@ UnknownScript_0x78e03: ; 0x78e03
|
||||
; 0x78e16
|
||||
|
||||
UnknownScript_0x78e16: ; 0x78e16
|
||||
2writetext UnknownText_0x79c37
|
||||
writetext UnknownText_0x79c37
|
||||
closetext
|
||||
UnknownScript_0x78e1a: ; 0x78e1a
|
||||
loadmovesprites
|
||||
@ -426,12 +426,12 @@ UnknownScript_0x78e1a: ; 0x78e1a
|
||||
; 0x78e1c
|
||||
|
||||
ElmGiveMasterBallScript: ; 0x78e1c
|
||||
2writetext ElmGiveMasterBallText1
|
||||
writetext ElmGiveMasterBallText1
|
||||
keeptextopen
|
||||
verbosegiveitem MASTER_BALL, 1
|
||||
iffalse .notdone
|
||||
setevent EVENT_GOT_MASTER_BALL_FROM_ELM
|
||||
2writetext ElmGiveMasterBallText2
|
||||
writetext ElmGiveMasterBallText2
|
||||
closetext
|
||||
.notdone
|
||||
loadmovesprites
|
||||
@ -439,11 +439,11 @@ ElmGiveMasterBallScript: ; 0x78e1c
|
||||
; 0x78e2f
|
||||
|
||||
ElmGiveTicketScript: ; 0x78e2f
|
||||
2writetext ElmGiveTicketText1
|
||||
writetext ElmGiveTicketText1
|
||||
keeptextopen
|
||||
verbosegiveitem S_S_TICKET, 1
|
||||
setevent EVENT_GOT_SS_TICKET_FROM_ELM
|
||||
2writetext ElmGiveTicketText2
|
||||
writetext ElmGiveTicketText2
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -496,7 +496,7 @@ UnknownScript_0x78e79: ; 0x78e79
|
||||
UnknownScript_0x78e7f: ; 0x78e7f
|
||||
applymovement $3, MovementData_0x78f7e
|
||||
spriteface $0, $0
|
||||
2call UnknownScript_0x78e9d
|
||||
scall UnknownScript_0x78e9d
|
||||
applymovement $3, MovementData_0x78f87
|
||||
end
|
||||
; 0x78e8e
|
||||
@ -504,17 +504,17 @@ UnknownScript_0x78e7f: ; 0x78e7f
|
||||
UnknownScript_0x78e8e: ; 0x78e8e
|
||||
applymovement $3, MovementData_0x78f82
|
||||
spriteface $0, $0
|
||||
2call UnknownScript_0x78e9d
|
||||
scall UnknownScript_0x78e9d
|
||||
applymovement $3, MovementData_0x78f8b
|
||||
end
|
||||
; 0x78e9d
|
||||
|
||||
UnknownScript_0x78e9d: ; 0x78e9d
|
||||
loadfont
|
||||
2writetext UnknownText_0x79f38
|
||||
writetext UnknownText_0x79f38
|
||||
keeptextopen
|
||||
verbosegiveitem POTION, 1
|
||||
2writetext UnknownText_0x79f65
|
||||
writetext UnknownText_0x79f65
|
||||
closetext
|
||||
loadmovesprites
|
||||
dotrigger $2
|
||||
@ -524,7 +524,7 @@ UnknownScript_0x78e9d: ; 0x78e9d
|
||||
UnknownScript_0x78ead: ; 0x78ead
|
||||
applymovement $3, MovementData_0x78f7e
|
||||
spriteface $0, $0
|
||||
2call UnknownScript_0x78ecb
|
||||
scall UnknownScript_0x78ecb
|
||||
applymovement $3, MovementData_0x78f87
|
||||
end
|
||||
; 0x78ebc
|
||||
@ -532,19 +532,19 @@ UnknownScript_0x78ead: ; 0x78ead
|
||||
UnknownScript_0x78ebc: ; 0x78ebc
|
||||
applymovement $3, MovementData_0x78f82
|
||||
spriteface $0, $0
|
||||
2call UnknownScript_0x78ecb
|
||||
scall UnknownScript_0x78ecb
|
||||
applymovement $3, MovementData_0x78f8b
|
||||
end
|
||||
; 0x78ecb
|
||||
|
||||
UnknownScript_0x78ecb: ; 0x78ecb
|
||||
loadfont
|
||||
2writetext UnknownText_0x7a078
|
||||
writetext UnknownText_0x7a078
|
||||
keeptextopen
|
||||
itemtotext POKE_BALL, $1
|
||||
2call UnknownScript_0x78ee2
|
||||
scall UnknownScript_0x78ee2
|
||||
giveitem POKE_BALL, $5
|
||||
2writetext UnknownText_0x7a09a
|
||||
writetext UnknownText_0x7a09a
|
||||
keeptextopen
|
||||
itemnotify
|
||||
loadmovesprites
|
||||
@ -566,28 +566,28 @@ ElmsAideScript: ; 0x78ee6
|
||||
iftrue UnknownScript_0x78f06
|
||||
checkevent EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
|
||||
iftrue UnknownScript_0x78f00
|
||||
2writetext UnknownText_0x79f65
|
||||
writetext UnknownText_0x79f65
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78f00
|
||||
|
||||
UnknownScript_0x78f00: ; 0x78f00
|
||||
2writetext UnknownText_0x79f95
|
||||
writetext UnknownText_0x79f95
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78f06
|
||||
|
||||
UnknownScript_0x78f06: ; 0x78f06
|
||||
2writetext UnknownText_0x7a09a
|
||||
writetext UnknownText_0x7a09a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78f0c
|
||||
|
||||
UnknownScript_0x78f0c: ; 0x78f0c
|
||||
2writetext UnknownText_0x79c65
|
||||
writetext UnknownText_0x79c65
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -602,10 +602,10 @@ MeetCopScript: ; 0x78f16
|
||||
CopScript: ; 0x78f1a
|
||||
spriteface $7, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x7a0f0
|
||||
writetext UnknownText_0x7a0f0
|
||||
keeptextopen
|
||||
special $0024
|
||||
2writetext UnknownText_0x7a1c0
|
||||
writetext UnknownText_0x7a1c0
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $7, MovementData_0x78f78
|
||||
@ -620,18 +620,18 @@ MapElmsLabSignpost14Script: ; 0x78f33
|
||||
iftrue UnknownScript_0x78f49
|
||||
checkevent EVENT_ELM_CALLED_ABOUT_STOLEN_POKEMON
|
||||
iftrue UnknownScript_0x78f43
|
||||
2jump UnknownScript_0x78f49
|
||||
jump UnknownScript_0x78f49
|
||||
; 0x78f43
|
||||
|
||||
UnknownScript_0x78f43: ; 0x78f43
|
||||
2writetext UnknownText_0x7a231
|
||||
writetext UnknownText_0x7a231
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x78f49
|
||||
|
||||
UnknownScript_0x78f49: ; 0x78f49
|
||||
2writetext UnknownText_0x7a1fd
|
||||
writetext UnknownText_0x7a1fd
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -51,14 +51,14 @@ SailorScript_0x75160: ; 0x75160
|
||||
iftrue UnknownScript_0x7517a
|
||||
checkevent $002f
|
||||
iftrue UnknownScript_0x75174
|
||||
2writetext UnknownText_0x7523b
|
||||
writetext UnknownText_0x7523b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x75174
|
||||
|
||||
UnknownScript_0x75174: ; 0x75174
|
||||
2writetext UnknownText_0x7529b
|
||||
writetext UnknownText_0x7529b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -67,10 +67,10 @@ UnknownScript_0x75174: ; 0x75174
|
||||
UnknownScript_0x7517a: ; 0x7517a
|
||||
checkevent $002f
|
||||
iftrue UnknownScript_0x7519c
|
||||
2writetext UnknownText_0x754be
|
||||
writetext UnknownText_0x754be
|
||||
closetext
|
||||
loadmovesprites
|
||||
2call UnknownScript_0x751b8
|
||||
scall UnknownScript_0x751b8
|
||||
playsound SFX_EXIT_BUILDING
|
||||
special $002e
|
||||
waitbutton
|
||||
@ -81,10 +81,10 @@ UnknownScript_0x7517a: ; 0x7517a
|
||||
; 0x7519c
|
||||
|
||||
UnknownScript_0x7519c: ; 0x7519c
|
||||
2writetext UnknownText_0x7548d
|
||||
writetext UnknownText_0x7548d
|
||||
closetext
|
||||
loadmovesprites
|
||||
2call UnknownScript_0x751b8
|
||||
scall UnknownScript_0x751b8
|
||||
playsound SFX_EXIT_BUILDING
|
||||
special $002e
|
||||
waitbutton
|
||||
@ -113,14 +113,14 @@ SailorScript_0x751d0: ; 0x751d0
|
||||
loadfont
|
||||
checkevent $0030
|
||||
iftrue UnknownScript_0x751de
|
||||
2writetext UnknownText_0x752f9
|
||||
writetext UnknownText_0x752f9
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x751de
|
||||
|
||||
UnknownScript_0x751de: ; 0x751de
|
||||
2writetext UnknownText_0x7534f
|
||||
writetext UnknownText_0x7534f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -141,7 +141,7 @@ UnknownScript_0x751eb: ; 0x751eb
|
||||
applymovement $0, MovementData_0x7522e
|
||||
applymovement $5, MovementData_0x75220
|
||||
loadfont
|
||||
2writetext UnknownText_0x75412
|
||||
writetext UnknownText_0x75412
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $0, $3
|
||||
|
@ -53,7 +53,7 @@ SailorScript_0x76767: ; 0x76767
|
||||
iftrue UnknownScript_0x7678d
|
||||
checkevent $0034
|
||||
iftrue UnknownScript_0x76787
|
||||
2writetext UnknownText_0x7687b
|
||||
writetext UnknownText_0x7687b
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $0034
|
||||
@ -62,14 +62,14 @@ SailorScript_0x76767: ; 0x76767
|
||||
; 0x76787
|
||||
|
||||
UnknownScript_0x76787: ; 0x76787
|
||||
2writetext UnknownText_0x76907
|
||||
writetext UnknownText_0x76907
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x7678d
|
||||
|
||||
UnknownScript_0x7678d: ; 0x7678d
|
||||
2writetext UnknownText_0x7692e
|
||||
writetext UnknownText_0x7692e
|
||||
checkevent $0032
|
||||
iffalse UnknownScript_0x76799
|
||||
closetext
|
||||
@ -79,14 +79,14 @@ UnknownScript_0x7678d: ; 0x7678d
|
||||
|
||||
UnknownScript_0x76799: ; 0x76799
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x7696d
|
||||
writetext UnknownText_0x7696d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x767a0
|
||||
|
||||
UnknownScript_0x767a0: ; 0x767a0
|
||||
2writetext UnknownText_0x7699d
|
||||
writetext UnknownText_0x7699d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -115,7 +115,7 @@ TrainerSailorJeff: ; 0x767a6
|
||||
SailorJeffScript: ; 0x767b2
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76a38
|
||||
writetext UnknownText_0x76a38
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -144,7 +144,7 @@ TrainerPicnickerDebra: ; 0x767ba
|
||||
PicnickerDebraScript: ; 0x767c6
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76a99
|
||||
writetext UnknownText_0x76a99
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -173,7 +173,7 @@ TrainerJugglerFritz: ; 0x767ce
|
||||
JugglerFritzScript: ; 0x767da
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76b02
|
||||
writetext UnknownText_0x76b02
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -202,7 +202,7 @@ TrainerSailorGarrett: ; 0x767e2
|
||||
SailorGarrettScript: ; 0x767ee
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76b7a
|
||||
writetext UnknownText_0x76b7a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -231,7 +231,7 @@ TrainerFisherJonah: ; 0x767f6
|
||||
FisherJonahScript: ; 0x76802
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76c22
|
||||
writetext UnknownText_0x76c22
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -260,7 +260,7 @@ TrainerBlackbeltWai: ; 0x7680a
|
||||
BlackbeltWaiScript: ; 0x76816
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76c9e
|
||||
writetext UnknownText_0x76c9e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -289,7 +289,7 @@ TrainerSailorKenneth: ; 0x7681e
|
||||
SailorKennethScript: ; 0x7682a
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76d5f
|
||||
writetext UnknownText_0x76d5f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -318,7 +318,7 @@ TrainerTeacherShirley: ; 0x76832
|
||||
TeacherShirleyScript: ; 0x7683e
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76de1
|
||||
writetext UnknownText_0x76de1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -347,7 +347,7 @@ TrainerSchoolboyNate: ; 0x76846
|
||||
SchoolboyNateScript: ; 0x76852
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76e3d
|
||||
writetext UnknownText_0x76e3d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -376,7 +376,7 @@ TrainerSchoolboyRicky: ; 0x7685a
|
||||
SchoolboyRickyScript: ; 0x76866
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76eb6
|
||||
writetext UnknownText_0x76eb6
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -15,14 +15,14 @@ CaptainScript_0x75ea7: ; 0x75ea7
|
||||
loadfont
|
||||
checkevent $0030
|
||||
iftrue UnknownScript_0x75eb5
|
||||
2writetext UnknownText_0x76012
|
||||
writetext UnknownText_0x76012
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x75eb5
|
||||
|
||||
UnknownScript_0x75eb5: ; 0x75eb5
|
||||
2writetext UnknownText_0x76064
|
||||
writetext UnknownText_0x76064
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -31,12 +31,12 @@ UnknownScript_0x75eb5: ; 0x75eb5
|
||||
TwinScript_0x75ebb: ; 0x75ebb
|
||||
spriteface $5, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x761e0
|
||||
writetext UnknownText_0x761e0
|
||||
closetext
|
||||
loadmovesprites
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7621f
|
||||
writetext UnknownText_0x7621f
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $0030
|
||||
@ -55,26 +55,26 @@ TwinScript_0x75ebb: ; 0x75ebb
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x75f03
|
||||
loadfont
|
||||
2writetext UnknownText_0x76284
|
||||
writetext UnknownText_0x76284
|
||||
closetext
|
||||
loadmovesprites
|
||||
2jump UnknownScript_0x75f09
|
||||
jump UnknownScript_0x75f09
|
||||
; 0x75f03
|
||||
|
||||
UnknownScript_0x75f03: ; 0x75f03
|
||||
loadfont
|
||||
2writetext UnknownText_0x762c6
|
||||
writetext UnknownText_0x762c6
|
||||
closetext
|
||||
loadmovesprites
|
||||
UnknownScript_0x75f09: ; 0x75f09
|
||||
spriteface $5, $0
|
||||
applymovement $3, MovementData_0x76010
|
||||
loadfont
|
||||
2writetext UnknownText_0x76143
|
||||
writetext UnknownText_0x76143
|
||||
keeptextopen
|
||||
setevent $072b
|
||||
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
||||
2jump UnknownScript_0x75f37
|
||||
jump UnknownScript_0x75f37
|
||||
; 0x75f1f
|
||||
|
||||
GentlemanScript_0x75f1f: ; 0x75f1f
|
||||
@ -84,7 +84,7 @@ GentlemanScript_0x75f1f: ; 0x75f1f
|
||||
iftrue UnknownScript_0x75f67
|
||||
checkevent $0732
|
||||
iftrue UnknownScript_0x75f58
|
||||
2writetext UnknownText_0x760ae
|
||||
writetext UnknownText_0x760ae
|
||||
closetext
|
||||
loadmovesprites
|
||||
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
||||
@ -92,7 +92,7 @@ GentlemanScript_0x75f1f: ; 0x75f1f
|
||||
; 0x75f37
|
||||
|
||||
UnknownScript_0x75f37: ; 0x75f37
|
||||
2writetext UnknownText_0x7619b
|
||||
writetext UnknownText_0x7619b
|
||||
keeptextopen
|
||||
verbosegiveitem METAL_COAT, 1
|
||||
iffalse UnknownScript_0x75f44
|
||||
@ -103,7 +103,7 @@ UnknownScript_0x75f44: ; 0x75f44
|
||||
playsound SFX_ELEVATOR_END
|
||||
pause 30
|
||||
loadfont
|
||||
2writetext UnknownText_0x76645
|
||||
writetext UnknownText_0x76645
|
||||
closetext
|
||||
setevent $0031
|
||||
setevent $0032
|
||||
@ -112,7 +112,7 @@ UnknownScript_0x75f44: ; 0x75f44
|
||||
; 0x75f58
|
||||
|
||||
UnknownScript_0x75f58: ; 0x75f58
|
||||
2writetext UnknownText_0x7619b
|
||||
writetext UnknownText_0x7619b
|
||||
keeptextopen
|
||||
verbosegiveitem METAL_COAT, 1
|
||||
iffalse UnknownScript_0x75f65
|
||||
@ -123,7 +123,7 @@ UnknownScript_0x75f65: ; 0x75f65
|
||||
; 0x75f67
|
||||
|
||||
UnknownScript_0x75f67: ; 0x75f67
|
||||
2writetext UnknownText_0x761be
|
||||
writetext UnknownText_0x761be
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -132,7 +132,7 @@ UnknownScript_0x75f67: ; 0x75f67
|
||||
TwinScript_0x75f6d: ; 0x75f6d
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7630d
|
||||
writetext UnknownText_0x7630d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -161,7 +161,7 @@ TrainerPokefanmColin: ; 0x75f75
|
||||
PokefanmColinScript: ; 0x75f81
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7635b
|
||||
writetext UnknownText_0x7635b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -190,7 +190,7 @@ TrainerTwinsMegandpeg1: ; 0x75f89
|
||||
TwinsMegandpeg1Script: ; 0x75f95
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x763c2
|
||||
writetext UnknownText_0x763c2
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -219,7 +219,7 @@ TrainerTwinsMegandpeg2: ; 0x75f9d
|
||||
TwinsMegandpeg2Script: ; 0x75fa9
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76428
|
||||
writetext UnknownText_0x76428
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -248,7 +248,7 @@ TrainerPsychicRodney: ; 0x75fb1
|
||||
PsychicRodneyScript: ; 0x75fbd
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76497
|
||||
writetext UnknownText_0x76497
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -277,7 +277,7 @@ TrainerPokefanmJeremy: ; 0x75fc5
|
||||
PokefanmJeremyScript: ; 0x75fd1
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7651c
|
||||
writetext UnknownText_0x7651c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -306,7 +306,7 @@ TrainerPokefanfGeorgia: ; 0x75fd9
|
||||
PokefanfGeorgiaScript: ; 0x75fe5
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76596
|
||||
writetext UnknownText_0x76596
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -335,7 +335,7 @@ TrainerSupernerdShawn: ; 0x75fed
|
||||
SupernerdShawnScript: ; 0x75ff9
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7660f
|
||||
writetext UnknownText_0x7660f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -29,7 +29,7 @@ TrainerCooltrainermSean: ; 0x75579
|
||||
CooltrainermSeanScript: ; 0x75585
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7567b
|
||||
writetext UnknownText_0x7567b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -58,7 +58,7 @@ TrainerCooltrainerfCarol: ; 0x7558d
|
||||
CooltrainerfCarolScript: ; 0x75599
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x756f7
|
||||
writetext UnknownText_0x756f7
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -87,7 +87,7 @@ TrainerPokemaniacEthan: ; 0x755a1
|
||||
PokemaniacEthanScript: ; 0x755ad
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7574b
|
||||
writetext UnknownText_0x7574b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -116,7 +116,7 @@ TrainerHikerNoland: ; 0x755b5
|
||||
HikerNolandScript: ; 0x755c1
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x757d4
|
||||
writetext UnknownText_0x757d4
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -145,7 +145,7 @@ TrainerGentlemanEdward: ; 0x755c9
|
||||
GentlemanEdwardScript: ; 0x755d5
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x75937
|
||||
writetext UnknownText_0x75937
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -174,7 +174,7 @@ TrainerBurglarCorey: ; 0x755dd
|
||||
BurglarCoreyScript: ; 0x755e9
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x75996
|
||||
writetext UnknownText_0x75996
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -184,7 +184,7 @@ SailorScript_0x755f1: ; 0x755f1
|
||||
playmusic MUSIC_HIKER_ENCOUNTER
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x75812
|
||||
writetext UnknownText_0x75812
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x75897, $0000
|
||||
@ -194,7 +194,7 @@ SailorScript_0x755f1: ; 0x755f1
|
||||
special $001b
|
||||
setevent $057d
|
||||
loadfont
|
||||
2writetext UnknownText_0x758b1
|
||||
writetext UnknownText_0x758b1
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $0033
|
||||
|
@ -15,14 +15,14 @@ CaptainScript_0x75ea7: ; 0x75ea7
|
||||
loadfont
|
||||
checkevent $0030
|
||||
iftrue UnknownScript_0x75eb5
|
||||
2writetext UnknownText_0x76012
|
||||
writetext UnknownText_0x76012
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x75eb5
|
||||
|
||||
UnknownScript_0x75eb5: ; 0x75eb5
|
||||
2writetext UnknownText_0x76064
|
||||
writetext UnknownText_0x76064
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -31,12 +31,12 @@ UnknownScript_0x75eb5: ; 0x75eb5
|
||||
TwinScript_0x75ebb: ; 0x75ebb
|
||||
spriteface $5, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x761e0
|
||||
writetext UnknownText_0x761e0
|
||||
closetext
|
||||
loadmovesprites
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7621f
|
||||
writetext UnknownText_0x7621f
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $0030
|
||||
@ -55,26 +55,26 @@ TwinScript_0x75ebb: ; 0x75ebb
|
||||
checkflag $0063
|
||||
iftrue UnknownScript_0x75f03
|
||||
loadfont
|
||||
2writetext UnknownText_0x76284
|
||||
writetext UnknownText_0x76284
|
||||
closetext
|
||||
loadmovesprites
|
||||
2jump UnknownScript_0x75f09
|
||||
jump UnknownScript_0x75f09
|
||||
; 0x75f03
|
||||
|
||||
UnknownScript_0x75f03: ; 0x75f03
|
||||
loadfont
|
||||
2writetext UnknownText_0x762c6
|
||||
writetext UnknownText_0x762c6
|
||||
closetext
|
||||
loadmovesprites
|
||||
UnknownScript_0x75f09: ; 0x75f09
|
||||
spriteface $5, $0
|
||||
applymovement $3, MovementData_0x76010
|
||||
loadfont
|
||||
2writetext UnknownText_0x76143
|
||||
writetext UnknownText_0x76143
|
||||
keeptextopen
|
||||
setevent $072b
|
||||
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
||||
2jump UnknownScript_0x75f37
|
||||
jump UnknownScript_0x75f37
|
||||
; 0x75f1f
|
||||
|
||||
GentlemanScript_0x75f1f: ; 0x75f1f
|
||||
@ -84,7 +84,7 @@ GentlemanScript_0x75f1f: ; 0x75f1f
|
||||
iftrue UnknownScript_0x75f67
|
||||
checkevent $0732
|
||||
iftrue UnknownScript_0x75f58
|
||||
2writetext UnknownText_0x760ae
|
||||
writetext UnknownText_0x760ae
|
||||
closetext
|
||||
loadmovesprites
|
||||
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
||||
@ -92,7 +92,7 @@ GentlemanScript_0x75f1f: ; 0x75f1f
|
||||
; 0x75f37
|
||||
|
||||
UnknownScript_0x75f37: ; 0x75f37
|
||||
2writetext UnknownText_0x7619b
|
||||
writetext UnknownText_0x7619b
|
||||
keeptextopen
|
||||
verbosegiveitem METAL_COAT, 1
|
||||
iffalse UnknownScript_0x75f44
|
||||
@ -103,7 +103,7 @@ UnknownScript_0x75f44: ; 0x75f44
|
||||
playsound SFX_ELEVATOR_END
|
||||
pause 30
|
||||
loadfont
|
||||
2writetext UnknownText_0x76645
|
||||
writetext UnknownText_0x76645
|
||||
closetext
|
||||
setevent $0031
|
||||
setevent $0032
|
||||
@ -112,7 +112,7 @@ UnknownScript_0x75f44: ; 0x75f44
|
||||
; 0x75f58
|
||||
|
||||
UnknownScript_0x75f58: ; 0x75f58
|
||||
2writetext UnknownText_0x7619b
|
||||
writetext UnknownText_0x7619b
|
||||
keeptextopen
|
||||
verbosegiveitem METAL_COAT, 1
|
||||
iffalse UnknownScript_0x75f65
|
||||
@ -123,7 +123,7 @@ UnknownScript_0x75f65: ; 0x75f65
|
||||
; 0x75f67
|
||||
|
||||
UnknownScript_0x75f67: ; 0x75f67
|
||||
2writetext UnknownText_0x761be
|
||||
writetext UnknownText_0x761be
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -132,7 +132,7 @@ UnknownScript_0x75f67: ; 0x75f67
|
||||
TwinScript_0x75f6d: ; 0x75f6d
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x7630d
|
||||
writetext UnknownText_0x7630d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -161,7 +161,7 @@ TrainerPokefanmColin: ; 0x75f75
|
||||
PokefanmColinScript: ; 0x75f81
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7635b
|
||||
writetext UnknownText_0x7635b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -190,7 +190,7 @@ TrainerTwinsMegandpeg1: ; 0x75f89
|
||||
TwinsMegandpeg1Script: ; 0x75f95
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x763c2
|
||||
writetext UnknownText_0x763c2
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -219,7 +219,7 @@ TrainerTwinsMegandpeg2: ; 0x75f9d
|
||||
TwinsMegandpeg2Script: ; 0x75fa9
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76428
|
||||
writetext UnknownText_0x76428
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -248,7 +248,7 @@ TrainerPsychicRodney: ; 0x75fb1
|
||||
PsychicRodneyScript: ; 0x75fbd
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76497
|
||||
writetext UnknownText_0x76497
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -277,7 +277,7 @@ TrainerPokefanmJeremy: ; 0x75fc5
|
||||
PokefanmJeremyScript: ; 0x75fd1
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7651c
|
||||
writetext UnknownText_0x7651c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -306,7 +306,7 @@ TrainerPokefanfGeorgia: ; 0x75fd9
|
||||
PokefanfGeorgiaScript: ; 0x75fe5
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x76596
|
||||
writetext UnknownText_0x76596
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -335,7 +335,7 @@ TrainerSupernerdShawn: ; 0x75fed
|
||||
SupernerdShawnScript: ; 0x75ff9
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x7660f
|
||||
writetext UnknownText_0x7660f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -29,7 +29,7 @@ TrainerFirebreatherLyle: ; 0x75a4f
|
||||
FirebreatherLyleScript: ; 0x75a5b
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x75b52
|
||||
writetext UnknownText_0x75b52
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -58,7 +58,7 @@ TrainerBug_catcherKen: ; 0x75a63
|
||||
Bug_catcherKenScript: ; 0x75a6f
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x75bd5
|
||||
writetext UnknownText_0x75bd5
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -87,7 +87,7 @@ TrainerBeautyCassie: ; 0x75a77
|
||||
BeautyCassieScript: ; 0x75a83
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x75c43
|
||||
writetext UnknownText_0x75c43
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -118,7 +118,7 @@ GuitaristClydeScript: ; 0x75a97
|
||||
special $00a0
|
||||
iftrue UnknownScript_0x75aa5
|
||||
loadfont
|
||||
2writetext UnknownText_0x75d65
|
||||
writetext UnknownText_0x75d65
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -126,7 +126,7 @@ GuitaristClydeScript: ; 0x75a97
|
||||
|
||||
UnknownScript_0x75aa5: ; 0x75aa5
|
||||
loadfont
|
||||
2writetext UnknownText_0x75cfe
|
||||
writetext UnknownText_0x75cfe
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -134,7 +134,7 @@ UnknownScript_0x75aa5: ; 0x75aa5
|
||||
|
||||
MapFastShipCabins_SW_SSW_NWSignpost1Script: ; 0x75aac
|
||||
loadfont
|
||||
2writetext UnknownText_0x75da4
|
||||
writetext UnknownText_0x75da4
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $0030
|
||||
@ -146,7 +146,7 @@ MapFastShipCabins_SW_SSW_NWSignpost1Script: ; 0x75aac
|
||||
special $003d
|
||||
special $0032
|
||||
loadfont
|
||||
2writetext UnknownText_0x75dc1
|
||||
writetext UnknownText_0x75dc1
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkevent $0031
|
||||
@ -165,7 +165,7 @@ UnknownScript_0x75ae2: ; 0x75ae2
|
||||
checkevent $002f
|
||||
iftrue UnknownScript_0x75af7
|
||||
loadfont
|
||||
2writetext UnknownText_0x75e0f
|
||||
writetext UnknownText_0x75e0f
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $0031
|
||||
@ -174,7 +174,7 @@ UnknownScript_0x75ae2: ; 0x75ae2
|
||||
|
||||
UnknownScript_0x75af7: ; 0x75af7
|
||||
loadfont
|
||||
2writetext UnknownText_0x75dde
|
||||
writetext UnknownText_0x75dde
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $0031
|
||||
|
@ -12,7 +12,7 @@ JanineScript_0x195db9: ; 0x195db9
|
||||
applymovement $2, MovementData_0x195f27
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x195f35
|
||||
writetext UnknownText_0x195f35
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x195fa1, $0000
|
||||
@ -30,11 +30,11 @@ JanineScript_0x195db9: ; 0x195db9
|
||||
variablesprite $a, $27
|
||||
special $005e
|
||||
loadfont
|
||||
2writetext UnknownText_0x195feb
|
||||
writetext UnknownText_0x195feb
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $0027
|
||||
2jump UnknownScript_0x195e02
|
||||
jump UnknownScript_0x195e02
|
||||
; 0x195e00
|
||||
|
||||
UnknownScript_0x195e00: ; 0x195e00
|
||||
@ -43,13 +43,13 @@ UnknownScript_0x195e00: ; 0x195e00
|
||||
UnknownScript_0x195e02: ; 0x195e02
|
||||
checkevent EVENT_GOT_TM06_TOXIC
|
||||
iftrue UnknownScript_0x195e15
|
||||
2writetext UnknownText_0x196002
|
||||
writetext UnknownText_0x196002
|
||||
keeptextopen
|
||||
verbosegiveitem TM_06, 1
|
||||
iffalse UnknownScript_0x195e15
|
||||
setevent EVENT_GOT_TM06_TOXIC
|
||||
UnknownScript_0x195e15: ; 0x195e15
|
||||
2writetext UnknownText_0x196074
|
||||
writetext UnknownText_0x196074
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -67,7 +67,7 @@ UnknownScript_0x195e2c: ; 0x195e2c
|
||||
loadfont
|
||||
checkevent $0517
|
||||
iftrue UnknownScript_0x195e4f
|
||||
2writetext UnknownText_0x1960e6
|
||||
writetext UnknownText_0x1960e6
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x196126, $0000
|
||||
@ -86,7 +86,7 @@ UnknownScript_0x195e4a: ; 0x195e4a
|
||||
; 0x195e4f
|
||||
|
||||
UnknownScript_0x195e4f: ; 0x195e4f
|
||||
2writetext UnknownText_0x196139
|
||||
writetext UnknownText_0x196139
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -104,7 +104,7 @@ UnknownScript_0x195e66: ; 0x195e66
|
||||
loadfont
|
||||
checkevent $051a
|
||||
iftrue UnknownScript_0x195e89
|
||||
2writetext UnknownText_0x196166
|
||||
writetext UnknownText_0x196166
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x19617b, $0000
|
||||
@ -123,7 +123,7 @@ UnknownScript_0x195e84: ; 0x195e84
|
||||
; 0x195e89
|
||||
|
||||
UnknownScript_0x195e89: ; 0x195e89
|
||||
2writetext UnknownText_0x196199
|
||||
writetext UnknownText_0x196199
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -141,7 +141,7 @@ UnknownScript_0x195ea0: ; 0x195ea0
|
||||
loadfont
|
||||
checkevent $0482
|
||||
iftrue UnknownScript_0x195ec3
|
||||
2writetext UnknownText_0x1961bb
|
||||
writetext UnknownText_0x1961bb
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x1961f1, $0000
|
||||
@ -160,7 +160,7 @@ UnknownScript_0x195ebe: ; 0x195ebe
|
||||
; 0x195ec3
|
||||
|
||||
UnknownScript_0x195ec3: ; 0x195ec3
|
||||
2writetext UnknownText_0x19620c
|
||||
writetext UnknownText_0x19620c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -178,7 +178,7 @@ UnknownScript_0x195eda: ; 0x195eda
|
||||
loadfont
|
||||
checkevent $041e
|
||||
iftrue UnknownScript_0x195efd
|
||||
2writetext UnknownText_0x196228
|
||||
writetext UnknownText_0x196228
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x19624a, $0000
|
||||
@ -197,7 +197,7 @@ UnknownScript_0x195ef8: ; 0x195ef8
|
||||
; 0x195efd
|
||||
|
||||
UnknownScript_0x195efd: ; 0x195efd
|
||||
2writetext UnknownText_0x19626b
|
||||
writetext UnknownText_0x19626b
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -208,13 +208,13 @@ FuchsiaGymGuyScript: ; 0x195f03
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_JANINE
|
||||
iftrue .FuchsiaGymGuyWinScript
|
||||
2writetext FuchsiaGymGuyText
|
||||
writetext FuchsiaGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.FuchsiaGymGuyWinScript
|
||||
2writetext FuchsiaGymGuyWinText
|
||||
writetext FuchsiaGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -28,7 +28,7 @@ CooltrainerFScript_0x19645f: ; 0x19645f
|
||||
JanineImpersonatorScript_0x196462: ; 0x196462
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x19652e
|
||||
writetext UnknownText_0x19652e
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $5, MovementData_0x196486
|
||||
@ -36,7 +36,7 @@ JanineImpersonatorScript_0x196462: ; 0x196462
|
||||
variablesprite $c, $a
|
||||
special $005e
|
||||
loadfont
|
||||
2writetext UnknownText_0x19654e
|
||||
writetext UnknownText_0x19654e
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $5, MovementData_0x196486
|
||||
|
@ -15,28 +15,28 @@ ClerkScript_0x54750: ; 0x54750
|
||||
loadfont
|
||||
checkevent EVENT_GOT_BICYCLE
|
||||
iftrue UnknownScript_0x54775
|
||||
2writetext UnknownText_0x54787
|
||||
writetext UnknownText_0x54787
|
||||
yesorno
|
||||
iffalse UnknownScript_0x5477b
|
||||
2writetext UnknownText_0x547f8
|
||||
writetext UnknownText_0x547f8
|
||||
keeptextopen
|
||||
waitbutton
|
||||
giveitem BICYCLE, $1
|
||||
2writetext UnknownText_0x54848
|
||||
writetext UnknownText_0x54848
|
||||
playsound SFX_KEY_ITEM
|
||||
waitbutton
|
||||
itemnotify
|
||||
setflag $0014
|
||||
setevent EVENT_GOT_BICYCLE
|
||||
UnknownScript_0x54775: ; 0x54775
|
||||
2writetext UnknownText_0x5485f
|
||||
writetext UnknownText_0x5485f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x5477b
|
||||
|
||||
UnknownScript_0x5477b: ; 0x5477b
|
||||
2writetext UnknownText_0x54898
|
||||
writetext UnknownText_0x54898
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -11,41 +11,41 @@ BillScript_0x54be4: ; 0x54be4
|
||||
loadfont
|
||||
checkevent EVENT_GOT_EEVEE
|
||||
iftrue UnknownScript_0x54c1f
|
||||
2writetext UnknownText_0x54c74
|
||||
writetext UnknownText_0x54c74
|
||||
yesorno
|
||||
iffalse UnknownScript_0x54c19
|
||||
2writetext UnknownText_0x54d3f
|
||||
writetext UnknownText_0x54d3f
|
||||
keeptextopen
|
||||
waitbutton
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x54c13
|
||||
2writetext UnknownText_0x54dae
|
||||
writetext UnknownText_0x54dae
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitbutton
|
||||
givepoke EEVEE, 20, 0, 0
|
||||
setevent EVENT_GOT_EEVEE
|
||||
2writetext UnknownText_0x54dc1
|
||||
writetext UnknownText_0x54dc1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54c13
|
||||
|
||||
UnknownScript_0x54c13: ; 0x54c13
|
||||
2writetext UnknownText_0x54e02
|
||||
writetext UnknownText_0x54e02
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54c19
|
||||
|
||||
UnknownScript_0x54c19: ; 0x54c19
|
||||
2writetext UnknownText_0x54e2d
|
||||
writetext UnknownText_0x54e2d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54c1f
|
||||
|
||||
UnknownScript_0x54c1f: ; 0x54c1f
|
||||
2writetext UnknownText_0x54e42
|
||||
writetext UnknownText_0x54e42
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -56,14 +56,14 @@ PokefanFScript_0x54c25: ; 0x54c25
|
||||
loadfont
|
||||
checkevent $0712
|
||||
iffalse UnknownScript_0x54c33
|
||||
2writetext UnknownText_0x54ea8
|
||||
writetext UnknownText_0x54ea8
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54c33
|
||||
|
||||
UnknownScript_0x54c33: ; 0x54c33
|
||||
2writetext UnknownText_0x54f4e
|
||||
writetext UnknownText_0x54f4e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -74,34 +74,34 @@ TwinScript_0x54c39: ; 0x54c39
|
||||
loadfont
|
||||
checkcellnum $3
|
||||
iftrue UnknownScript_0x54c58
|
||||
2writetext UnknownText_0x54f9e
|
||||
writetext UnknownText_0x54f9e
|
||||
askforphonenumber $3
|
||||
if_equal $1, UnknownScript_0x54c64
|
||||
if_equal $2, UnknownScript_0x54c5e
|
||||
waitbutton
|
||||
addcellnum $3
|
||||
2writetext UnknownText_0x54fd9
|
||||
writetext UnknownText_0x54fd9
|
||||
playsound SFX_REGISTER_PHONE_NUMBER
|
||||
waitbutton
|
||||
keeptextopen
|
||||
UnknownScript_0x54c58: ;0x54c58
|
||||
2writetext UnknownText_0x55069
|
||||
writetext UnknownText_0x55069
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54c5e
|
||||
|
||||
UnknownScript_0x54c5e: ; 0x54c5e
|
||||
2writetext UnknownText_0x54ff3
|
||||
writetext UnknownText_0x54ff3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54c64
|
||||
|
||||
UnknownScript_0x54c64: ; 0x54c64
|
||||
2writetext UnknownText_0x55046
|
||||
writetext UnknownText_0x55046
|
||||
keeptextopen
|
||||
2jump UnknownScript_0x54c5e
|
||||
jump UnknownScript_0x54c5e
|
||||
; 0x54c6b
|
||||
|
||||
MapGoldenrodBillsHouseSignpost1Script: ; 0x54c6b
|
||||
|
@ -46,47 +46,47 @@ UnknownScript_0x198908: ; 0x198908
|
||||
PokefanMScript_0x198909: ; 0x198909
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x199042
|
||||
writetext UnknownText_0x199042
|
||||
yesorno
|
||||
iffalse UnknownScript_0x19899a
|
||||
special $004f
|
||||
2writetext UnknownText_0x199090
|
||||
writetext UnknownText_0x199090
|
||||
yesorno
|
||||
iffalse UnknownScript_0x1989a0
|
||||
checkcoins 4000
|
||||
if_equal $2, UnknownScript_0x1989dd
|
||||
2writetext UnknownText_0x1990ce
|
||||
writetext UnknownText_0x1990ce
|
||||
loadmenudata MenuDataHeader_0x198967
|
||||
interpretmenu2
|
||||
writebackup
|
||||
if_equal $1, UnknownScript_0x19893a
|
||||
if_equal $2, UnknownScript_0x198949
|
||||
if_equal $3, UnknownScript_0x198958
|
||||
2jump UnknownScript_0x1989d7
|
||||
jump UnknownScript_0x1989d7
|
||||
; 0x19893a
|
||||
|
||||
UnknownScript_0x19893a: ; 0x19893a
|
||||
writebyte $1
|
||||
2writetext UnknownText_0x1991cf
|
||||
writetext UnknownText_0x1991cf
|
||||
special $0083
|
||||
if_equal $0, UnknownScript_0x1989a6
|
||||
2jump UnknownScript_0x1989d7
|
||||
jump UnknownScript_0x1989d7
|
||||
; 0x198949
|
||||
|
||||
UnknownScript_0x198949: ; 0x198949
|
||||
writebyte $2
|
||||
2writetext UnknownText_0x1991cf
|
||||
writetext UnknownText_0x1991cf
|
||||
special $0083
|
||||
if_equal $0, UnknownScript_0x1989a6
|
||||
2jump UnknownScript_0x1989d7
|
||||
jump UnknownScript_0x1989d7
|
||||
; 0x198958
|
||||
|
||||
UnknownScript_0x198958: ; 0x198958
|
||||
writebyte $3
|
||||
2writetext UnknownText_0x1991cf
|
||||
writetext UnknownText_0x1991cf
|
||||
special $0083
|
||||
if_equal $0, UnknownScript_0x1989a6
|
||||
2jump UnknownScript_0x1989d7
|
||||
jump UnknownScript_0x1989d7
|
||||
; 0x198967
|
||||
|
||||
|
||||
@ -109,33 +109,33 @@ MenuData2_0x19896f: ; 0x19896f
|
||||
|
||||
|
||||
UnknownScript_0x19899a: ; 0x19899a
|
||||
2writetext UnknownText_0x1990b4
|
||||
writetext UnknownText_0x1990b4
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1989a0
|
||||
|
||||
UnknownScript_0x1989a0: ; 0x1989a0
|
||||
2writetext UnknownText_0x199107
|
||||
writetext UnknownText_0x199107
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1989a6
|
||||
|
||||
UnknownScript_0x1989a6: ; 0x1989a6
|
||||
2writetext UnknownText_0x19913a
|
||||
writetext UnknownText_0x19913a
|
||||
keeptextopen
|
||||
takecoins 4000
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
special $004f
|
||||
2writetext UnknownText_0x19918b
|
||||
writetext UnknownText_0x19918b
|
||||
closetext
|
||||
loadmovesprites
|
||||
checkcode $9
|
||||
if_equal $2, UnknownScript_0x1989c6
|
||||
applymovement $10, MovementData_0x198a5f
|
||||
2jump UnknownScript_0x1989ca
|
||||
jump UnknownScript_0x1989ca
|
||||
; 0x1989c6
|
||||
|
||||
UnknownScript_0x1989c6: ; 0x1989c6
|
||||
@ -150,14 +150,14 @@ UnknownScript_0x1989ca: ; 0x1989ca
|
||||
; 0x1989d7
|
||||
|
||||
UnknownScript_0x1989d7: ; 0x1989d7
|
||||
2writetext UnknownText_0x1991a4
|
||||
writetext UnknownText_0x1991a4
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1989dd
|
||||
|
||||
UnknownScript_0x1989dd: ; 0x1989dd
|
||||
2writetext UnknownText_0x1991ac
|
||||
writetext UnknownText_0x1991ac
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -176,14 +176,14 @@ CooltrainerFScript_0x1989e9: ; 0x1989e9
|
||||
loadfont
|
||||
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||
iftrue UnknownScript_0x1989f7
|
||||
2writetext UnknownText_0x198ae6
|
||||
writetext UnknownText_0x198ae6
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1989f7
|
||||
|
||||
UnknownScript_0x1989f7: ; 0x1989f7
|
||||
2writetext UnknownText_0x198b2d
|
||||
writetext UnknownText_0x198b2d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -194,14 +194,14 @@ CooltrainerFScript_0x1989fd: ; 0x1989fd
|
||||
loadfont
|
||||
checkflag $0000
|
||||
iftrue UnknownScript_0x198a0b
|
||||
2writetext UnknownText_0x198b73
|
||||
writetext UnknownText_0x198b73
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x198a0b
|
||||
|
||||
UnknownScript_0x198a0b: ; 0x198a0b
|
||||
2writetext UnknownText_0x198c14
|
||||
writetext UnknownText_0x198c14
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -221,10 +221,10 @@ GrampsScript_0x198a17: ; 0x198a17
|
||||
|
||||
RocketScript_0x198a1a: ; 0x198a1a
|
||||
loadfont
|
||||
2writetext UnknownText_0x198d0d
|
||||
writetext UnknownText_0x198d0d
|
||||
keeptextopen
|
||||
faceplayer
|
||||
2writetext UnknownText_0x198d2a
|
||||
writetext UnknownText_0x198d2a
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $9, $1
|
||||
|
@ -25,7 +25,7 @@ BugCatcherScript_0x55ef4: ; 0x55ef4
|
||||
GameboyKidScript_0x55ef7: ; 0x55ef7
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x55f74
|
||||
writetext UnknownText_0x55f74
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $5, $0
|
||||
|
@ -29,13 +29,13 @@ ClerkScript_0x5609c: ; 0x5609c
|
||||
iftrue UnknownScript_0x560ad
|
||||
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
||||
iftrue UnknownScript_0x560c2
|
||||
2jump UnknownScript_0x560b6
|
||||
jump UnknownScript_0x560b6
|
||||
; 0x560ad
|
||||
|
||||
UnknownScript_0x560ad: ; 0x560ad
|
||||
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
||||
iftrue UnknownScript_0x560c8
|
||||
2jump UnknownScript_0x560bc
|
||||
jump UnknownScript_0x560bc
|
||||
; 0x560b6
|
||||
|
||||
UnknownScript_0x560b6: ; 0x560b6
|
||||
@ -70,15 +70,15 @@ ReceptionistScript_0x560ce: ; 0x560ce
|
||||
checkflag $005b
|
||||
iftrue UnknownScript_0x56112
|
||||
special $0059
|
||||
2writetext UnknownText_0x56143
|
||||
writetext UnknownText_0x56143
|
||||
keeptextopen
|
||||
if_greater_than $95, UnknownScript_0x560ee
|
||||
if_greater_than $31, UnknownScript_0x560fd
|
||||
2jump UnknownScript_0x56103
|
||||
jump UnknownScript_0x56103
|
||||
; 0x560ee
|
||||
|
||||
UnknownScript_0x560ee: ; 0x560ee
|
||||
2writetext UnknownText_0x5615a
|
||||
writetext UnknownText_0x5615a
|
||||
keeptextopen
|
||||
verbosegiveitem TM_27, 1
|
||||
iffalse UnknownScript_0x56116
|
||||
@ -88,14 +88,14 @@ UnknownScript_0x560ee: ; 0x560ee
|
||||
; 0x560fd
|
||||
|
||||
UnknownScript_0x560fd: ; 0x560fd
|
||||
2writetext UnknownText_0x561a6
|
||||
writetext UnknownText_0x561a6
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x56103
|
||||
|
||||
UnknownScript_0x56103: ; 0x56103
|
||||
2writetext UnknownText_0x561d8
|
||||
writetext UnknownText_0x561d8
|
||||
keeptextopen
|
||||
verbosegiveitem TM_21, 1
|
||||
iffalse UnknownScript_0x56116
|
||||
@ -105,7 +105,7 @@ UnknownScript_0x56103: ; 0x56103
|
||||
; 0x56112
|
||||
|
||||
UnknownScript_0x56112: ; 0x56112
|
||||
2writetext UnknownText_0x56202
|
||||
writetext UnknownText_0x56202
|
||||
closetext
|
||||
UnknownScript_0x56116: ; 0x56116
|
||||
loadmovesprites
|
||||
@ -117,7 +117,7 @@ TwinScript_0x56118: ; 0x56118
|
||||
loadfont
|
||||
special $0066
|
||||
if_not_equal $2, UnknownScript_0x5612a
|
||||
2writetext UnknownText_0x56241
|
||||
writetext UnknownText_0x56241
|
||||
closetext
|
||||
loadmovesprites
|
||||
special $0013
|
||||
@ -125,7 +125,7 @@ TwinScript_0x56118: ; 0x56118
|
||||
; 0x5612a
|
||||
|
||||
UnknownScript_0x5612a: ; 0x5612a
|
||||
2writetext UnknownText_0x56279
|
||||
writetext UnknownText_0x56279
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -8,7 +8,7 @@ GoldenrodDeptStore6F_MapScriptHeader: ; 0x563f3
|
||||
|
||||
MapGoldenrodDeptStore6FSignpost5Script: ; 0x563f5
|
||||
loadfont
|
||||
2writetext UnknownText_0x564cb
|
||||
writetext UnknownText_0x564cb
|
||||
UnknownScript_0x563f9: ; 0x563f9
|
||||
special $0051
|
||||
loadmenudata MenuDataHeader_0x56478
|
||||
@ -28,7 +28,7 @@ UnknownScript_0x5640f: ; 0x5640f
|
||||
iffalse UnknownScript_0x56471
|
||||
takemoney $0, 200
|
||||
itemtotext FRESH_WATER, $0
|
||||
2jump UnknownScript_0x5645d
|
||||
jump UnknownScript_0x5645d
|
||||
; 0x56429
|
||||
|
||||
UnknownScript_0x56429: ; 0x56429
|
||||
@ -38,7 +38,7 @@ UnknownScript_0x56429: ; 0x56429
|
||||
iffalse UnknownScript_0x56471
|
||||
takemoney $0, 300
|
||||
itemtotext SODA_POP, $0
|
||||
2jump UnknownScript_0x5645d
|
||||
jump UnknownScript_0x5645d
|
||||
; 0x56443
|
||||
|
||||
UnknownScript_0x56443: ; 0x56443
|
||||
@ -48,28 +48,28 @@ UnknownScript_0x56443: ; 0x56443
|
||||
iffalse UnknownScript_0x56471
|
||||
takemoney $0, 350
|
||||
itemtotext LEMONADE, $0
|
||||
2jump UnknownScript_0x5645d
|
||||
jump UnknownScript_0x5645d
|
||||
; 0x5645d
|
||||
|
||||
UnknownScript_0x5645d: ; 0x5645d
|
||||
pause 10
|
||||
playsound SFX_ENTER_DOOR
|
||||
2writetext UnknownText_0x564ef
|
||||
writetext UnknownText_0x564ef
|
||||
keeptextopen
|
||||
itemnotify
|
||||
2jump UnknownScript_0x563f9
|
||||
jump UnknownScript_0x563f9
|
||||
; 0x5646a
|
||||
|
||||
UnknownScript_0x5646a: ; 0x5646a
|
||||
2writetext UnknownText_0x56512
|
||||
writetext UnknownText_0x56512
|
||||
closetext
|
||||
2jump UnknownScript_0x563f9
|
||||
jump UnknownScript_0x563f9
|
||||
; 0x56471
|
||||
|
||||
UnknownScript_0x56471: ; 0x56471
|
||||
2writetext UnknownText_0x5652b
|
||||
writetext UnknownText_0x5652b
|
||||
closetext
|
||||
2jump UnknownScript_0x563f9
|
||||
jump UnknownScript_0x563f9
|
||||
; 0x56478
|
||||
|
||||
|
||||
|
@ -15,12 +15,12 @@ GoldenrodDeptStoreB1F_MapScriptHeader: ; 0x7d779
|
||||
UnknownScript_0x7d781: ; 0x7d781
|
||||
checkevent $004a
|
||||
iftrue UnknownScript_0x7d78a
|
||||
2jump UnknownScript_0x7d791
|
||||
jump UnknownScript_0x7d791
|
||||
; 0x7d78a
|
||||
|
||||
UnknownScript_0x7d78a: ; 0x7d78a
|
||||
changeblock $10, $4, $d
|
||||
2jump UnknownScript_0x7d791
|
||||
jump UnknownScript_0x7d791
|
||||
; 0x7d791
|
||||
|
||||
UnknownScript_0x7d791: ; 0x7d791
|
||||
@ -61,7 +61,7 @@ BlackBeltScript_0x7d7b6: ; 0x7d7b6
|
||||
|
||||
MachopScript_0x7d7b9: ; 0x7d7b9
|
||||
loadfont
|
||||
2writetext UnknownText_0x7d8bb
|
||||
writetext UnknownText_0x7d8bb
|
||||
cry MACHOKE
|
||||
closetext
|
||||
loadmovesprites
|
||||
|
@ -52,7 +52,7 @@ PokefanFScript_0x56746: ; 0x56746
|
||||
FisherScript_0x56749: ; 0x56749
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x567d2
|
||||
writetext UnknownText_0x567d2
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $4, $1
|
||||
@ -65,12 +65,12 @@ TwinScript_0x56754: ; 0x56754
|
||||
|
||||
SuperNerdScript_0x56757: ; 0x56757
|
||||
loadfont
|
||||
2writetext UnknownText_0x56867
|
||||
writetext UnknownText_0x56867
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $6, $1
|
||||
loadfont
|
||||
2writetext UnknownText_0x56871
|
||||
writetext UnknownText_0x56871
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $6, $3
|
||||
|
@ -19,7 +19,7 @@ TeacherScript_0x5535d: ; 0x5535d
|
||||
iffalse UnknownScript_0x5539c
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x554c2
|
||||
writetext UnknownText_0x554c2
|
||||
keeptextopen
|
||||
verbosegiveitem SQUIRTBOTTLE, 1
|
||||
setevent EVENT_GOT_SQUIRTBOTTLE
|
||||
@ -32,7 +32,7 @@ TeacherScript_0x5535d: ; 0x5535d
|
||||
UnknownScript_0x5538f: ; 0x5538f
|
||||
spriteface $2, $2
|
||||
loadfont
|
||||
2writetext UnknownText_0x5552e
|
||||
writetext UnknownText_0x5552e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -57,7 +57,7 @@ LassScript_0x553a2: ; 0x553a2
|
||||
iftrue UnknownScript_0x553c5
|
||||
checkevent EVENT_GOT_SQUIRTBOTTLE
|
||||
iftrue UnknownScript_0x553bf
|
||||
2writetext UnknownText_0x55561
|
||||
writetext UnknownText_0x55561
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $00ba
|
||||
@ -67,14 +67,14 @@ LassScript_0x553a2: ; 0x553a2
|
||||
; 0x553bf
|
||||
|
||||
UnknownScript_0x553bf: ; 0x553bf
|
||||
2writetext UnknownText_0x555e6
|
||||
writetext UnknownText_0x555e6
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x553c5
|
||||
|
||||
UnknownScript_0x553c5: ; 0x553c5
|
||||
2writetext UnknownText_0x55604
|
||||
writetext UnknownText_0x55604
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -34,7 +34,7 @@ UnknownScript_0x56c19: ;0x56c19
|
||||
PokefanMScript_0x56c1a: ; 0x56c1a
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x5718a
|
||||
writetext UnknownText_0x5718a
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $d, $3
|
||||
@ -48,11 +48,11 @@ ClerkScript_0x56c25: ; 0x56c25
|
||||
ReceptionistScript_0x56c28: ; 0x56c28
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x56e50
|
||||
writetext UnknownText_0x56e50
|
||||
closetext
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x56cc3
|
||||
2writetext UnknownText_0x56e8b
|
||||
writetext UnknownText_0x56e8b
|
||||
UnknownScript_0x56c36: ; 056c36
|
||||
special $004f
|
||||
loadmenudata MenuDataHeader_0x56cc9
|
||||
@ -61,47 +61,47 @@ UnknownScript_0x56c36: ; 056c36
|
||||
if_equal $1, UnknownScript_0x56c4d
|
||||
if_equal $2, UnknownScript_0x56c69
|
||||
if_equal $3, UnknownScript_0x56c85
|
||||
2jump UnknownScript_0x56cbd
|
||||
jump UnknownScript_0x56cbd
|
||||
; 0x56c4d
|
||||
|
||||
UnknownScript_0x56c4d: ; 0x56c4d
|
||||
checkcoins 5500
|
||||
if_equal $2, UnknownScript_0x56cb1
|
||||
itemtotext TM_25, $0
|
||||
2call UnknownScript_0x56ca1
|
||||
scall UnknownScript_0x56ca1
|
||||
iffalse UnknownScript_0x56cbd
|
||||
giveitem TM_25, $1
|
||||
iffalse UnknownScript_0x56cb7
|
||||
takecoins 5500
|
||||
2jump UnknownScript_0x56ca6
|
||||
jump UnknownScript_0x56ca6
|
||||
; 0x56c69
|
||||
|
||||
UnknownScript_0x56c69: ; 0x56c69
|
||||
checkcoins 5500
|
||||
if_equal $2, UnknownScript_0x56cb1
|
||||
itemtotext TM_14, $0
|
||||
2call UnknownScript_0x56ca1
|
||||
scall UnknownScript_0x56ca1
|
||||
iffalse UnknownScript_0x56cbd
|
||||
giveitem TM_14, $1
|
||||
iffalse UnknownScript_0x56cb7
|
||||
takecoins 5500
|
||||
2jump UnknownScript_0x56ca6
|
||||
jump UnknownScript_0x56ca6
|
||||
; 0x56c85
|
||||
|
||||
UnknownScript_0x56c85: ; 0x56c85
|
||||
checkcoins 5500
|
||||
if_equal $2, UnknownScript_0x56cb1
|
||||
itemtotext TM_38, $0
|
||||
2call UnknownScript_0x56ca1
|
||||
scall UnknownScript_0x56ca1
|
||||
iffalse UnknownScript_0x56cbd
|
||||
giveitem TM_38, $1
|
||||
iffalse UnknownScript_0x56cb7
|
||||
takecoins 5500
|
||||
2jump UnknownScript_0x56ca6
|
||||
jump UnknownScript_0x56ca6
|
||||
; 0x56ca1
|
||||
|
||||
UnknownScript_0x56ca1: ; 0x56ca1
|
||||
2writetext UnknownText_0x56ea8
|
||||
writetext UnknownText_0x56ea8
|
||||
yesorno
|
||||
end
|
||||
; 0x56ca6
|
||||
@ -109,34 +109,34 @@ UnknownScript_0x56ca1: ; 0x56ca1
|
||||
UnknownScript_0x56ca6: ; 0x56ca6
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x56ebd
|
||||
writetext UnknownText_0x56ebd
|
||||
closetext
|
||||
2jump UnknownScript_0x56c36
|
||||
jump UnknownScript_0x56c36
|
||||
; 0x56cb1
|
||||
|
||||
UnknownScript_0x56cb1: ; 0x56cb1
|
||||
2writetext UnknownText_0x56ecb
|
||||
writetext UnknownText_0x56ecb
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x56cb7
|
||||
|
||||
UnknownScript_0x56cb7: ; 0x56cb7
|
||||
2writetext UnknownText_0x56ee8
|
||||
writetext UnknownText_0x56ee8
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x56cbd
|
||||
|
||||
UnknownScript_0x56cbd: ; 0x56cbd
|
||||
2writetext UnknownText_0x56f09
|
||||
writetext UnknownText_0x56f09
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x56cc3
|
||||
|
||||
UnknownScript_0x56cc3: ; 0x56cc3
|
||||
2writetext UnknownText_0x56f35
|
||||
writetext UnknownText_0x56f35
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -164,12 +164,12 @@ MenuData2_0x56cd1: ; 0x56cd1
|
||||
ReceptionistScript_0x56d01: ; 0x56d01
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x56e50
|
||||
writetext UnknownText_0x56e50
|
||||
closetext
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x56cc3
|
||||
UnknownScript_0x56d0c: ; 0x56d0c
|
||||
2writetext UnknownText_0x56e8b
|
||||
writetext UnknownText_0x56e8b
|
||||
special $004f
|
||||
loadmenudata MenuDataHeader_0x56db0
|
||||
interpretmenu2
|
||||
@ -177,7 +177,7 @@ UnknownScript_0x56d0c: ; 0x56d0c
|
||||
if_equal $1, UnknownScript_0x56d26
|
||||
if_equal $2, UnknownScript_0x56d54
|
||||
if_equal $3, UnknownScript_0x56d82
|
||||
2jump UnknownScript_0x56cbd
|
||||
jump UnknownScript_0x56cbd
|
||||
; 0x56d26
|
||||
|
||||
UnknownScript_0x56d26: ; 0x56d26
|
||||
@ -186,17 +186,17 @@ UnknownScript_0x56d26: ; 0x56d26
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x56cb7
|
||||
pokenamemem ABRA, $0
|
||||
2call UnknownScript_0x56ca1
|
||||
scall UnknownScript_0x56ca1
|
||||
iffalse UnknownScript_0x56cbd
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x56ebd
|
||||
writetext UnknownText_0x56ebd
|
||||
closetext
|
||||
writebyte ABRA
|
||||
special $0039
|
||||
givepoke ABRA, 5, 0, 0
|
||||
takecoins 100
|
||||
2jump UnknownScript_0x56d0c
|
||||
jump UnknownScript_0x56d0c
|
||||
; 0x56d54
|
||||
|
||||
UnknownScript_0x56d54: ; 0x56d54
|
||||
@ -205,17 +205,17 @@ UnknownScript_0x56d54: ; 0x56d54
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x56cb7
|
||||
pokenamemem CUBONE, $0
|
||||
2call UnknownScript_0x56ca1
|
||||
scall UnknownScript_0x56ca1
|
||||
iffalse UnknownScript_0x56cbd
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x56ebd
|
||||
writetext UnknownText_0x56ebd
|
||||
closetext
|
||||
writebyte CUBONE
|
||||
special $0039
|
||||
givepoke CUBONE, 15, 0, 0
|
||||
takecoins 800
|
||||
2jump UnknownScript_0x56d0c
|
||||
jump UnknownScript_0x56d0c
|
||||
; 0x56d82
|
||||
|
||||
UnknownScript_0x56d82: ; 0x56d82
|
||||
@ -224,17 +224,17 @@ UnknownScript_0x56d82: ; 0x56d82
|
||||
checkcode $1
|
||||
if_equal $6, UnknownScript_0x56cb7
|
||||
pokenamemem WOBBUFFET, $0
|
||||
2call UnknownScript_0x56ca1
|
||||
scall UnknownScript_0x56ca1
|
||||
iffalse UnknownScript_0x56cbd
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
2writetext UnknownText_0x56ebd
|
||||
writetext UnknownText_0x56ebd
|
||||
closetext
|
||||
writebyte WOBBUFFET
|
||||
special $0039
|
||||
givepoke WOBBUFFET, 15, 0, 0
|
||||
takecoins 1500
|
||||
2jump UnknownScript_0x56d0c
|
||||
jump UnknownScript_0x56d0c
|
||||
; 0x56db0
|
||||
|
||||
|
||||
@ -259,7 +259,7 @@ MenuData2_0x56db8: ; 0x56db8
|
||||
PharmacistScript_0x56df1: ; 0x56df1
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x56f55
|
||||
writetext UnknownText_0x56f55
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $fe, $2
|
||||
@ -269,7 +269,7 @@ PharmacistScript_0x56df1: ; 0x56df1
|
||||
PokefanMScript_0x56dfc: ; 0x56dfc
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x56f9e
|
||||
writetext UnknownText_0x56f9e
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $7, $3
|
||||
@ -279,7 +279,7 @@ PokefanMScript_0x56dfc: ; 0x56dfc
|
||||
CooltrainerMScript_0x56e07: ; 0x56e07
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x56ff4
|
||||
writetext UnknownText_0x56ff4
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $8, $2
|
||||
@ -289,7 +289,7 @@ CooltrainerMScript_0x56e07: ; 0x56e07
|
||||
PokefanFScript_0x56e12: ; 0x56e12
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x5702b
|
||||
writetext UnknownText_0x5702b
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $9, $3
|
||||
@ -303,7 +303,7 @@ CooltrainerFScript_0x56e1d: ; 0x56e1d
|
||||
GentlemanScript_0x56e20: ; 0x56e20
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x570b1
|
||||
writetext UnknownText_0x570b1
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $b, $3
|
||||
|
@ -23,7 +23,7 @@ WhitneyScript_0x5400c: ; 0x5400c
|
||||
checkevent EVENT_BEAT_WHITNEY
|
||||
iftrue UnknownScript_0x54037
|
||||
loadfont
|
||||
2writetext UnknownText_0x54122
|
||||
writetext UnknownText_0x54122
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x541a5, $0000
|
||||
@ -41,7 +41,7 @@ UnknownScript_0x54037: ; 0x54037
|
||||
loadfont
|
||||
checkevent EVENT_MADE_WHITNEY_CRY
|
||||
iffalse UnknownScript_0x54044
|
||||
2writetext UnknownText_0x541f4
|
||||
writetext UnknownText_0x541f4
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -52,29 +52,29 @@ UnknownScript_0x54044: ; 0x54044
|
||||
iftrue UnknownScript_0x54077
|
||||
checkflag $001d
|
||||
iftrue UnknownScript_0x54064
|
||||
2writetext UnknownText_0x54222
|
||||
writetext UnknownText_0x54222
|
||||
keeptextopen
|
||||
waitbutton
|
||||
2writetext UnknownText_0x54273
|
||||
writetext UnknownText_0x54273
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $001d
|
||||
checkcode $7
|
||||
2call UnknownScript_0x5407d
|
||||
scall UnknownScript_0x5407d
|
||||
UnknownScript_0x54064: ; 0x54064
|
||||
2writetext UnknownText_0x5428b
|
||||
writetext UnknownText_0x5428b
|
||||
keeptextopen
|
||||
verbosegiveitem TM_45, 1
|
||||
iffalse UnknownScript_0x5407b
|
||||
setevent EVENT_GOT_TM45_ATTRACT
|
||||
2writetext UnknownText_0x54302
|
||||
writetext UnknownText_0x54302
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54077
|
||||
|
||||
UnknownScript_0x54077: ; 0x54077
|
||||
2writetext UnknownText_0x54360
|
||||
writetext UnknownText_0x54360
|
||||
closetext
|
||||
UnknownScript_0x5407b: ; 0x5407b
|
||||
loadmovesprites
|
||||
@ -118,7 +118,7 @@ TrainerLassCarrie: ; 0x5408c
|
||||
LassCarrieScript: ; 0x54098
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext LassCarrieOWText
|
||||
writetext LassCarrieOWText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -129,7 +129,7 @@ WhitneyCriesScript: ; 0x540a0
|
||||
applymovement $4, BridgetWalksUpMovement
|
||||
spriteface $0, $0
|
||||
loadfont
|
||||
2writetext BridgetWhitneyCriesText
|
||||
writetext BridgetWhitneyCriesText
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $4, BridgetWalksAwayMovement
|
||||
@ -161,7 +161,7 @@ TrainerLassBridget: ; 0x540bb
|
||||
LassBridgetScript: ; 0x540c7
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext LassBridgetOWText
|
||||
writetext LassBridgetOWText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -190,7 +190,7 @@ TrainerBeautyVictoria: ; 0x540cf
|
||||
BeautyVictoriaScript: ; 0x540db
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext BeautyVictoriaOWText
|
||||
writetext BeautyVictoriaOWText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -219,7 +219,7 @@ TrainerBeautySamantha: ; 0x540e3
|
||||
BeautySamanthaScript: ; 0x540ef
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext BeautySamanthaOWText
|
||||
writetext BeautySamanthaOWText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -230,14 +230,14 @@ GoldenrodGymGuyScript: ; 0x540f7
|
||||
checkevent EVENT_BEAT_WHITNEY
|
||||
iftrue .GoldenrodGymGuyWinScript
|
||||
loadfont
|
||||
2writetext GoldenrodGymGuyText
|
||||
writetext GoldenrodGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.GoldenrodGymGuyWinScript
|
||||
loadfont
|
||||
2writetext GoldenrodGymGuyWinText
|
||||
writetext GoldenrodGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -10,53 +10,53 @@ TeacherScript_0x54953: ; 0x54953
|
||||
faceplayer
|
||||
loadfont
|
||||
special $0059
|
||||
2writetext UnknownText_0x549a3
|
||||
writetext UnknownText_0x549a3
|
||||
keeptextopen
|
||||
if_greater_than $f9, UnknownScript_0x54973
|
||||
if_greater_than $c7, UnknownScript_0x54979
|
||||
if_greater_than $95, UnknownScript_0x5497f
|
||||
if_greater_than $63, UnknownScript_0x54985
|
||||
if_greater_than $31, UnknownScript_0x5498b
|
||||
2jump UnknownScript_0x54991
|
||||
jump UnknownScript_0x54991
|
||||
; 0x54973
|
||||
|
||||
UnknownScript_0x54973: ; 0x54973
|
||||
2writetext UnknownText_0x549fc
|
||||
writetext UnknownText_0x549fc
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54979
|
||||
|
||||
UnknownScript_0x54979: ; 0x54979
|
||||
2writetext UnknownText_0x54a2c
|
||||
writetext UnknownText_0x54a2c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x5497f
|
||||
|
||||
UnknownScript_0x5497f: ; 0x5497f
|
||||
2writetext UnknownText_0x54a5a
|
||||
writetext UnknownText_0x54a5a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54985
|
||||
|
||||
UnknownScript_0x54985: ; 0x54985
|
||||
2writetext UnknownText_0x54a8e
|
||||
writetext UnknownText_0x54a8e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x5498b
|
||||
|
||||
UnknownScript_0x5498b: ; 0x5498b
|
||||
2writetext UnknownText_0x54a9f
|
||||
writetext UnknownText_0x54a9f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x54991
|
||||
|
||||
UnknownScript_0x54991: ; 0x54991
|
||||
2writetext UnknownText_0x54ad1
|
||||
writetext UnknownText_0x54ad1
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -18,19 +18,19 @@ OfficerScript_0x550ec: ; 0x550ec
|
||||
loadfont
|
||||
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
||||
iftrue UnknownScript_0x550fa
|
||||
2writetext UnknownText_0x55160
|
||||
writetext UnknownText_0x55160
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x550fa
|
||||
|
||||
UnknownScript_0x550fa: ; 0x550fa
|
||||
2writetext UnknownText_0x551b7
|
||||
writetext UnknownText_0x551b7
|
||||
yesorno
|
||||
iffalse UnknownScript_0x5512a
|
||||
checkitem PASS
|
||||
iffalse UnknownScript_0x55124
|
||||
2writetext UnknownText_0x551ed
|
||||
writetext UnknownText_0x551ed
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $2, MovementData_0x55146
|
||||
@ -50,14 +50,14 @@ MovementData_0x55122: ; 0x55122
|
||||
; 0x55124
|
||||
|
||||
UnknownScript_0x55124: ; 0x55124
|
||||
2writetext UnknownText_0x5522c
|
||||
writetext UnknownText_0x5522c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x5512a
|
||||
|
||||
UnknownScript_0x5512a: ; 0x5512a
|
||||
2writetext UnknownText_0x5524f
|
||||
writetext UnknownText_0x5524f
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -68,7 +68,7 @@ UnknownScript_0x55130: ; 0x55130
|
||||
applymovement $0, MovementData_0x55158
|
||||
applymovement $2, MovementData_0x5514b
|
||||
loadfont
|
||||
2writetext UnknownText_0x5526a
|
||||
writetext UnknownText_0x5526a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -28,12 +28,12 @@ UnknownScript_0x60f9e: ; 0x60f9e
|
||||
applymovement $3, MovementData_0x6105a
|
||||
spriteface $0, $1
|
||||
loadfont
|
||||
2writetext UnknownText_0x622f0
|
||||
writetext UnknownText_0x622f0
|
||||
closetext
|
||||
verbosegiveitem GS_BALL, 1
|
||||
setevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
||||
setevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
||||
2writetext UnknownText_0x62359
|
||||
writetext UnknownText_0x62359
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $3, MovementData_0x61060
|
||||
@ -62,12 +62,12 @@ UnknownScript_0x60fe3: ; 0x60fe3
|
||||
applymovement $3, MovementData_0x61065
|
||||
spriteface $0, $1
|
||||
loadfont
|
||||
2writetext UnknownText_0x622f0
|
||||
writetext UnknownText_0x622f0
|
||||
closetext
|
||||
verbosegiveitem GS_BALL, 1
|
||||
setevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
||||
setevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
||||
2writetext UnknownText_0x62359
|
||||
writetext UnknownText_0x62359
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $3, MovementData_0x6106c
|
||||
@ -89,27 +89,27 @@ LassScript_0x61021: ; 0x61021
|
||||
PokefanFScript_0x61024: ; 0x61024
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x623fb
|
||||
writetext UnknownText_0x623fb
|
||||
closetext
|
||||
2writetext UnknownText_0x6248c
|
||||
writetext UnknownText_0x6248c
|
||||
yesorno
|
||||
iffalse UnknownScript_0x6104b
|
||||
takeitem EON_MAIL, 1
|
||||
iffalse UnknownScript_0x6104b
|
||||
2writetext UnknownText_0x62549
|
||||
writetext UnknownText_0x62549
|
||||
closetext
|
||||
2writetext UnknownText_0x624a4
|
||||
writetext UnknownText_0x624a4
|
||||
closetext
|
||||
verbosegiveitem REVIVE, 1
|
||||
iffalse UnknownScript_0x61051
|
||||
2writetext UnknownText_0x624e9
|
||||
writetext UnknownText_0x624e9
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x6104b
|
||||
|
||||
UnknownScript_0x6104b: ; 0x6104b
|
||||
2writetext UnknownText_0x62509
|
||||
writetext UnknownText_0x62509
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -117,7 +117,7 @@ UnknownScript_0x6104b: ; 0x6104b
|
||||
|
||||
UnknownScript_0x61051: ; 0x61051
|
||||
giveitem EON_MAIL, $1
|
||||
2writetext UnknownText_0x6252a
|
||||
writetext UnknownText_0x6252a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -20,7 +20,7 @@ ScientistScript_0x625d7: ; 0x625d7
|
||||
|
||||
MapGoldenrodPokeComCenter2FMobileSignpost0Script: ; 0x625da
|
||||
loadfont
|
||||
2writetext UnknownText_0x627ee
|
||||
writetext UnknownText_0x627ee
|
||||
closetext
|
||||
UnknownScript_0x625df: ; 0x625df
|
||||
reloadmappart
|
||||
@ -29,21 +29,21 @@ UnknownScript_0x625df: ; 0x625df
|
||||
writebackup
|
||||
if_equal $1, UnknownScript_0x625f0
|
||||
if_equal $2, UnknownScript_0x625f8
|
||||
2jump UnknownScript_0x62600
|
||||
jump UnknownScript_0x62600
|
||||
; 0x625f0
|
||||
|
||||
UnknownScript_0x625f0: ; 0x625f0
|
||||
loadfont
|
||||
2writetext UnknownText_0x62828
|
||||
writetext UnknownText_0x62828
|
||||
closetext
|
||||
2jump UnknownScript_0x625df
|
||||
jump UnknownScript_0x625df
|
||||
; 0x625f8
|
||||
|
||||
UnknownScript_0x625f8: ; 0x625f8
|
||||
loadfont
|
||||
2writetext UnknownText_0x628f4
|
||||
writetext UnknownText_0x628f4
|
||||
closetext
|
||||
2jump UnknownScript_0x625df
|
||||
jump UnknownScript_0x625df
|
||||
; 0x62600
|
||||
|
||||
UnknownScript_0x62600: ; 0x62600
|
||||
@ -71,7 +71,7 @@ MenuData2_0x6260a: ; 0x6260a
|
||||
|
||||
MapGoldenrodPokeComCenter2FMobileSignpost1Script: ; 0x62624
|
||||
loadfont
|
||||
2writetext UnknownText_0x62989
|
||||
writetext UnknownText_0x62989
|
||||
closetext
|
||||
UnknownScript_0x62629: ; 0x62629
|
||||
reloadmappart
|
||||
@ -80,21 +80,21 @@ UnknownScript_0x62629: ; 0x62629
|
||||
writebackup
|
||||
if_equal $1, UnknownScript_0x6263a
|
||||
if_equal $2, UnknownScript_0x62642
|
||||
2jump UnknownScript_0x6264a
|
||||
jump UnknownScript_0x6264a
|
||||
; 0x6263a
|
||||
|
||||
UnknownScript_0x6263a: ; 0x6263a
|
||||
loadfont
|
||||
2writetext UnknownText_0x629ae
|
||||
writetext UnknownText_0x629ae
|
||||
closetext
|
||||
2jump UnknownScript_0x62629
|
||||
jump UnknownScript_0x62629
|
||||
; 0x62642
|
||||
|
||||
UnknownScript_0x62642: ; 0x62642
|
||||
loadfont
|
||||
2writetext UnknownText_0x62a5a
|
||||
writetext UnknownText_0x62a5a
|
||||
closetext
|
||||
2jump UnknownScript_0x62629
|
||||
jump UnknownScript_0x62629
|
||||
; 0x6264a
|
||||
|
||||
UnknownScript_0x6264a: ; 0x6264a
|
||||
|
@ -25,7 +25,7 @@ UnknownScript_0x181454: ; 0x181454
|
||||
stopfollow
|
||||
spriteface $0, $3
|
||||
loadfont
|
||||
2writetext UnknownText_0x1814a6
|
||||
writetext UnknownText_0x1814a6
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $2, $1
|
||||
|
@ -39,32 +39,32 @@ StoneTable_0x7e4c7: ; 0x7e4c7
|
||||
UnknownScript_0x7e4d8: ; 0x7e4d8
|
||||
disappear 2
|
||||
clearevent EVENT_BOULDER_IN_ICE_PATH_1
|
||||
2jump UnknownScript_0x7e4f8
|
||||
jump UnknownScript_0x7e4f8
|
||||
; 0x7e4e0
|
||||
|
||||
UnknownScript_0x7e4e0: ; 0x7e4e0
|
||||
disappear 3
|
||||
clearevent EVENT_BOULDER_IN_ICE_PATH_2
|
||||
2jump UnknownScript_0x7e4f8
|
||||
jump UnknownScript_0x7e4f8
|
||||
; 0x7e4e8
|
||||
|
||||
UnknownScript_0x7e4e8: ; 0x7e4e8
|
||||
disappear 4
|
||||
clearevent EVENT_BOULDER_IN_ICE_PATH_3
|
||||
2jump UnknownScript_0x7e4f8
|
||||
jump UnknownScript_0x7e4f8
|
||||
; 0x7e4f0
|
||||
|
||||
UnknownScript_0x7e4f0: ; 0x7e4f0
|
||||
disappear 5
|
||||
clearevent EVENT_BOULDER_IN_ICE_PATH_4
|
||||
2jump UnknownScript_0x7e4f8
|
||||
jump UnknownScript_0x7e4f8
|
||||
; 0x7e4f8
|
||||
|
||||
UnknownScript_0x7e4f8: ; 0x7e4f8
|
||||
pause 30
|
||||
2call UnknownScript_0x7e504
|
||||
scall UnknownScript_0x7e504
|
||||
loadfont
|
||||
2writetext UnknownText_0x7e512
|
||||
writetext UnknownText_0x7e512
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
@ -93,14 +93,14 @@ YoungsterScript_0x6eb7b: ; 0x6eb7b
|
||||
loadfont
|
||||
checkevent $0029
|
||||
iftrue UnknownScript_0x6eb89
|
||||
2writetext UnknownText_0x6ef5c
|
||||
writetext UnknownText_0x6ef5c
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x6eb89
|
||||
|
||||
UnknownScript_0x6eb89: ; 0x6eb89
|
||||
2writetext UnknownText_0x6f019
|
||||
writetext UnknownText_0x6f019
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -121,9 +121,9 @@ BirdScript_0x6eb8f: ; 0x6eb8f
|
||||
UnknownScript_0x6ebba: ; 0x6ebba
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x6f06f
|
||||
writetext UnknownText_0x6f06f
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x6f086
|
||||
writetext UnknownText_0x6f086
|
||||
cry FARFETCH_D
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -136,7 +136,7 @@ UnknownScript_0x6ebba: ; 0x6ebba
|
||||
; 0x6ebd9
|
||||
|
||||
UnknownScript_0x6ebd9: ; 0x6ebd9
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $0, UnknownScript_0x6ebf1
|
||||
applymovement $2, MovementData_0x6ee95
|
||||
moveperson $2, $14, $18
|
||||
@ -156,7 +156,7 @@ UnknownScript_0x6ebf1: ; 0x6ebf1
|
||||
; 0x6ec02
|
||||
|
||||
UnknownScript_0x6ec02: ; 0x6ec02
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $2, UnknownScript_0x6ec1a
|
||||
applymovement $2, MovementData_0x6eea4
|
||||
moveperson $2, $1d, $16
|
||||
@ -176,7 +176,7 @@ UnknownScript_0x6ec1a: ; 0x6ec1a
|
||||
; 0x6ec2b
|
||||
|
||||
UnknownScript_0x6ec2b: ; 0x6ec2b
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $1, UnknownScript_0x6ec43
|
||||
applymovement $2, MovementData_0x6eeb1
|
||||
moveperson $2, $1c, $1f
|
||||
@ -196,7 +196,7 @@ UnknownScript_0x6ec43: ; 0x6ec43
|
||||
; 0x6ec54
|
||||
|
||||
UnknownScript_0x6ec54: ; 0x6ec54
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $1, UnknownScript_0x6ec85
|
||||
if_equal $2, UnknownScript_0x6ec74
|
||||
if_equal $3, UnknownScript_0x6ec96
|
||||
@ -236,7 +236,7 @@ UnknownScript_0x6ec96: ; 0x6ec96
|
||||
; 0x6eca7
|
||||
|
||||
UnknownScript_0x6eca7: ; 0x6eca7
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $3, UnknownScript_0x6ecbf
|
||||
applymovement $2, MovementData_0x6eee6
|
||||
moveperson $2, $16, $1f
|
||||
@ -256,7 +256,7 @@ UnknownScript_0x6ecbf: ; 0x6ecbf
|
||||
; 0x6ecd0
|
||||
|
||||
UnknownScript_0x6ecd0: ; 0x6ecd0
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $0, UnknownScript_0x6ecfd
|
||||
if_equal $2, UnknownScript_0x6ecec
|
||||
applymovement $2, MovementData_0x6eef8
|
||||
@ -286,7 +286,7 @@ UnknownScript_0x6ecfd: ; 0x6ecfd
|
||||
; 0x6ed0e
|
||||
|
||||
UnknownScript_0x6ed0e: ; 0x6ed0e
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $1, UnknownScript_0x6ed3f
|
||||
if_equal $2, UnknownScript_0x6ed3f
|
||||
if_equal $3, UnknownScript_0x6ed2e
|
||||
@ -317,7 +317,7 @@ UnknownScript_0x6ed3f: ; 0x6ed3f
|
||||
; 0x6ed50
|
||||
|
||||
UnknownScript_0x6ed50: ; 0x6ed50
|
||||
2call UnknownScript_0x6eda1
|
||||
scall UnknownScript_0x6eda1
|
||||
if_equal $0, UnknownScript_0x6ed85
|
||||
if_equal $3, UnknownScript_0x6ed74
|
||||
applymovement $2, MovementData_0x6ef23
|
||||
@ -352,7 +352,7 @@ UnknownScript_0x6ed85: ; 0x6ed85
|
||||
UnknownScript_0x6ed96: ; 0x6ed96
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x6f086
|
||||
writetext UnknownText_0x6f086
|
||||
cry FARFETCH_D
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -362,7 +362,7 @@ UnknownScript_0x6ed96: ; 0x6ed96
|
||||
UnknownScript_0x6eda1: ; 0x6eda1
|
||||
faceplayer
|
||||
loadfont
|
||||
2writetext UnknownText_0x6f086
|
||||
writetext UnknownText_0x6f086
|
||||
cry FARFETCH_D
|
||||
closetext
|
||||
loadmovesprites
|
||||
@ -375,11 +375,11 @@ BlackBeltScript_0x6edae: ; 0x6edae
|
||||
loadfont
|
||||
checkevent EVENT_GOT_HM01_CUT
|
||||
iftrue UnknownScript_0x6edd8
|
||||
2writetext UnknownText_0x6f099
|
||||
writetext UnknownText_0x6f099
|
||||
keeptextopen
|
||||
verbosegiveitem HM_01, 1
|
||||
setevent EVENT_GOT_HM01_CUT
|
||||
2writetext UnknownText_0x6f141
|
||||
writetext UnknownText_0x6f141
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent $06e9
|
||||
@ -392,7 +392,7 @@ BlackBeltScript_0x6edae: ; 0x6edae
|
||||
; 0x6edd8
|
||||
|
||||
UnknownScript_0x6edd8: ; 0x6edd8
|
||||
2writetext UnknownText_0x6f1c0
|
||||
writetext UnknownText_0x6f1c0
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -403,13 +403,13 @@ RockerScript_0x6edde: ; 0x6edde
|
||||
loadfont
|
||||
checkevent EVENT_GOT_TM02_HEADBUTT
|
||||
iftrue UnknownScript_0x6edf3
|
||||
2writetext UnknownText_0x6f21b
|
||||
writetext UnknownText_0x6f21b
|
||||
keeptextopen
|
||||
verbosegiveitem TM_02, 1
|
||||
iffalse UnknownScript_0x6edf7
|
||||
setevent EVENT_GOT_TM02_HEADBUTT
|
||||
UnknownScript_0x6edf3: ; 0x6edf3
|
||||
2writetext UnknownText_0x6f26d
|
||||
writetext UnknownText_0x6f26d
|
||||
closetext
|
||||
UnknownScript_0x6edf7: ; 0x6edf7
|
||||
loadmovesprites
|
||||
@ -439,7 +439,7 @@ TrainerBug_catcherWayne: ; 0x6edf9
|
||||
Bug_catcherWayneScript: ; 0x6ee05
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x6f571
|
||||
writetext UnknownText_0x6f571
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -493,7 +493,7 @@ MapIlexForestSignpost0Script: ; 0x6ee24
|
||||
MapIlexForestSignpost4Script: ; 0x6ee27
|
||||
checkevent $00c0
|
||||
iftrue UnknownScript_0x6ee30
|
||||
2jump UnknownScript_0x6ee35
|
||||
jump UnknownScript_0x6ee35
|
||||
; 0x6ee30
|
||||
|
||||
UnknownScript_0x6ee30: ; 0x6ee30
|
||||
@ -505,7 +505,7 @@ UnknownScript_0x6ee35: ; 0x6ee35
|
||||
|
||||
UnknownScript_0x6ee38: ; 0x6ee38
|
||||
loadfont
|
||||
2writetext UnknownText_0x6f394
|
||||
writetext UnknownText_0x6f394
|
||||
yesorno
|
||||
iftrue UnknownScript_0x6ee42
|
||||
loadmovesprites
|
||||
@ -518,7 +518,7 @@ UnknownScript_0x6ee42: ; 0x6ee42
|
||||
setevent $07a4
|
||||
disappear $8
|
||||
clearevent $06eb
|
||||
2writetext UnknownText_0x6f43b
|
||||
writetext UnknownText_0x6f43b
|
||||
closetext
|
||||
loadmovesprites
|
||||
pause 20
|
||||
@ -539,7 +539,7 @@ UnknownScript_0x6ee42: ; 0x6ee42
|
||||
appear $7
|
||||
applymovement $7, MovementData_0x6ef4e
|
||||
loadfont
|
||||
2writetext UnknownText_0x6f452
|
||||
writetext UnknownText_0x6f452
|
||||
closetext
|
||||
loadmovesprites
|
||||
applymovement $7, MovementData_0x6ef53
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user