mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Use :: to export labels between objects.
This fixes the build.
This commit is contained in:
parent
adb3b29b4d
commit
cf2acc1001
@ -166,7 +166,7 @@ INCBIN "baserom.gbc",$17982d, $1799ef - $17982d
|
||||
|
||||
SECTION "Cries", ROMX, BANK[CRIES]
|
||||
|
||||
CryHeaders: INCLUDE "audio/cry_headers.asm"
|
||||
CryHeaders:: INCLUDE "audio/cry_headers.asm"
|
||||
|
||||
INCBIN "baserom.gbc",$f2d69, $f3fb6 - $f2d69
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
; PlayStereoSFX
|
||||
; PlayCry
|
||||
|
||||
_SoundRestart: ; e8000
|
||||
_SoundRestart:: ; e8000
|
||||
; restart sound operation
|
||||
; clear all relevant hardware registers & wram
|
||||
push hl
|
||||
@ -84,7 +84,7 @@ MusicOff: ; e8057
|
||||
ret
|
||||
; e805c
|
||||
|
||||
_UpdateSound: ; e805c
|
||||
_UpdateSound:: ; e805c
|
||||
; called once per frame
|
||||
; no use updating audio if it's not playing
|
||||
ld a, [MusicPlaying]
|
||||
@ -2322,7 +2322,7 @@ SetLRTracks: ; e8b1b
|
||||
ret
|
||||
; e8b30
|
||||
|
||||
_PlayMusic: ; e8b30
|
||||
_PlayMusic:: ; e8b30
|
||||
; load music
|
||||
call MusicOff
|
||||
ld hl, MusicID
|
||||
@ -2365,7 +2365,7 @@ _PlayMusic: ; e8b30
|
||||
ret
|
||||
; e8b79
|
||||
|
||||
PlayCry: ; e8b79
|
||||
PlayCry:: ; e8b79
|
||||
; Play cry de using parameters:
|
||||
; CryPitch
|
||||
; CryEcho
|
||||
@ -2479,7 +2479,7 @@ PlayCry: ; e8b79
|
||||
ret
|
||||
; e8c04
|
||||
|
||||
_PlaySFX: ; e8c04
|
||||
_PlaySFX:: ; e8c04
|
||||
; clear channels if they aren't already
|
||||
call MusicOff
|
||||
ld hl, $c1cc ; Channel5Flags
|
||||
@ -2580,7 +2580,7 @@ _PlaySFX: ; e8c04
|
||||
; e8ca6
|
||||
|
||||
|
||||
PlayStereoSFX: ; e8ca6
|
||||
PlayStereoSFX:: ; e8ca6
|
||||
; play sfx de
|
||||
|
||||
call MusicOff
|
||||
@ -2759,7 +2759,7 @@ ChannelInit: ; e8d5b
|
||||
ret
|
||||
; e8d76
|
||||
|
||||
LoadMusicByte: ; e8d76
|
||||
LoadMusicByte:: ; e8d76
|
||||
; input:
|
||||
; de = current music address
|
||||
; output:
|
||||
@ -3156,7 +3156,7 @@ ChannelPointers: ; e8fd9
|
||||
dw Channel8
|
||||
; e8fe9
|
||||
|
||||
ClearChannels: ; e8fe9
|
||||
ClearChannels:: ; e8fe9
|
||||
; runs ClearChannel for all 4 channels
|
||||
; doesn't seem to be used, but functionally identical to SoundRestart
|
||||
ld hl, rNR50
|
||||
|
@ -1,6 +1,6 @@
|
||||
; Currently, must be in the same bank as the sound engine.
|
||||
|
||||
PlayTrainerEncounterMusic: ; e900a
|
||||
PlayTrainerEncounterMusic:: ; e900a
|
||||
; input: e = trainer type
|
||||
; turn fade off
|
||||
xor a
|
||||
|
@ -335,7 +335,7 @@ Functioncc293: ; cc293
|
||||
|
||||
|
||||
; no known jump sources
|
||||
BattleAnimCommands: ; cc2a4 (33:42a4)
|
||||
BattleAnimCommands:: ; cc2a4 (33:42a4)
|
||||
dw BattleAnimCmd_D0
|
||||
dw BattleAnimCmd_D1
|
||||
dw BattleAnimCmd_D2
|
||||
|
@ -1,4 +1,4 @@
|
||||
BattleAnimations: ; c906f
|
||||
BattleAnimations:: ; c906f
|
||||
dw BattleAnim_0
|
||||
dw BattleAnim_Pound
|
||||
dw BattleAnim_KarateChop
|
||||
|
@ -4761,7 +4761,7 @@ Function3df2c: ; 3df2c
|
||||
|
||||
|
||||
|
||||
Function3df48: ; 3df48
|
||||
Function3df48:: ; 3df48
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -4907,7 +4907,7 @@ PrintPlayerHUD: ; 3dfbf
|
||||
jp PrintLevel
|
||||
; 3e036
|
||||
|
||||
Function3e036: ; 3e036
|
||||
Function3e036:: ; 3e036
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -7191,7 +7191,7 @@ EmptyBattleTextBox: ; 3edd1
|
||||
; 3edd8
|
||||
|
||||
|
||||
_BattleRandom: ; 3edd8
|
||||
_BattleRandom:: ; 3edd8
|
||||
; If the normal RNG is used in a link battle it'll desync.
|
||||
; To circumvent this a shared PRNG is used instead.
|
||||
|
||||
|
@ -865,7 +865,7 @@ Function9853: ; 9853
|
||||
; 9890
|
||||
|
||||
|
||||
Function9890: ; 9890
|
||||
Function9890:: ; 9890
|
||||
call CheckCGB
|
||||
ret z
|
||||
ld a, $1
|
||||
|
@ -114,7 +114,7 @@ const_value SET -7
|
||||
const CREDITS_END
|
||||
|
||||
|
||||
Function109847: ; 109847
|
||||
Function109847:: ; 109847
|
||||
bit 6, b
|
||||
ld a, $0
|
||||
jr z, .asm_10984f
|
||||
|
@ -3,7 +3,7 @@ INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Events", ROMX, BANK[EVENTS]
|
||||
|
||||
OverworldLoop: ; 966b0
|
||||
OverworldLoop:: ; 966b0
|
||||
xor a
|
||||
ld [MapStatus], a
|
||||
.loop
|
||||
@ -30,7 +30,7 @@ Function966cb: ; 966cb
|
||||
ret
|
||||
; 966d0
|
||||
|
||||
Function966d0: ; 966d0
|
||||
Function966d0:: ; 966d0
|
||||
ld a, $ff
|
||||
ld [ScriptFlags3], a
|
||||
ret
|
||||
@ -419,7 +419,7 @@ CheckTileEvent: ; 96874
|
||||
; 968c7
|
||||
|
||||
|
||||
Function968c7: ; 968c7
|
||||
Function968c7:: ; 968c7
|
||||
ld hl, $d452
|
||||
ld a, [hl]
|
||||
and a
|
||||
|
@ -5,14 +5,14 @@ INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Events 2", ROMX, BANK[EVENTS]
|
||||
|
||||
Function97c28: ; 97c28
|
||||
Function97c28:: ; 97c28
|
||||
ld hl, StatusFlags2
|
||||
res 1, [hl]
|
||||
res 2, [hl]
|
||||
ret
|
||||
; 97c30
|
||||
|
||||
Function97c30: ; 97c30
|
||||
Function97c30:: ; 97c30
|
||||
ld a, [$d45c]
|
||||
and a
|
||||
ret z
|
||||
@ -32,7 +32,7 @@ Function97c30: ; 97c30
|
||||
ret
|
||||
; 97c4f
|
||||
|
||||
Function97c4f: ; 97c4f
|
||||
Function97c4f:: ; 97c4f
|
||||
ld hl, $d45c
|
||||
ld a, [hl]
|
||||
and a
|
||||
@ -48,7 +48,7 @@ Function97c4f: ; 97c4f
|
||||
ret
|
||||
; 97c5f
|
||||
|
||||
Function97c5f: ; 97c5f
|
||||
Function97c5f:: ; 97c5f
|
||||
call GetFacingTileCoord
|
||||
ld [EngineBuffer1], a
|
||||
ld c, a
|
||||
@ -99,7 +99,7 @@ Function97c5f: ; 97c5f
|
||||
; 97cc0
|
||||
|
||||
|
||||
Function97cc0: ; 97cc0
|
||||
Function97cc0:: ; 97cc0
|
||||
; Rock Smash encounter
|
||||
|
||||
call Function968c7
|
||||
@ -146,7 +146,7 @@ RockSmashBattleScript: ; 97cf9
|
||||
end
|
||||
; 97cfd
|
||||
|
||||
Function97cfd: ; 97cfd
|
||||
Function97cfd:: ; 97cfd
|
||||
ld hl, StatusFlags
|
||||
bit 5, [hl]
|
||||
jr nz, .asm_97d21
|
||||
@ -178,7 +178,7 @@ Function97d23: ; 97d23
|
||||
ret
|
||||
; 97d31
|
||||
|
||||
Function97d31: ; 97d31
|
||||
Function97d31:: ; 97d31
|
||||
; Pick a random mon out of ContestMons.
|
||||
|
||||
.asm_97d31
|
||||
@ -266,7 +266,7 @@ ContestMons: ; 97d87
|
||||
db -1, VENOMOTH, 30, 40
|
||||
; 97db3
|
||||
|
||||
Function97db3: ; 97db3
|
||||
Function97db3:: ; 97db3
|
||||
nop
|
||||
nop
|
||||
; fallthrough
|
||||
@ -319,7 +319,7 @@ Function97db5: ; 97db5
|
||||
ret
|
||||
; 97df9
|
||||
|
||||
Function97df9: ; 97df9
|
||||
Function97df9:: ; 97df9
|
||||
ld hl, $d6de
|
||||
ld de, $0006
|
||||
ld c, $4
|
||||
@ -332,7 +332,7 @@ Function97df9: ; 97df9
|
||||
ret
|
||||
; 97e08
|
||||
|
||||
Function97e08: ; 97e08
|
||||
Function97e08:: ; 97e08
|
||||
ld hl, $d6de
|
||||
xor a
|
||||
.asm_97e0c
|
||||
@ -365,7 +365,7 @@ Function97e25: ; 97e25
|
||||
ret
|
||||
; 97e31
|
||||
|
||||
Function97e31: ; 97e31
|
||||
Function97e31:: ; 97e31
|
||||
push bc
|
||||
push de
|
||||
call Function97e45
|
||||
@ -403,7 +403,7 @@ Function97e45: ; 97e45
|
||||
ret
|
||||
; 97e5c
|
||||
|
||||
Function97e5c: ; 97e5c
|
||||
Function97e5c:: ; 97e5c
|
||||
ld hl, $d6de
|
||||
ld de, $0006
|
||||
ld c, $4
|
||||
|
@ -1,4 +1,4 @@
|
||||
FruitTreeScript: ; 44000
|
||||
FruitTreeScript:: ; 44000
|
||||
3callasm GetCurTreeFruit
|
||||
loadfont
|
||||
copybytetovar CurFruit
|
||||
|
@ -15,7 +15,7 @@ GetLandmarkCoords: ; 0x1ca896
|
||||
; 0x1ca8a5
|
||||
|
||||
|
||||
GetLandmarkName: ; 0x1ca8a5
|
||||
GetLandmarkName:: ; 0x1ca8a5
|
||||
; Copy the name of landmark e to StringBuffer1.
|
||||
push hl
|
||||
push de
|
||||
|
@ -1,7 +1,7 @@
|
||||
; Event scripting commands.
|
||||
|
||||
|
||||
Function96c56: ; 96c56
|
||||
Function96c56:: ; 96c56
|
||||
push af
|
||||
ld a, 1
|
||||
ld [ScriptMode], a
|
||||
@ -10,7 +10,7 @@ Function96c56: ; 96c56
|
||||
; 96c5e
|
||||
|
||||
|
||||
ScriptEvents: ; 96c5e
|
||||
ScriptEvents:: ; 96c5e
|
||||
call StartScript
|
||||
.loop
|
||||
ld a, [ScriptMode]
|
||||
@ -1658,7 +1658,7 @@ ScriptCall: ; 0x974cb
|
||||
ret
|
||||
; 0x974f3
|
||||
|
||||
Unknown_0x974f3: ; 0x974f3
|
||||
Unknown_0x974f3:: ; 0x974f3
|
||||
ld a, [ScriptBank]
|
||||
or $80
|
||||
ld [ScriptBank], a
|
||||
@ -2952,7 +2952,7 @@ Script_changeblock: ; 0x97acc
|
||||
ret
|
||||
; 0x97ae3
|
||||
|
||||
Script_reloadmappart: ; 0x97ae3
|
||||
Script_reloadmappart:: ; 0x97ae3
|
||||
; script command 0x7c
|
||||
|
||||
xor a
|
||||
|
@ -1,4 +1,4 @@
|
||||
StdScripts: ; bc000
|
||||
StdScripts:: ; bc000
|
||||
dbw BANK(PokeCenterNurseScript), PokeCenterNurseScript
|
||||
dbw BANK(UnknownScript_0xbc162), UnknownScript_0xbc162
|
||||
dbw BANK(UnknownScript_0xbc166), UnknownScript_0xbc166
|
||||
|
@ -1,7 +1,7 @@
|
||||
; Functions to copy data from ROM.
|
||||
|
||||
|
||||
Functiondc9: ; dc9
|
||||
Functiondc9:: ; dc9
|
||||
ld a, [rLCDC]
|
||||
bit 7, a
|
||||
jp z, Copy2bpp
|
||||
@ -17,7 +17,7 @@ Functiondc9: ; dc9
|
||||
ret
|
||||
; ddc
|
||||
|
||||
Functionddc: ; ddc
|
||||
Functionddc:: ; ddc
|
||||
ld a, [rLCDC]
|
||||
bit 7, a
|
||||
jp z, Copy1bpp
|
||||
@ -33,7 +33,7 @@ Functionddc: ; ddc
|
||||
ret
|
||||
; def
|
||||
|
||||
Functiondef: ; def
|
||||
Functiondef:: ; def
|
||||
ld [hBuffer], a
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -45,7 +45,7 @@ Functiondef: ; def
|
||||
ret
|
||||
; dfd
|
||||
|
||||
Functiondfd: ; dfd
|
||||
Functiondfd:: ; dfd
|
||||
dec c
|
||||
ld a, [hBGMapMode]
|
||||
push af
|
||||
@ -105,37 +105,37 @@ Functiondfd: ; dfd
|
||||
|
||||
|
||||
|
||||
Functione4a: ; e4a
|
||||
Functione4a:: ; e4a
|
||||
callba Function14135
|
||||
ret
|
||||
; e51
|
||||
|
||||
|
||||
|
||||
Functione51: ; e51
|
||||
Functione51:: ; e51
|
||||
callba Functionfb449
|
||||
ret
|
||||
; e58
|
||||
|
||||
Functione58: ; e58
|
||||
Functione58:: ; e58
|
||||
callba Functionfb4be
|
||||
ret
|
||||
; e5f
|
||||
|
||||
|
||||
|
||||
Functione5f: ; e5f
|
||||
Functione5f:: ; e5f
|
||||
callba Functionfb48a
|
||||
callba Functionfb4b0
|
||||
ret
|
||||
; e6c
|
||||
|
||||
Functione6c: ; e6c
|
||||
Functione6c:: ; e6c
|
||||
callba Functionfb4b0
|
||||
ret
|
||||
; e73
|
||||
|
||||
Functione73: ; e73
|
||||
Functione73:: ; e73
|
||||
push de
|
||||
ld a, $0
|
||||
call GetSRAMBank
|
||||
@ -153,7 +153,7 @@ Functione73: ; e73
|
||||
|
||||
|
||||
|
||||
FarCopyBytes: ; e8d
|
||||
FarCopyBytes:: ; e8d
|
||||
; copy bc bytes from a:hl to de
|
||||
|
||||
ld [hBuffer], a
|
||||
@ -170,7 +170,7 @@ FarCopyBytes: ; e8d
|
||||
; 0xe9b
|
||||
|
||||
|
||||
FarCopyBytesDouble: ; e9b
|
||||
FarCopyBytesDouble:: ; e9b
|
||||
; Copy bc bytes from a:hl to bc*2 bytes at de,
|
||||
; doubling each byte in the process.
|
||||
|
||||
@ -209,7 +209,7 @@ FarCopyBytesDouble: ; e9b
|
||||
; 0xeba
|
||||
|
||||
|
||||
Request2bpp: ; eba
|
||||
Request2bpp:: ; eba
|
||||
ld a, [hBGMapMode]
|
||||
push af
|
||||
xor a
|
||||
@ -283,7 +283,7 @@ Request2bpp: ; eba
|
||||
; f1e
|
||||
|
||||
|
||||
Request1bpp: ; f1e
|
||||
Request1bpp:: ; f1e
|
||||
ld a, [hBGMapMode]
|
||||
push af
|
||||
xor a
|
||||
@ -356,12 +356,12 @@ Request1bpp: ; f1e
|
||||
; f82
|
||||
|
||||
|
||||
Get2bpp: ; f82
|
||||
Get2bpp:: ; f82
|
||||
ld a, [rLCDC]
|
||||
bit 7, a
|
||||
jp nz, Request2bpp
|
||||
|
||||
Copy2bpp: ; f89
|
||||
Copy2bpp:: ; f89
|
||||
; copy c 2bpp tiles from b:de to hl
|
||||
|
||||
push hl
|
||||
@ -387,12 +387,12 @@ Copy2bpp: ; f89
|
||||
; f9d
|
||||
|
||||
|
||||
Get1bpp: ; f9d
|
||||
Get1bpp:: ; f9d
|
||||
ld a, [rLCDC]
|
||||
bit 7, a
|
||||
jp nz, Request1bpp
|
||||
|
||||
Copy1bpp: ; fa4
|
||||
Copy1bpp:: ; fa4
|
||||
; copy c 1bpp tiles from b:de to hl
|
||||
|
||||
push de
|
||||
|
@ -1,4 +1,4 @@
|
||||
CopyBytes: ; 0x3026
|
||||
CopyBytes:: ; 0x3026
|
||||
; copy bc bytes from hl to de
|
||||
inc b ; we bail the moment b hits 0, so include the last run
|
||||
inc c ; same thing; include last byte
|
||||
@ -14,7 +14,7 @@ CopyBytes: ; 0x3026
|
||||
jr nz, .CopyByte
|
||||
ret
|
||||
|
||||
SwapBytes: ; 0x3034
|
||||
SwapBytes:: ; 0x3034
|
||||
; swap bc bytes between hl and de
|
||||
.Loop
|
||||
; stash [hl] away on the stack
|
||||
@ -37,7 +37,7 @@ SwapBytes: ; 0x3034
|
||||
jr nz, .Loop
|
||||
ret
|
||||
|
||||
ByteFill: ; 0x3041
|
||||
ByteFill:: ; 0x3041
|
||||
; fill bc bytes with the value of a, starting at hl
|
||||
inc b ; we bail the moment b hits 0, so include the last run
|
||||
inc c ; same thing; include last byte
|
||||
@ -51,7 +51,7 @@ ByteFill: ; 0x3041
|
||||
jr nz, .PutByte
|
||||
ret
|
||||
|
||||
GetFarByte: ; 0x304d
|
||||
GetFarByte:: ; 0x304d
|
||||
; retrieve a single byte from a:hl, and return it in a.
|
||||
; bankswitch to new bank
|
||||
ld [hBuffer], a
|
||||
@ -72,7 +72,7 @@ GetFarByte: ; 0x304d
|
||||
ld a, [hBuffer]
|
||||
ret
|
||||
|
||||
GetFarHalfword: ; 0x305d
|
||||
GetFarHalfword:: ; 0x305d
|
||||
; retrieve a halfword from a:hl, and return it in hl.
|
||||
; bankswitch to new bank
|
||||
ld [hBuffer], a
|
||||
@ -92,7 +92,7 @@ GetFarHalfword: ; 0x305d
|
||||
ret
|
||||
; 0x306b
|
||||
|
||||
FarCopyWRAM: ; 306b
|
||||
FarCopyWRAM:: ; 306b
|
||||
ld [hBuffer], a
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
@ -104,7 +104,7 @@ FarCopyWRAM: ; 306b
|
||||
ret
|
||||
; 307b
|
||||
|
||||
GetFarWRAMByte: ; 307b
|
||||
GetFarWRAMByte:: ; 307b
|
||||
ld [hBuffer], a
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
@ -118,7 +118,7 @@ GetFarWRAMByte: ; 307b
|
||||
ret
|
||||
; 308d
|
||||
|
||||
GetFarWRAMWord: ; 308d
|
||||
GetFarWRAMWord:: ; 308d
|
||||
ld [hBuffer], a
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
|
@ -1,4 +1,4 @@
|
||||
FarDecompress: ; b40
|
||||
FarDecompress:: ; b40
|
||||
; Decompress graphics data at a:hl to de
|
||||
|
||||
; put a away for a sec
|
||||
@ -20,7 +20,7 @@ FarDecompress: ; b40
|
||||
; b50
|
||||
|
||||
|
||||
Decompress: ; b50
|
||||
Decompress:: ; b50
|
||||
; Pokemon Crystal uses an lz variant for compression.
|
||||
|
||||
; This is mainly used for graphics, but the intro's
|
||||
|
@ -1,4 +1,4 @@
|
||||
DelayFrame: ; 45a
|
||||
DelayFrame:: ; 45a
|
||||
; Wait for one frame
|
||||
ld a, 1
|
||||
ld [VBlankOccurred], a
|
||||
@ -13,7 +13,7 @@ DelayFrame: ; 45a
|
||||
; 468
|
||||
|
||||
|
||||
DelayFrames: ; 468
|
||||
DelayFrames:: ; 468
|
||||
; Wait c frames
|
||||
call DelayFrame
|
||||
dec c
|
||||
|
@ -5,20 +5,20 @@
|
||||
; and double speed at any time, but LCD output
|
||||
; collapses during the switch.
|
||||
|
||||
DoubleSpeed: ; 2fef
|
||||
DoubleSpeed:: ; 2fef
|
||||
ld hl, rKEY1
|
||||
bit 7, [hl]
|
||||
jr z, SwitchSpeed
|
||||
ret
|
||||
; 2ff7
|
||||
|
||||
NormalSpeed: ; 2ff7
|
||||
NormalSpeed:: ; 2ff7
|
||||
ld hl, rKEY1
|
||||
bit 7, [hl]
|
||||
ret z
|
||||
; 2ffd
|
||||
|
||||
SwitchSpeed: ; 2ffd
|
||||
SwitchSpeed:: ; 2ffd
|
||||
set 0, [hl]
|
||||
xor a
|
||||
ld [rIF], a
|
||||
|
@ -1,7 +1,7 @@
|
||||
; Functions to fade the screen in and out.
|
||||
|
||||
|
||||
Function48c: ; 48c
|
||||
Function48c:: ; 48c
|
||||
ld a, [TimeOfDayPal]
|
||||
ld b, a
|
||||
ld hl, IncGradGBPalTable_11
|
||||
@ -22,7 +22,7 @@ Function48c: ; 48c
|
||||
; 4a3
|
||||
|
||||
|
||||
Function4a3: ; 4a3
|
||||
Function4a3:: ; 4a3
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
jr z, .asm_4af
|
||||
@ -36,7 +36,7 @@ Function4a3: ; 4a3
|
||||
jr FadeOut
|
||||
; 4b6
|
||||
|
||||
Function4b6: ; 4b6
|
||||
Function4b6:: ; 4b6
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
jr z, .asm_4c2
|
||||
@ -49,7 +49,7 @@ Function4b6: ; 4b6
|
||||
ld b, 3
|
||||
; 4c7
|
||||
|
||||
FadeOut: ; 4c7
|
||||
FadeOut:: ; 4c7
|
||||
push de
|
||||
ld a, [hli]
|
||||
call DmgToCgbBGPals
|
||||
@ -66,7 +66,7 @@ FadeOut: ; 4c7
|
||||
ret
|
||||
; 4dd
|
||||
|
||||
Function4dd: ; 4dd
|
||||
Function4dd:: ; 4dd
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
jr z, .asm_4e9
|
||||
@ -80,7 +80,7 @@ Function4dd: ; 4dd
|
||||
jr FadeIn
|
||||
; 4f0
|
||||
|
||||
Function4f0: ; 4f0
|
||||
Function4f0:: ; 4f0
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
jr z, .asm_4fc
|
||||
@ -94,7 +94,7 @@ Function4f0: ; 4f0
|
||||
; fallthrough
|
||||
; 501
|
||||
|
||||
FadeIn: ; 501
|
||||
FadeIn:: ; 501
|
||||
push de
|
||||
ld a, [hld]
|
||||
ld d, a
|
||||
@ -113,22 +113,22 @@ FadeIn: ; 501
|
||||
|
||||
|
||||
; 517
|
||||
IncGradGBPalTable_00: db %11111111, %11111111, %11111111
|
||||
IncGradGBPalTable_01: db %11111110, %11111110, %11111110
|
||||
IncGradGBPalTable_02: db %11111001, %11111001, %11111001
|
||||
IncGradGBPalTable_03: db %11100100, %11100100, %11100100
|
||||
IncGradGBPalTable_04: db %11100100, %11100100, %11100100
|
||||
IncGradGBPalTable_05: db %10010000, %10010000, %10010000
|
||||
IncGradGBPalTable_06: db %01000000, %01000000, %01000000
|
||||
IncGradGBPalTable_07: db %00000000, %00000000, %00000000
|
||||
IncGradGBPalTable_00:: db %11111111, %11111111, %11111111
|
||||
IncGradGBPalTable_01:: db %11111110, %11111110, %11111110
|
||||
IncGradGBPalTable_02:: db %11111001, %11111001, %11111001
|
||||
IncGradGBPalTable_03:: db %11100100, %11100100, %11100100
|
||||
IncGradGBPalTable_04:: db %11100100, %11100100, %11100100
|
||||
IncGradGBPalTable_05:: db %10010000, %10010000, %10010000
|
||||
IncGradGBPalTable_06:: db %01000000, %01000000, %01000000
|
||||
IncGradGBPalTable_07:: db %00000000, %00000000, %00000000
|
||||
; bgp obp1 obp2
|
||||
IncGradGBPalTable_08: db %11111111, %11111111, %11111111
|
||||
IncGradGBPalTable_09: db %11111110, %11111110, %11111000
|
||||
IncGradGBPalTable_10: db %11111001, %11100100, %11100100
|
||||
IncGradGBPalTable_11: db %11100100, %11010000, %11100000
|
||||
IncGradGBPalTable_12: db %11100100, %11010000, %11100000
|
||||
IncGradGBPalTable_13: db %10010000, %10000000, %10010000
|
||||
IncGradGBPalTable_14: db %01000000, %01000000, %01000000
|
||||
IncGradGBPalTable_15: db %00000000, %00000000, %00000000
|
||||
IncGradGBPalTable_08:: db %11111111, %11111111, %11111111
|
||||
IncGradGBPalTable_09:: db %11111110, %11111110, %11111000
|
||||
IncGradGBPalTable_10:: db %11111001, %11100100, %11100100
|
||||
IncGradGBPalTable_11:: db %11100100, %11010000, %11100000
|
||||
IncGradGBPalTable_12:: db %11100100, %11010000, %11100000
|
||||
IncGradGBPalTable_13:: db %10010000, %10000000, %10010000
|
||||
IncGradGBPalTable_14:: db %01000000, %01000000, %01000000
|
||||
IncGradGBPalTable_15:: db %00000000, %00000000, %00000000
|
||||
; 547
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FarCall_de: ; 2d54
|
||||
FarCall_de:: ; 2d54
|
||||
; Call a:de.
|
||||
; Preserves other registers.
|
||||
|
||||
@ -16,7 +16,7 @@ FarCall_de: ; 2d54
|
||||
; 2d63
|
||||
|
||||
|
||||
FarCall_hl: ; 2d63
|
||||
FarCall_hl:: ; 2d63
|
||||
; Call a:hl.
|
||||
; Preserves other registers.
|
||||
|
||||
@ -28,7 +28,7 @@ FarCall_hl: ; 2d63
|
||||
call Function2d82
|
||||
; 2d6e
|
||||
|
||||
ReturnFarCall: ; 2d6e
|
||||
ReturnFarCall:: ; 2d6e
|
||||
; We want to retain the contents of f.
|
||||
; To do this, we can pop to bc instead of af.
|
||||
|
||||
@ -49,7 +49,7 @@ ReturnFarCall: ; 2d6e
|
||||
ret
|
||||
; 2d82
|
||||
|
||||
Function2d82: ; 2d82
|
||||
Function2d82:: ; 2d82
|
||||
jp [hl]
|
||||
; 2d83
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
Function2e50: ; 2e50
|
||||
Function2e50:: ; 2e50
|
||||
xor a
|
||||
ld hl, EventFlags
|
||||
ld [hli], a
|
||||
ret
|
||||
; 2e56
|
||||
|
||||
Function2e56: ; 2e56
|
||||
Function2e56:: ; 2e56
|
||||
xor a
|
||||
ld hl, BikeFlags
|
||||
ld [hli], a
|
||||
@ -13,7 +13,7 @@ Function2e56: ; 2e56
|
||||
ret
|
||||
; 2e5d
|
||||
|
||||
Function2e5d: ; 2e5d
|
||||
Function2e5d:: ; 2e5d
|
||||
ld a, [$d19a]
|
||||
cp $2
|
||||
jr z, .asm_2e69
|
||||
@ -28,12 +28,12 @@ Function2e5d: ; 2e5d
|
||||
; 2e6f
|
||||
|
||||
|
||||
EventFlagAction: ; 0x2e6f
|
||||
EventFlagAction:: ; 0x2e6f
|
||||
ld hl, EventFlags
|
||||
call FlagAction
|
||||
ret
|
||||
|
||||
FlagAction: ; 0x2e76
|
||||
FlagAction:: ; 0x2e76
|
||||
; Perform action b on bit de in flag array hl.
|
||||
|
||||
; inputs:
|
||||
@ -102,7 +102,7 @@ FlagAction: ; 0x2e76
|
||||
; 0x2ead
|
||||
|
||||
|
||||
Function2ead: ; 2ead
|
||||
Function2ead:: ; 2ead
|
||||
ld de, ENGINE_POKEDEX
|
||||
ld b, CHECK_FLAG
|
||||
callba EngineFlagAction
|
||||
|
@ -1,4 +1,4 @@
|
||||
ResetGameTime: ; 208a
|
||||
ResetGameTime:: ; 208a
|
||||
xor a
|
||||
ld [GameTimeCap], a
|
||||
ld [GameTimeHours], a
|
||||
@ -10,7 +10,7 @@ ResetGameTime: ; 208a
|
||||
; 209e
|
||||
|
||||
|
||||
GameTimer: ; 209e
|
||||
GameTimer:: ; 209e
|
||||
|
||||
nop
|
||||
|
||||
@ -27,7 +27,7 @@ GameTimer: ; 209e
|
||||
; 20ad
|
||||
|
||||
|
||||
UpdateGameTimer: ; 20ad
|
||||
UpdateGameTimer:: ; 20ad
|
||||
; Increment the game timer by one frame.
|
||||
; The game timer is capped at 999:59:59.00.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AskSerial: ; 2063
|
||||
AskSerial:: ; 2063
|
||||
; send out a handshake while serial int is off
|
||||
ld a, [$c2d4]
|
||||
bit 0, a
|
||||
|
@ -1,4 +1,4 @@
|
||||
Reset: ; 150
|
||||
Reset:: ; 150
|
||||
di
|
||||
call SoundRestart
|
||||
xor a
|
||||
@ -20,7 +20,7 @@ Reset: ; 150
|
||||
; 16e
|
||||
|
||||
|
||||
_Start: ; 16e
|
||||
_Start:: ; 16e
|
||||
cp $11
|
||||
jr z, .asm_175
|
||||
xor a
|
||||
@ -36,7 +36,7 @@ _Start: ; 16e
|
||||
; 17d
|
||||
|
||||
|
||||
Init: ; 17d
|
||||
Init:: ; 17d
|
||||
|
||||
di
|
||||
|
||||
@ -177,7 +177,7 @@ Init: ; 17d
|
||||
; 245
|
||||
|
||||
|
||||
ClearVRAM: ; 245
|
||||
ClearVRAM:: ; 245
|
||||
; Wipe VRAM banks 0 and 1
|
||||
|
||||
ld a, 1
|
||||
@ -194,7 +194,7 @@ ClearVRAM: ; 245
|
||||
ret
|
||||
; 25a
|
||||
|
||||
ClearWRAM: ; 25a
|
||||
ClearWRAM:: ; 25a
|
||||
; Wipe swappable WRAM banks (1-7)
|
||||
|
||||
ld a, 1
|
||||
@ -212,7 +212,7 @@ ClearWRAM: ; 25a
|
||||
ret
|
||||
; 270
|
||||
|
||||
Function270: ; 270
|
||||
Function270:: ; 270
|
||||
ld a, $0
|
||||
call GetSRAMBank
|
||||
ld hl, $a000
|
||||
|
@ -1,9 +1,9 @@
|
||||
DoItemEffect: ; 2f3f
|
||||
DoItemEffect:: ; 2f3f
|
||||
callba _DoItemEffect
|
||||
ret
|
||||
; 2f46
|
||||
|
||||
CheckTossableItem: ; 2f46
|
||||
CheckTossableItem:: ; 2f46
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -14,7 +14,7 @@ CheckTossableItem: ; 2f46
|
||||
ret
|
||||
; 2f53
|
||||
|
||||
TossItem: ; 2f53
|
||||
TossItem:: ; 2f53
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -34,7 +34,7 @@ TossItem: ; 2f53
|
||||
ret
|
||||
; 2f66
|
||||
|
||||
ReceiveItem: ; 2f66
|
||||
ReceiveItem:: ; 2f66
|
||||
push bc
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -54,7 +54,7 @@ ReceiveItem: ; 2f66
|
||||
ret
|
||||
; 2f79
|
||||
|
||||
CheckItem: ; 2f79
|
||||
CheckItem:: ; 2f79
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
|
@ -1,4 +1,4 @@
|
||||
JoypadInt: ; 92e
|
||||
JoypadInt:: ; 92e
|
||||
; Replaced by Joypad, called from VBlank instead of the useless
|
||||
; joypad interrupt.
|
||||
|
||||
@ -6,7 +6,7 @@ JoypadInt: ; 92e
|
||||
reti
|
||||
; 92f
|
||||
|
||||
ClearJoypad: ; 92f
|
||||
ClearJoypad:: ; 92f
|
||||
xor a
|
||||
; Pressed this frame (delta)
|
||||
ld [hJoyPressed], a
|
||||
@ -15,7 +15,7 @@ ClearJoypad: ; 92f
|
||||
ret
|
||||
; 935
|
||||
|
||||
Joypad: ; 935
|
||||
Joypad:: ; 935
|
||||
; Read the joypad register and translate it to something more
|
||||
; workable for use in-game. There are 8 buttons, so we can use
|
||||
; one byte to contain all player input.
|
||||
@ -109,7 +109,7 @@ Joypad: ; 935
|
||||
; 984
|
||||
|
||||
|
||||
GetJoypad: ; 984
|
||||
GetJoypad:: ; 984
|
||||
; Update mirror joypad input from hJoypadDown (real input)
|
||||
|
||||
; hJoyReleased: released this frame (delta)
|
||||
@ -238,7 +238,7 @@ GetJoypad: ; 984
|
||||
; 9ee
|
||||
|
||||
|
||||
StartAutoInput: ; 9ee
|
||||
StartAutoInput:: ; 9ee
|
||||
; Start reading automated input stream at a:hl.
|
||||
|
||||
ld [AutoInputBank], a
|
||||
@ -261,7 +261,7 @@ StartAutoInput: ; 9ee
|
||||
; a0a
|
||||
|
||||
|
||||
StopAutoInput: ; a0a
|
||||
StopAutoInput:: ; a0a
|
||||
; Clear variables related to automated input.
|
||||
xor a
|
||||
ld [AutoInputBank], a
|
||||
@ -274,7 +274,7 @@ StopAutoInput: ; a0a
|
||||
; a1b
|
||||
|
||||
|
||||
Functiona1b: ; a1b
|
||||
Functiona1b:: ; a1b
|
||||
|
||||
call DelayFrame
|
||||
|
||||
@ -302,7 +302,7 @@ Functiona1b: ; a1b
|
||||
; a36
|
||||
|
||||
|
||||
Functiona36: ; a36
|
||||
Functiona36:: ; a36
|
||||
call DelayFrame
|
||||
call GetJoypad
|
||||
ld a, [hJoyPressed]
|
||||
@ -312,7 +312,7 @@ Functiona36: ; a36
|
||||
jr Functiona36
|
||||
; a46
|
||||
|
||||
Functiona46: ; a46
|
||||
Functiona46:: ; a46
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, 1
|
||||
@ -324,7 +324,7 @@ Functiona46: ; a46
|
||||
ret
|
||||
; a57
|
||||
|
||||
Functiona57: ; a57
|
||||
Functiona57:: ; a57
|
||||
call GetJoypad
|
||||
ld a, [$ffaa]
|
||||
and a
|
||||
@ -354,7 +354,7 @@ Functiona57: ; a57
|
||||
ret
|
||||
; a80
|
||||
|
||||
Functiona80: ; a80
|
||||
Functiona80:: ; a80
|
||||
ld a, [$ffaf]
|
||||
push af
|
||||
ld a, [$ffb0]
|
||||
@ -379,7 +379,7 @@ Functiona80: ; a80
|
||||
ret
|
||||
; aa5
|
||||
|
||||
Functionaa5: ; aa5
|
||||
Functionaa5:: ; aa5
|
||||
call Functiona57
|
||||
ld a, [$ffa9]
|
||||
and A_BUTTON | B_BUTTON
|
||||
@ -387,7 +387,7 @@ Functionaa5: ; aa5
|
||||
ret
|
||||
; aaf
|
||||
|
||||
Functionaaf: ; aaf
|
||||
Functionaaf:: ; aaf
|
||||
ld a, [InLinkBattle]
|
||||
and a
|
||||
jr nz, .asm_ac1
|
||||
@ -403,7 +403,7 @@ Functionaaf: ; aaf
|
||||
jp DelayFrames
|
||||
; ac6
|
||||
|
||||
Functionac6: ; ac6
|
||||
Functionac6:: ; ac6
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, $1
|
||||
@ -430,7 +430,7 @@ Functionac6: ; ac6
|
||||
ret
|
||||
; af5
|
||||
|
||||
Functionaf5: ; af5
|
||||
Functionaf5:: ; af5
|
||||
ld a, [$ff9b]
|
||||
and $10
|
||||
jr z, .asm_aff
|
||||
@ -445,7 +445,7 @@ Functionaf5: ; af5
|
||||
ret
|
||||
; b06
|
||||
|
||||
Functionb06: ; b06
|
||||
Functionb06:: ; b06
|
||||
push bc
|
||||
ld a, [hl]
|
||||
ld b, a
|
||||
|
@ -1,7 +1,7 @@
|
||||
; LCD handling
|
||||
|
||||
|
||||
Function547: ; 547
|
||||
Function547:: ; 547
|
||||
ld a, [hLCDStatCustom]
|
||||
cp rSCX & $ff
|
||||
ret nz
|
||||
@ -12,7 +12,7 @@ Function547: ; 547
|
||||
; 552
|
||||
|
||||
|
||||
LCD: ; 552
|
||||
LCD:: ; 552
|
||||
push af
|
||||
ld a, [hLCDStatCustom]
|
||||
and a
|
||||
@ -37,7 +37,7 @@ LCD: ; 552
|
||||
; 568
|
||||
|
||||
|
||||
DisableLCD: ; 568
|
||||
DisableLCD:: ; 568
|
||||
; Turn the LCD off
|
||||
|
||||
; Don't need to do anything if the LCD is already off
|
||||
@ -72,7 +72,7 @@ DisableLCD: ; 568
|
||||
; 58a
|
||||
|
||||
|
||||
EnableLCD: ; 58a
|
||||
EnableLCD:: ; 58a
|
||||
ld a, [rLCDC]
|
||||
set 7, a ; lcd enable
|
||||
ld [rLCDC], a
|
||||
|
242
home/map.asm
242
home/map.asm
@ -1,6 +1,6 @@
|
||||
; Functions dealing with rendering and interacting with maps.
|
||||
|
||||
Function210f: ; 210f
|
||||
Function210f:: ; 210f
|
||||
ld hl, $c7e8
|
||||
ld bc, $0018
|
||||
ld a, $0
|
||||
@ -8,7 +8,7 @@ Function210f: ; 210f
|
||||
ret
|
||||
; 211b
|
||||
|
||||
Function211b: ; 211b
|
||||
Function211b:: ; 211b
|
||||
push hl
|
||||
ld hl, $dbf7
|
||||
ld a, [hli]
|
||||
@ -24,7 +24,7 @@ Function211b: ; 211b
|
||||
ret
|
||||
; 212a
|
||||
|
||||
Function212a: ; 212a
|
||||
Function212a:: ; 212a
|
||||
ld a, [MapGroup]
|
||||
ld b, a
|
||||
ld a, [MapNumber]
|
||||
@ -42,7 +42,7 @@ Function212a: ; 212a
|
||||
ret
|
||||
; 2147
|
||||
|
||||
Function2147: ; 2147
|
||||
Function2147:: ; 2147
|
||||
push bc
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -87,13 +87,13 @@ Function2147: ; 2147
|
||||
ret
|
||||
; 2173
|
||||
|
||||
Function2173: ; 2173
|
||||
Function2173:: ; 2173
|
||||
call Function217a
|
||||
call Functiondb1
|
||||
ret
|
||||
; 217a
|
||||
|
||||
Function217a: ; 217a
|
||||
Function217a:: ; 217a
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
|
||||
@ -115,7 +115,7 @@ Function217a: ; 217a
|
||||
ret
|
||||
; 2198
|
||||
|
||||
Function2198: ; 2198
|
||||
Function2198:: ; 2198
|
||||
ld a, [$d194]
|
||||
ld e, a
|
||||
ld a, [$d195]
|
||||
@ -211,7 +211,7 @@ endr
|
||||
ret
|
||||
; 222a
|
||||
|
||||
Function222a: ; 222a
|
||||
Function222a:: ; 222a
|
||||
ld a, $fa
|
||||
ld [$ff9f], a
|
||||
callba RunMapSetupScript
|
||||
@ -220,7 +220,7 @@ Function222a: ; 222a
|
||||
ret
|
||||
; 2238
|
||||
|
||||
Function2238: ; 2238
|
||||
Function2238:: ; 2238
|
||||
call Function2252
|
||||
ret nc
|
||||
push bc
|
||||
@ -234,14 +234,14 @@ Function2238: ; 2238
|
||||
|
||||
|
||||
|
||||
Function224a: ; 224a
|
||||
Function224a:: ; 224a
|
||||
call Function2252
|
||||
ret nc
|
||||
call Function22a7
|
||||
ret
|
||||
; 2252
|
||||
|
||||
Function2252: ; 2252
|
||||
Function2252:: ; 2252
|
||||
callba Function1499a
|
||||
ret nc
|
||||
|
||||
@ -257,7 +257,7 @@ Function2252: ; 2252
|
||||
ret
|
||||
; 2266
|
||||
|
||||
Function2266: ; 2266
|
||||
Function2266:: ; 2266
|
||||
ld a, [MapY]
|
||||
sub $4
|
||||
ld e, a
|
||||
@ -308,14 +308,14 @@ Function2266: ; 2266
|
||||
ret
|
||||
; 22a3
|
||||
|
||||
Function22a3: ; 22a3
|
||||
Function22a3:: ; 22a3
|
||||
inc hl
|
||||
inc hl
|
||||
scf
|
||||
ret
|
||||
; 22a7
|
||||
|
||||
Function22a7: ; 22a7
|
||||
Function22a7:: ; 22a7
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
|
||||
@ -328,7 +328,7 @@ Function22a7: ; 22a7
|
||||
ret
|
||||
; 22b4
|
||||
|
||||
Function22b4: ; 22b4
|
||||
Function22b4:: ; 22b4
|
||||
push bc
|
||||
ld hl, $dbfc
|
||||
ld a, [hli]
|
||||
@ -365,14 +365,14 @@ Function22b4: ; 22b4
|
||||
|
||||
|
||||
|
||||
CheckOutdoorMap: ; 22ee
|
||||
CheckOutdoorMap:: ; 22ee
|
||||
cp ROUTE
|
||||
ret z
|
||||
cp TOWN
|
||||
ret
|
||||
; 22f4
|
||||
|
||||
CheckIndoorMap: ; 22f4
|
||||
CheckIndoorMap:: ; 22f4
|
||||
cp INDOOR
|
||||
ret z
|
||||
cp CAVE
|
||||
@ -383,7 +383,7 @@ CheckIndoorMap: ; 22f4
|
||||
ret
|
||||
; 2300
|
||||
|
||||
Function2300: ; 2300
|
||||
Function2300:: ; 2300
|
||||
cp INDOOR
|
||||
ret z
|
||||
cp GATE
|
||||
@ -393,7 +393,7 @@ Function2300: ; 2300
|
||||
; 2309
|
||||
|
||||
|
||||
Function2309: ; 2309
|
||||
Function2309:: ; 2309
|
||||
call Function2326
|
||||
call Function2c52
|
||||
call Function234f
|
||||
@ -402,7 +402,7 @@ Function2309: ; 2309
|
||||
ret
|
||||
; 2317
|
||||
|
||||
Function2317: ; 2317
|
||||
Function2317:: ; 2317
|
||||
call Function2326
|
||||
call Function2c52
|
||||
call Function234f
|
||||
@ -411,7 +411,7 @@ Function2317: ; 2317
|
||||
ret
|
||||
; 2326
|
||||
|
||||
Function2326: ; 2326
|
||||
Function2326:: ; 2326
|
||||
call Function2c3d
|
||||
call SwitchToMapBank
|
||||
call GetSecondaryMapHeaderPointer
|
||||
@ -420,7 +420,7 @@ Function2326: ; 2326
|
||||
ret
|
||||
; 2336
|
||||
|
||||
Function2336: ; 2336
|
||||
Function2336:: ; 2336
|
||||
push af
|
||||
ld hl, MapEventHeaderPointer
|
||||
ld a, [hli]
|
||||
@ -438,7 +438,7 @@ Function2336: ; 2336
|
||||
ret
|
||||
; 234f
|
||||
|
||||
Function234f: ; 234f
|
||||
Function234f:: ; 234f
|
||||
ld hl, MapScriptHeaderPointer
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -448,7 +448,7 @@ Function234f: ; 234f
|
||||
ret
|
||||
; 235c
|
||||
|
||||
Function235c: ; 235c
|
||||
Function235c:: ; 235c
|
||||
ld de, $d19d
|
||||
ld c, $c
|
||||
.asm_2361
|
||||
@ -460,7 +460,7 @@ Function235c: ; 235c
|
||||
ret
|
||||
; 2368
|
||||
|
||||
Function2368: ; 2368
|
||||
Function2368:: ; 2368
|
||||
ld a, $ff
|
||||
ld [NorthConnectedMapGroup], a
|
||||
ld [SouthConnectedMapGroup], a
|
||||
@ -498,7 +498,7 @@ Function2368: ; 2368
|
||||
; 23a3
|
||||
|
||||
|
||||
GetMapConnection: ; 23a3
|
||||
GetMapConnection:: ; 23a3
|
||||
; Load map connection struct at hl into de.
|
||||
ld c, SouthMapConnection - NorthMapConnection
|
||||
.loop
|
||||
@ -511,7 +511,7 @@ GetMapConnection: ; 23a3
|
||||
; 23ac
|
||||
|
||||
|
||||
Function23ac: ; 23ac
|
||||
Function23ac:: ; 23ac
|
||||
ld a, [hli]
|
||||
ld c, a
|
||||
ld [$dc07], a
|
||||
@ -527,7 +527,7 @@ Function23ac: ; 23ac
|
||||
ret
|
||||
; 23c3
|
||||
|
||||
Function23c3: ; 23c3
|
||||
Function23c3:: ; 23c3
|
||||
ld a, [hli]
|
||||
ld c, a
|
||||
ld [$dc0a], a
|
||||
@ -543,7 +543,7 @@ Function23c3: ; 23c3
|
||||
ret
|
||||
; 23da
|
||||
|
||||
Function23da: ; 23da
|
||||
Function23da:: ; 23da
|
||||
ld a, [hli]
|
||||
ld c, a
|
||||
ld [$dbfb], a
|
||||
@ -559,7 +559,7 @@ Function23da: ; 23da
|
||||
ret
|
||||
; 23f1
|
||||
|
||||
Function23f1: ; 23f1
|
||||
Function23f1:: ; 23f1
|
||||
ld a, [hli]
|
||||
ld c, a
|
||||
ld [$dbfe], a
|
||||
@ -575,7 +575,7 @@ Function23f1: ; 23f1
|
||||
ret
|
||||
; 2408
|
||||
|
||||
Function2408: ; 2408
|
||||
Function2408:: ; 2408
|
||||
ld a, [hli]
|
||||
ld c, a
|
||||
ld [$dc01], a
|
||||
@ -591,7 +591,7 @@ Function2408: ; 2408
|
||||
ret
|
||||
; 241f
|
||||
|
||||
Function241f: ; 241f
|
||||
Function241f:: ; 241f
|
||||
push hl
|
||||
call Function2471
|
||||
pop de
|
||||
@ -628,7 +628,7 @@ Function241f: ; 241f
|
||||
ret
|
||||
; 2457
|
||||
|
||||
Function2457: ; 2457
|
||||
Function2457:: ; 2457
|
||||
and a
|
||||
ret z
|
||||
ld c, a
|
||||
@ -653,7 +653,7 @@ Function2457: ; 2457
|
||||
ret
|
||||
; 2471
|
||||
|
||||
Function2471: ; 2471
|
||||
Function2471:: ; 2471
|
||||
ld hl, $d4fe
|
||||
ld bc, $01e0
|
||||
xor a
|
||||
@ -670,7 +670,7 @@ Function2471: ; 2471
|
||||
ret
|
||||
; 248a
|
||||
|
||||
Function248a: ; 248a
|
||||
Function248a:: ; 248a
|
||||
call GetMapScriptHeaderBank
|
||||
rst Bankswitch
|
||||
|
||||
@ -701,7 +701,7 @@ Function248a: ; 248a
|
||||
ret
|
||||
; 24ba
|
||||
|
||||
Function24ba: ; 24ba
|
||||
Function24ba:: ; 24ba
|
||||
ld a, [$d149]
|
||||
ld [$dcac], a
|
||||
ld a, [$d14a]
|
||||
@ -711,7 +711,7 @@ Function24ba: ; 24ba
|
||||
ret
|
||||
; 24cd
|
||||
|
||||
Function24cd: ; 24cd
|
||||
Function24cd:: ; 24cd
|
||||
ld hl, OverworldMap
|
||||
ld bc, OverworldMapEnd - OverworldMap
|
||||
ld a, 0
|
||||
@ -725,7 +725,7 @@ Function24cd: ; 24cd
|
||||
|
||||
|
||||
|
||||
Function24e4: ; 24e4
|
||||
Function24e4:: ; 24e4
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
|
||||
@ -777,7 +777,7 @@ Function24e4: ; 24e4
|
||||
|
||||
|
||||
|
||||
FillMapConnections: ; 2524
|
||||
FillMapConnections:: ; 2524
|
||||
|
||||
; North
|
||||
ld a, [NorthConnectedMapGroup]
|
||||
@ -876,8 +876,8 @@ FillMapConnections: ; 2524
|
||||
; 25d3
|
||||
|
||||
|
||||
FillNorthConnectionStrip:
|
||||
FillSouthConnectionStrip: ; 25d3
|
||||
FillNorthConnectionStrip::
|
||||
FillSouthConnectionStrip:: ; 25d3
|
||||
|
||||
ld c, 3
|
||||
.y
|
||||
@ -913,8 +913,8 @@ FillSouthConnectionStrip: ; 25d3
|
||||
; 25f6
|
||||
|
||||
|
||||
FillWestConnectionStrip:
|
||||
FillEastConnectionStrip: ; 25f6
|
||||
FillWestConnectionStrip::
|
||||
FillEastConnectionStrip:: ; 25f6
|
||||
|
||||
.asm_25f6
|
||||
ld a, [MapWidth]
|
||||
@ -952,13 +952,13 @@ FillEastConnectionStrip: ; 25f6
|
||||
ret
|
||||
; 261b
|
||||
|
||||
Function261b: ; 261b
|
||||
Function261b:: ; 261b
|
||||
ld [$d432], a
|
||||
ret
|
||||
; 261f
|
||||
|
||||
|
||||
CallScript: ; 261f
|
||||
CallScript:: ; 261f
|
||||
; Call a script at a:hl.
|
||||
|
||||
ld [ScriptBank], a
|
||||
@ -974,7 +974,7 @@ CallScript: ; 261f
|
||||
ret
|
||||
; 2631
|
||||
|
||||
Function2631: ; 2631
|
||||
Function2631:: ; 2631
|
||||
ld a, [ScriptRunning]
|
||||
and a
|
||||
ret nz
|
||||
@ -982,7 +982,7 @@ Function2631: ; 2631
|
||||
jr CallScript
|
||||
; 263b
|
||||
|
||||
Function263b: ; 263b
|
||||
Function263b:: ; 263b
|
||||
ld b, a
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -1002,7 +1002,7 @@ Function263b: ; 263b
|
||||
ret
|
||||
; 2653
|
||||
|
||||
Function2653: ; 2653
|
||||
Function2653:: ; 2653
|
||||
ld a, [$dc0a]
|
||||
ld c, a
|
||||
and a
|
||||
@ -1033,7 +1033,7 @@ Function2653: ; 2653
|
||||
ret
|
||||
; 2674
|
||||
|
||||
Function2674: ; 2674
|
||||
Function2674:: ; 2674
|
||||
callba Unknown_0x974f3
|
||||
ld a, [ScriptMode]
|
||||
push af
|
||||
@ -1050,7 +1050,7 @@ Function2674: ; 2674
|
||||
ret
|
||||
; 269a
|
||||
|
||||
Function269a: ; 269a
|
||||
Function269a:: ; 269a
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
|
||||
@ -1073,7 +1073,7 @@ Function269a: ; 269a
|
||||
ret
|
||||
; 26b7
|
||||
|
||||
Function26b7: ; 26b7
|
||||
Function26b7:: ; 26b7
|
||||
; Call a:de.
|
||||
|
||||
ld [hBuffer], a
|
||||
@ -1093,7 +1093,7 @@ Function26b7: ; 26b7
|
||||
ret
|
||||
; 26c7
|
||||
|
||||
Function26c7: ; 26c7
|
||||
Function26c7:: ; 26c7
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
ld a, b
|
||||
@ -1109,7 +1109,7 @@ Function26c7: ; 26c7
|
||||
; 26d4
|
||||
|
||||
|
||||
GetScriptByte: ; 0x26d4
|
||||
GetScriptByte:: ; 0x26d4
|
||||
; Return byte at ScriptBank:ScriptPos in a.
|
||||
|
||||
push hl
|
||||
@ -1141,37 +1141,37 @@ GetScriptByte: ; 0x26d4
|
||||
; 0x26ef
|
||||
|
||||
|
||||
ObjectEvent: ; 0x26ef
|
||||
ObjectEvent:: ; 0x26ef
|
||||
jumptextfaceplayer ObjectEventText
|
||||
; 0x26f2
|
||||
|
||||
ObjectEventText:
|
||||
ObjectEventText::
|
||||
TX_FAR _ObjectEventText
|
||||
db "@"
|
||||
; 0x26f7
|
||||
|
||||
|
||||
BGEvent: ; 26f7
|
||||
BGEvent:: ; 26f7
|
||||
jumptext BGEventText
|
||||
; 26fa
|
||||
|
||||
BGEventText: ; 26fa
|
||||
BGEventText:: ; 26fa
|
||||
text_jump UnknownText_0x1c46fc
|
||||
db "@"
|
||||
; 26ff
|
||||
|
||||
|
||||
CoordinatesEvent: ; 26ff
|
||||
CoordinatesEvent:: ; 26ff
|
||||
jumptext CoordinatesEventText
|
||||
; 2702
|
||||
|
||||
CoordinatesEventText: ; 2702
|
||||
CoordinatesEventText:: ; 2702
|
||||
text_jump UnknownText_0x1c4706
|
||||
db "@"
|
||||
; 2707
|
||||
|
||||
|
||||
Function2707: ; 2707
|
||||
Function2707:: ; 2707
|
||||
ld a, [hConnectionStripLength]
|
||||
ld e, a
|
||||
ld d, $0
|
||||
@ -1181,7 +1181,7 @@ Function2707: ; 2707
|
||||
ret
|
||||
; 2712
|
||||
|
||||
Function2712: ; 2712
|
||||
Function2712:: ; 2712
|
||||
ld a, [hConnectionStripLength]
|
||||
ld e, a
|
||||
ld d, $0
|
||||
@ -1191,7 +1191,7 @@ Function2712: ; 2712
|
||||
ret
|
||||
; 271e
|
||||
|
||||
Function271e: ; 271e
|
||||
Function271e:: ; 271e
|
||||
ld a, [hConnectionStripLength]
|
||||
ld e, a
|
||||
ld d, $0
|
||||
@ -1202,7 +1202,7 @@ Function271e: ; 271e
|
||||
; 272a
|
||||
|
||||
|
||||
Function272a: ; 272a
|
||||
Function272a:: ; 272a
|
||||
ld hl, TileMap
|
||||
ld de, BGMapBuffer
|
||||
call Function27b7
|
||||
@ -1218,7 +1218,7 @@ Function272a: ; 272a
|
||||
ret
|
||||
; 2748
|
||||
|
||||
Function2748: ; 2748
|
||||
Function2748:: ; 2748
|
||||
ld hl, $c5e0
|
||||
ld de, BGMapBuffer
|
||||
call Function27b7
|
||||
@ -1241,7 +1241,7 @@ Function2748: ; 2748
|
||||
ret
|
||||
; 2771
|
||||
|
||||
Function2771: ; 2771
|
||||
Function2771:: ; 2771
|
||||
ld hl, TileMap
|
||||
ld de, BGMapBuffer
|
||||
call Function27c0
|
||||
@ -1257,7 +1257,7 @@ Function2771: ; 2771
|
||||
ret
|
||||
; 278f
|
||||
|
||||
Function278f: ; 278f
|
||||
Function278f:: ; 278f
|
||||
ld hl, $c4b2
|
||||
ld de, BGMapBuffer
|
||||
call Function27c0
|
||||
@ -1280,7 +1280,7 @@ Function278f: ; 278f
|
||||
ret
|
||||
; 27b7
|
||||
|
||||
Function27b7: ; 27b7
|
||||
Function27b7:: ; 27b7
|
||||
ld c, $28
|
||||
.asm_27b9
|
||||
ld a, [hli]
|
||||
@ -1291,7 +1291,7 @@ Function27b7: ; 27b7
|
||||
ret
|
||||
; 27c0
|
||||
|
||||
Function27c0: ; 27c0
|
||||
Function27c0:: ; 27c0
|
||||
ld c, $12
|
||||
.asm_27c2
|
||||
ld a, [hli]
|
||||
@ -1312,7 +1312,7 @@ Function27c0: ; 27c0
|
||||
ret
|
||||
; 27d3
|
||||
|
||||
Function27d3: ; 27d3
|
||||
Function27d3:: ; 27d3
|
||||
ld hl, BGMapBufferPtrs
|
||||
push de
|
||||
call .asm_27df
|
||||
@ -1344,7 +1344,7 @@ Function27d3: ; 27d3
|
||||
ret
|
||||
; 27f8
|
||||
|
||||
Function27f8: ; 27f8
|
||||
Function27f8:: ; 27f8
|
||||
ld hl, BGMapBufferPtrs
|
||||
ld c, $12
|
||||
.asm_27fd
|
||||
@ -1370,7 +1370,7 @@ Function27f8: ; 27f8
|
||||
ret
|
||||
; 2816
|
||||
|
||||
Function2816: ; 2816
|
||||
Function2816:: ; 2816
|
||||
ld hl, BGMapBuffer
|
||||
ld bc, $0078
|
||||
xor a
|
||||
@ -1378,7 +1378,7 @@ Function2816: ; 2816
|
||||
ret
|
||||
; 2821
|
||||
|
||||
Function2821: ; 2821
|
||||
Function2821:: ; 2821
|
||||
ld hl, TilesetAddress
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -1426,7 +1426,7 @@ Function2821: ; 2821
|
||||
ret
|
||||
; 2879
|
||||
|
||||
Function2879: ; 2879
|
||||
Function2879:: ; 2879
|
||||
ld hl, $d194
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -1455,7 +1455,7 @@ Function2879: ; 2879
|
||||
ret
|
||||
; 289d
|
||||
|
||||
Function289d: ; 289d
|
||||
Function289d:: ; 289d
|
||||
ld hl, $d194
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -1505,7 +1505,7 @@ Function289d: ; 289d
|
||||
jr Function28f7
|
||||
|
||||
|
||||
Function28e3: ; 28e3
|
||||
Function28e3:: ; 28e3
|
||||
ld hl, $d194
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -1517,7 +1517,7 @@ Function28e3: ; 28e3
|
||||
ld b, $6
|
||||
ld c, $5
|
||||
|
||||
Function28f7: ; 28f7
|
||||
Function28f7:: ; 28f7
|
||||
.asm_28f7
|
||||
push bc
|
||||
push hl
|
||||
@ -1547,7 +1547,7 @@ Function28f7: ; 28f7
|
||||
ret
|
||||
; 2914
|
||||
|
||||
Function2914: ; 2914
|
||||
Function2914:: ; 2914
|
||||
xor a
|
||||
ld [TilePermissions], a
|
||||
call Function296c
|
||||
@ -1579,7 +1579,7 @@ Function2914: ; 2914
|
||||
db 1, 2, 4, 8, 9, 10, 5, 6
|
||||
; 294d
|
||||
|
||||
Function294d: ; 294d
|
||||
Function294d:: ; 294d
|
||||
ld a, [MapX]
|
||||
ld d, a
|
||||
ld a, [MapY]
|
||||
@ -1597,7 +1597,7 @@ Function294d: ; 294d
|
||||
ret
|
||||
; 296c
|
||||
|
||||
Function296c: ; 296c
|
||||
Function296c:: ; 296c
|
||||
ld a, [MapX]
|
||||
ld d, a
|
||||
ld a, [MapY]
|
||||
@ -1615,7 +1615,7 @@ Function296c: ; 296c
|
||||
ret
|
||||
; 298b
|
||||
|
||||
Function298b: ; 298b
|
||||
Function298b:: ; 298b
|
||||
call Function29ff
|
||||
ret nz
|
||||
ld a, [TileDown]
|
||||
@ -1634,7 +1634,7 @@ Function298b: ; 298b
|
||||
ret
|
||||
; 29a8
|
||||
|
||||
Function29a8: ; 29a8
|
||||
Function29a8:: ; 29a8
|
||||
call Function29ff
|
||||
ret nz
|
||||
ld a, [TileUp]
|
||||
@ -1653,7 +1653,7 @@ Function29a8: ; 29a8
|
||||
ret
|
||||
; 29c5
|
||||
|
||||
Function29c5: ; 29c5
|
||||
Function29c5:: ; 29c5
|
||||
call Function29ff
|
||||
ret nz
|
||||
ld a, [TileRight]
|
||||
@ -1672,7 +1672,7 @@ Function29c5: ; 29c5
|
||||
ret
|
||||
; 29e2
|
||||
|
||||
Function29e2: ; 29e2
|
||||
Function29e2:: ; 29e2
|
||||
call Function29ff
|
||||
ret nz
|
||||
ld a, [TileLeft]
|
||||
@ -1691,7 +1691,7 @@ Function29e2: ; 29e2
|
||||
ret
|
||||
; 29ff
|
||||
|
||||
Function29ff: ; 29ff
|
||||
Function29ff:: ; 29ff
|
||||
and $f0
|
||||
cp $b0
|
||||
ret z
|
||||
@ -1700,7 +1700,7 @@ Function29ff: ; 29ff
|
||||
; 2a07
|
||||
|
||||
|
||||
GetFacingTileCoord: ; 2a07
|
||||
GetFacingTileCoord:: ; 2a07
|
||||
; Return map coordinates in (d, e) and tile id in a
|
||||
; of the tile the player is facing.
|
||||
|
||||
@ -1746,7 +1746,7 @@ GetFacingTileCoord: ; 2a07
|
||||
; 2a3c
|
||||
|
||||
|
||||
Function2a3c: ; 2a3c
|
||||
Function2a3c:: ; 2a3c
|
||||
call Function2a66
|
||||
ld a, [hl]
|
||||
and a
|
||||
@ -1780,7 +1780,7 @@ Function2a3c: ; 2a3c
|
||||
ret
|
||||
; 2a66
|
||||
|
||||
Function2a66: ; 2a66
|
||||
Function2a66:: ; 2a66
|
||||
ld a, [MapWidth]
|
||||
add $6
|
||||
ld c, a
|
||||
@ -1811,7 +1811,7 @@ Function2a66: ; 2a66
|
||||
; 2a8b
|
||||
|
||||
|
||||
CheckFacingSign: ; 2a8b
|
||||
CheckFacingSign:: ; 2a8b
|
||||
call GetFacingTileCoord
|
||||
ld b, a
|
||||
ld a, d
|
||||
@ -1834,7 +1834,7 @@ CheckFacingSign: ; 2a8b
|
||||
ret
|
||||
; 2aaa
|
||||
|
||||
Function2aaa: ; 2aaa
|
||||
Function2aaa:: ; 2aaa
|
||||
ld hl, $dc02
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -1872,7 +1872,7 @@ Function2aaa: ; 2aaa
|
||||
ret
|
||||
; 2ad4
|
||||
|
||||
Function2ad4: ; 2ad4
|
||||
Function2ad4:: ; 2ad4
|
||||
ld a, [$dbfe]
|
||||
and a
|
||||
ret z
|
||||
@ -1887,7 +1887,7 @@ Function2ad4: ; 2ad4
|
||||
ret
|
||||
; 2ae7
|
||||
|
||||
Function2ae7: ; 2ae7
|
||||
Function2ae7:: ; 2ae7
|
||||
ld hl, $dbff
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -1941,7 +1941,7 @@ Function2ae7: ; 2ae7
|
||||
; 2b29
|
||||
|
||||
|
||||
FadeToMenu: ; 2b29
|
||||
FadeToMenu:: ; 2b29
|
||||
xor a
|
||||
ld [hBGMapMode], a
|
||||
call Function1d6e
|
||||
@ -1952,7 +1952,7 @@ FadeToMenu: ; 2b29
|
||||
; 2b3c
|
||||
|
||||
|
||||
Function2b3c: ; 2b3c
|
||||
Function2b3c:: ; 2b3c
|
||||
call WhiteBGMap
|
||||
call Function2bae
|
||||
call Function1ad2
|
||||
@ -1961,7 +1961,7 @@ Function2b3c: ; 2b3c
|
||||
jr Function2b5c
|
||||
; 2b4d
|
||||
|
||||
Function2b4d: ; 2b4d
|
||||
Function2b4d:: ; 2b4d
|
||||
call WhiteBGMap
|
||||
call Function1d7d
|
||||
call Function2bae
|
||||
@ -1969,7 +1969,7 @@ Function2b4d: ; 2b4d
|
||||
call Functiond90
|
||||
; 2b5c
|
||||
|
||||
Function2b5c: ; 2b5c
|
||||
Function2b5c:: ; 2b5c
|
||||
ld b, $9
|
||||
call GetSGBLayout
|
||||
callba Function49409
|
||||
@ -1980,7 +1980,7 @@ Function2b5c: ; 2b5c
|
||||
; 2b74
|
||||
|
||||
|
||||
Function2b74: ; 0x2b74
|
||||
Function2b74:: ; 0x2b74
|
||||
push af
|
||||
ld a, $1
|
||||
ld [$c2ce], a
|
||||
@ -2005,7 +2005,7 @@ Function2b74: ; 0x2b74
|
||||
ret
|
||||
; 0x2bae
|
||||
|
||||
Function2bae: ; 2bae
|
||||
Function2bae:: ; 2bae
|
||||
call DisableLCD
|
||||
call ClearSprites
|
||||
callba Function14168
|
||||
@ -2031,14 +2031,14 @@ Function2bae: ; 2bae
|
||||
; 2be5
|
||||
|
||||
|
||||
GetMapHeaderPointer: ; 2be5
|
||||
GetMapHeaderPointer:: ; 2be5
|
||||
ld a, [MapGroup]
|
||||
ld b, a
|
||||
ld a, [MapNumber]
|
||||
ld c, a
|
||||
; 2bed
|
||||
|
||||
GetAnyMapHeaderPointer: ; 0x2bed
|
||||
GetAnyMapHeaderPointer:: ; 0x2bed
|
||||
; Prior to calling this function, you must have switched banks so that
|
||||
; MapGroupPointers is visible.
|
||||
|
||||
@ -2071,7 +2071,7 @@ GetAnyMapHeaderPointer: ; 0x2bed
|
||||
ret
|
||||
; 0x2c04
|
||||
|
||||
GetMapHeaderMember: ; 0x2c04
|
||||
GetMapHeaderMember:: ; 0x2c04
|
||||
; Extract data from the current map's header.
|
||||
|
||||
; inputs:
|
||||
@ -2087,7 +2087,7 @@ GetMapHeaderMember: ; 0x2c04
|
||||
ld c, a
|
||||
; fallthrough
|
||||
|
||||
GetAnyMapHeaderMember: ; 0x2c0c
|
||||
GetAnyMapHeaderMember:: ; 0x2c0c
|
||||
; bankswitch
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -2107,28 +2107,28 @@ GetAnyMapHeaderMember: ; 0x2c0c
|
||||
; 0x2c1c
|
||||
|
||||
|
||||
SwitchToMapBank: ; 2c1c
|
||||
SwitchToMapBank:: ; 2c1c
|
||||
ld a, [MapGroup]
|
||||
ld b, a
|
||||
ld a, [MapNumber]
|
||||
ld c, a
|
||||
; 2c24
|
||||
|
||||
SwitchToAnyMapBank: ; 2c24
|
||||
SwitchToAnyMapBank:: ; 2c24
|
||||
call GetAnyMapBank
|
||||
rst Bankswitch
|
||||
ret
|
||||
; 2c29
|
||||
|
||||
|
||||
GetMapBank: ; 2c29
|
||||
GetMapBank:: ; 2c29
|
||||
ld a, [MapGroup]
|
||||
ld b, a
|
||||
ld a, [MapNumber]
|
||||
ld c, a
|
||||
; 2c31
|
||||
|
||||
GetAnyMapBank: ; 2c31
|
||||
GetAnyMapBank:: ; 2c31
|
||||
push hl
|
||||
push de
|
||||
ld de, $0000
|
||||
@ -2139,7 +2139,7 @@ GetAnyMapBank: ; 2c31
|
||||
ret
|
||||
; 2c3d
|
||||
|
||||
Function2c3d: ; 2c3d
|
||||
Function2c3d:: ; 2c3d
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
ld a, $25
|
||||
@ -2153,19 +2153,19 @@ Function2c3d: ; 2c3d
|
||||
ret
|
||||
; 2c52
|
||||
|
||||
Function2c52: ; 2c52
|
||||
Function2c52:: ; 2c52
|
||||
ld a, [MapScriptHeaderBank]
|
||||
rst Bankswitch
|
||||
ret
|
||||
; 2c57
|
||||
|
||||
|
||||
GetMapScriptHeaderBank: ; 2c57
|
||||
GetMapScriptHeaderBank:: ; 2c57
|
||||
ld a, [MapScriptHeaderBank]
|
||||
ret
|
||||
; 2c5b
|
||||
|
||||
GetAnyMapBlockdataBank: ; 2c5b
|
||||
GetAnyMapBlockdataBank:: ; 2c5b
|
||||
; Return the blockdata bank for group b map c.
|
||||
push hl
|
||||
push de
|
||||
@ -2195,7 +2195,7 @@ GetAnyMapBlockdataBank: ; 2c5b
|
||||
ret
|
||||
; 2c7d
|
||||
|
||||
GetSecondaryMapHeaderPointer: ; 0x2c7d
|
||||
GetSecondaryMapHeaderPointer:: ; 0x2c7d
|
||||
; returns the current map's secondary map header pointer in hl.
|
||||
push bc
|
||||
push de
|
||||
@ -2208,7 +2208,7 @@ GetSecondaryMapHeaderPointer: ; 0x2c7d
|
||||
ret
|
||||
; 2c8a
|
||||
|
||||
GetMapPermission: ; 2c8a
|
||||
GetMapPermission:: ; 2c8a
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -2221,11 +2221,11 @@ GetMapPermission: ; 2c8a
|
||||
ret
|
||||
; 2c98
|
||||
|
||||
Function2c98: ; 2c98
|
||||
Function2c98:: ; 2c98
|
||||
ret
|
||||
; 2c99
|
||||
|
||||
GetAnyMapPermission: ; 2c99
|
||||
GetAnyMapPermission:: ; 2c99
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -2238,14 +2238,14 @@ GetAnyMapPermission: ; 2c99
|
||||
ret
|
||||
; 2ca7
|
||||
|
||||
GetAnyMapTileset: ; 2ca7
|
||||
GetAnyMapTileset:: ; 2ca7
|
||||
ld de, $0001
|
||||
call GetAnyMapHeaderMember
|
||||
ld a, c
|
||||
ret
|
||||
; 2caf
|
||||
|
||||
GetWorldMapLocation: ; 0x2caf
|
||||
GetWorldMapLocation:: ; 0x2caf
|
||||
; given a map group/id in bc, return its location on the Pokégear map.
|
||||
push hl
|
||||
push de
|
||||
@ -2259,7 +2259,7 @@ GetWorldMapLocation: ; 0x2caf
|
||||
ret
|
||||
; 0x2cbd
|
||||
|
||||
Function2cbd: ; 2cbd
|
||||
Function2cbd:: ; 2cbd
|
||||
push hl
|
||||
push bc
|
||||
ld de, $0006
|
||||
@ -2303,20 +2303,20 @@ Function2cbd: ; 2cbd
|
||||
jr .asm_2cd7
|
||||
; 2cff
|
||||
|
||||
Function2cff: ; 2cff
|
||||
Function2cff:: ; 2cff
|
||||
call Function2d0d
|
||||
and $f
|
||||
ret
|
||||
; 2d05
|
||||
|
||||
Function2d05: ; 2d05
|
||||
Function2d05:: ; 2d05
|
||||
call Function2d0d
|
||||
and $f0
|
||||
swap a
|
||||
ret
|
||||
; 2d0d
|
||||
|
||||
Function2d0d: ; 2d0d
|
||||
Function2d0d:: ; 2d0d
|
||||
push hl
|
||||
push bc
|
||||
ld de, $0007
|
||||
@ -2327,7 +2327,7 @@ Function2d0d: ; 2d0d
|
||||
ret
|
||||
; 2d19
|
||||
|
||||
Function2d19: ; 2d19
|
||||
Function2d19:: ; 2d19
|
||||
push de
|
||||
push hl
|
||||
push bc
|
||||
@ -2340,7 +2340,7 @@ Function2d19: ; 2d19
|
||||
ret
|
||||
; 2d27
|
||||
|
||||
LoadTilesetHeader: ; 2d27
|
||||
LoadTilesetHeader:: ; 2d27
|
||||
push hl
|
||||
push bc
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
; Functions handling map objects.
|
||||
|
||||
|
||||
GetSpritePalette: ; 17ff
|
||||
GetSpritePalette:: ; 17ff
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -15,7 +15,7 @@ GetSpritePalette: ; 17ff
|
||||
; 180e
|
||||
|
||||
|
||||
Function180e: ; 180e
|
||||
Function180e:: ; 180e
|
||||
push hl
|
||||
push bc
|
||||
ld hl, $d156
|
||||
@ -51,7 +51,7 @@ Function180e: ; 180e
|
||||
ret
|
||||
; 1836
|
||||
|
||||
Function1836: ; 1836
|
||||
Function1836:: ; 1836
|
||||
push de
|
||||
push hl
|
||||
|
||||
@ -76,14 +76,14 @@ Function1836: ; 1836
|
||||
|
||||
|
||||
|
||||
Function184a: ; 184a
|
||||
Function184a:: ; 184a
|
||||
ld a, [StandingTile]
|
||||
call GetTileCollision
|
||||
ld b, a
|
||||
ret
|
||||
; 1852
|
||||
|
||||
Function1852: ; 1852
|
||||
Function1852:: ; 1852
|
||||
ld a, [StandingTile]
|
||||
call GetTileCollision
|
||||
sub 1
|
||||
@ -93,7 +93,7 @@ Function1852: ; 1852
|
||||
; 185d
|
||||
|
||||
|
||||
GetTileCollision: ; 185d
|
||||
GetTileCollision:: ; 185d
|
||||
; Get the collision type of tile a.
|
||||
|
||||
push de
|
||||
@ -121,7 +121,7 @@ GetTileCollision: ; 185d
|
||||
; 1875
|
||||
|
||||
|
||||
Function1875: ; 1875
|
||||
Function1875:: ; 1875
|
||||
ld d, a
|
||||
and $f0
|
||||
cp $10
|
||||
@ -146,42 +146,42 @@ Function1875: ; 1875
|
||||
ret
|
||||
; 188e
|
||||
|
||||
Function188e: ; 188e
|
||||
Function188e:: ; 188e
|
||||
cp $14
|
||||
ret z
|
||||
cp $1c
|
||||
ret
|
||||
; 1894
|
||||
|
||||
CheckCutTreeTile: ; 1894
|
||||
CheckCutTreeTile:: ; 1894
|
||||
cp $12
|
||||
ret z
|
||||
cp $1a
|
||||
ret
|
||||
; 189a
|
||||
|
||||
CheckHeadbuttTreeTile: ; 189a
|
||||
CheckHeadbuttTreeTile:: ; 189a
|
||||
cp $15
|
||||
ret z
|
||||
cp $1d
|
||||
ret
|
||||
; 18a0
|
||||
|
||||
CheckCounterTile: ; 18a0
|
||||
CheckCounterTile:: ; 18a0
|
||||
cp $90
|
||||
ret z
|
||||
cp $98
|
||||
ret
|
||||
; 18a6
|
||||
|
||||
CheckPitTile: ; 18a6
|
||||
CheckPitTile:: ; 18a6
|
||||
cp $60
|
||||
ret z
|
||||
cp $68
|
||||
ret
|
||||
; 18ac
|
||||
|
||||
CheckIceTile: ; 18ac
|
||||
CheckIceTile:: ; 18ac
|
||||
cp $23
|
||||
ret z
|
||||
cp $2b
|
||||
@ -190,7 +190,7 @@ CheckIceTile: ; 18ac
|
||||
ret
|
||||
; 18b4
|
||||
|
||||
CheckWhirlpoolTile: ; 18b4
|
||||
CheckWhirlpoolTile:: ; 18b4
|
||||
nop
|
||||
cp $24
|
||||
ret z
|
||||
@ -200,14 +200,14 @@ CheckWhirlpoolTile: ; 18b4
|
||||
ret
|
||||
; 18bd
|
||||
|
||||
CheckWaterfallTile: ; 18bd
|
||||
CheckWaterfallTile:: ; 18bd
|
||||
cp $33
|
||||
ret z
|
||||
cp $3b
|
||||
ret
|
||||
; 18c3
|
||||
|
||||
CheckStandingOnEntrance: ; 18c3
|
||||
CheckStandingOnEntrance:: ; 18c3
|
||||
ld a, [StandingTile]
|
||||
cp $71 ; door
|
||||
ret z
|
||||
@ -220,7 +220,7 @@ CheckStandingOnEntrance: ; 18c3
|
||||
; 18d2
|
||||
|
||||
|
||||
GetMapObject: ; 18d2
|
||||
GetMapObject:: ; 18d2
|
||||
; Return the location of map object a in bc.
|
||||
ld hl, MapObjects
|
||||
ld bc, $10
|
||||
@ -231,7 +231,7 @@ GetMapObject: ; 18d2
|
||||
; 18de
|
||||
|
||||
|
||||
Function18de: ; 18de
|
||||
Function18de:: ; 18de
|
||||
ld [hConnectionStripLength], a
|
||||
call GetMapObject
|
||||
ld hl, $0000
|
||||
@ -249,7 +249,7 @@ Function18de: ; 18de
|
||||
ret
|
||||
; 18f5
|
||||
|
||||
Function18f5: ; 18f5
|
||||
Function18f5:: ; 18f5
|
||||
ld hl, $0006
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
@ -323,7 +323,7 @@ Function18f5: ; 18f5
|
||||
ret
|
||||
; 194d
|
||||
|
||||
Function194d: ; 194d
|
||||
Function194d:: ; 194d
|
||||
ld [hConnectionStripLength], a
|
||||
call GetMapObject
|
||||
call Function80e7
|
||||
@ -332,7 +332,7 @@ Function194d: ; 194d
|
||||
|
||||
|
||||
|
||||
Function1956: ; 1956
|
||||
Function1956:: ; 1956
|
||||
ld [hConnectionStripLength], a
|
||||
call Function271e
|
||||
ld a, [hConnectionStripLength]
|
||||
@ -341,7 +341,7 @@ Function1956: ; 1956
|
||||
ret
|
||||
; 1967
|
||||
|
||||
Function1967: ; 1967
|
||||
Function1967:: ; 1967
|
||||
ld [hConnectionStripLength], a
|
||||
call GetMapObject
|
||||
ld hl, $0000
|
||||
@ -358,7 +358,7 @@ Function1967: ; 1967
|
||||
ret
|
||||
; 1985
|
||||
|
||||
Function1985: ; 1985
|
||||
Function1985:: ; 1985
|
||||
ld hl, $d4cd
|
||||
cp [hl]
|
||||
jr z, .asm_1990
|
||||
@ -374,13 +374,13 @@ Function1985: ; 1985
|
||||
ret
|
||||
; 199f
|
||||
|
||||
Function199f: ; 199f
|
||||
Function199f:: ; 199f
|
||||
call Function1967
|
||||
call Function2712
|
||||
ret
|
||||
; 19a6
|
||||
|
||||
Function19a6: ; 19a6
|
||||
Function19a6:: ; 19a6
|
||||
push hl
|
||||
call GetMapObject
|
||||
ld d, b
|
||||
@ -394,7 +394,7 @@ Function19a6: ; 19a6
|
||||
ret
|
||||
; 19b8
|
||||
|
||||
Function19b8: ; 19b8
|
||||
Function19b8:: ; 19b8
|
||||
call GetMapObject
|
||||
ld hl, $0000
|
||||
add hl, bc
|
||||
@ -426,7 +426,7 @@ Function19b8: ; 19b8
|
||||
|
||||
|
||||
|
||||
Function19e9: ; 19e9
|
||||
Function19e9:: ; 19e9
|
||||
ld [$c2e2], a
|
||||
ld a, [hROMBank]
|
||||
ld [$c2e3], a
|
||||
@ -451,7 +451,7 @@ Function19e9: ; 19e9
|
||||
|
||||
|
||||
|
||||
Function1a13: ; 1a13
|
||||
Function1a13:: ; 1a13
|
||||
push bc
|
||||
push de
|
||||
ld hl, $d4d6
|
||||
@ -480,7 +480,7 @@ Function1a13: ; 1a13
|
||||
|
||||
|
||||
|
||||
Function1a2f: ; 1a2f
|
||||
Function1a2f:: ; 1a2f
|
||||
ld hl, $0003
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
@ -502,7 +502,7 @@ Function1a2f: ; 1a2f
|
||||
ret
|
||||
; 1a47
|
||||
|
||||
Function1a47: ; 1a47
|
||||
Function1a47:: ; 1a47
|
||||
push bc
|
||||
push de
|
||||
ld e, a
|
||||
@ -525,7 +525,7 @@ Function1a47: ; 1a47
|
||||
; 1a61
|
||||
|
||||
|
||||
Function1a61: ; 1a61
|
||||
Function1a61:: ; 1a61
|
||||
ld l, a
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -543,7 +543,7 @@ Function1a61: ; 1a61
|
||||
ret
|
||||
; 1a71
|
||||
|
||||
Function1a71: ; 1a71
|
||||
Function1a71:: ; 1a71
|
||||
ld hl, $0003
|
||||
add hl, de
|
||||
ld [hl], a
|
||||
@ -591,7 +591,7 @@ Function1a71: ; 1a71
|
||||
ret
|
||||
; 1aae
|
||||
|
||||
Function1aae: ; 1aae
|
||||
Function1aae:: ; 1aae
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
ld a, [hli]
|
||||
@ -616,20 +616,20 @@ Function1aae: ; 1aae
|
||||
ret
|
||||
; 1ac6
|
||||
|
||||
Function1ac6: ; 1ac6
|
||||
Function1ac6:: ; 1ac6
|
||||
ld hl, VramState
|
||||
set 0, [hl]
|
||||
ret
|
||||
; 1acc
|
||||
|
||||
Function1acc: ; 1acc
|
||||
Function1acc:: ; 1acc
|
||||
ld hl, VramState
|
||||
res 0, [hl]
|
||||
ret
|
||||
; 1ad2
|
||||
|
||||
|
||||
Function1ad2: ; 1ad2
|
||||
Function1ad2:: ; 1ad2
|
||||
ld a, [VramState]
|
||||
bit 0, a
|
||||
ret z
|
||||
@ -639,7 +639,7 @@ Function1ad2: ; 1ad2
|
||||
; 1ae5
|
||||
|
||||
|
||||
Function1ae5: ; 1ae5
|
||||
Function1ae5:: ; 1ae5
|
||||
ld bc, $0028
|
||||
ld hl, $d4d6
|
||||
call AddNTimes
|
||||
@ -648,7 +648,7 @@ Function1ae5: ; 1ae5
|
||||
ret
|
||||
; 1af1
|
||||
|
||||
Function1af1: ; 1af1
|
||||
Function1af1:: ; 1af1
|
||||
ld hl, $0000
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
@ -656,7 +656,7 @@ Function1af1: ; 1af1
|
||||
ret
|
||||
; 1af8
|
||||
|
||||
Function1af8: ; 1af8
|
||||
Function1af8:: ; 1af8
|
||||
push af
|
||||
ld hl, $0008
|
||||
add hl, bc
|
||||
@ -671,7 +671,7 @@ Function1af8: ; 1af8
|
||||
; 1b07
|
||||
|
||||
|
||||
GetSpriteDirection: ; 1b07
|
||||
GetSpriteDirection:: ; 1b07
|
||||
ld hl, $0008
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
|
@ -1,4 +1,4 @@
|
||||
SimpleMultiply: ; 3105
|
||||
SimpleMultiply:: ; 3105
|
||||
; Return a * c.
|
||||
and a
|
||||
ret z
|
||||
@ -15,7 +15,7 @@ SimpleMultiply: ; 3105
|
||||
; 3110
|
||||
|
||||
|
||||
SimpleDivide: ; 3110
|
||||
SimpleDivide:: ; 3110
|
||||
; Divide a by c. Return quotient b and remainder a.
|
||||
ld b, 0
|
||||
.loop
|
||||
@ -28,7 +28,7 @@ SimpleDivide: ; 3110
|
||||
; 3119
|
||||
|
||||
|
||||
Multiply: ; 3119
|
||||
Multiply:: ; 3119
|
||||
; Multiply hMultiplicand (3 bytes) by hMultiplier. Result in hProduct.
|
||||
; All values are big endian.
|
||||
push hl
|
||||
@ -42,7 +42,7 @@ Multiply: ; 3119
|
||||
; 3124
|
||||
|
||||
|
||||
Divide: ; 3124
|
||||
Divide:: ; 3124
|
||||
; Divide hDividend length b (max 4 bytes) by hDivisor. Result in hQuotient.
|
||||
; All values are big endian.
|
||||
push hl
|
||||
@ -64,7 +64,7 @@ Divide: ; 3124
|
||||
; 3136
|
||||
|
||||
|
||||
SubtractSigned: ; 3136
|
||||
SubtractSigned:: ; 3136
|
||||
; Return a - b, sign in carry.
|
||||
sub b
|
||||
ret nc
|
||||
|
100
home/menu.asm
100
home/menu.asm
@ -1,12 +1,12 @@
|
||||
; Functions used in displaying and handling menus.
|
||||
|
||||
|
||||
LoadMenuDataHeader: ; 0x1d35
|
||||
LoadMenuDataHeader:: ; 0x1d35
|
||||
call Function1d3c
|
||||
call Function1c00
|
||||
ret
|
||||
|
||||
Function1d3c: ; 0x1d3c
|
||||
Function1d3c:: ; 0x1d3c
|
||||
ld de, $cf81
|
||||
ld bc, $0010
|
||||
call CopyBytes
|
||||
@ -15,30 +15,30 @@ Function1d3c: ; 0x1d3c
|
||||
ret
|
||||
; 0x1d4b
|
||||
|
||||
Function1d4b: ; 1d4b
|
||||
Function1d4b:: ; 1d4b
|
||||
ld [$cf88], a
|
||||
ret
|
||||
; 1d4f
|
||||
|
||||
|
||||
Function1d4f: ; 1d4f
|
||||
Function1d4f:: ; 1d4f
|
||||
push hl
|
||||
call Function1d58
|
||||
pop hl
|
||||
jp PrintText
|
||||
; 1d57
|
||||
|
||||
Function1d57: ; 1d57
|
||||
Function1d57:: ; 1d57
|
||||
ret
|
||||
; 1d58
|
||||
|
||||
Function1d58: ; 1d58
|
||||
Function1d58:: ; 1d58
|
||||
ld hl, MenuDataHeader_0x1d5f
|
||||
call LoadMenuDataHeader
|
||||
ret
|
||||
; 1d5f
|
||||
|
||||
MenuDataHeader_0x1d5f: ; 1d5f
|
||||
MenuDataHeader_0x1d5f:: ; 1d5f
|
||||
db $40 ; tile backup
|
||||
db 12, 0 ; start coords
|
||||
db 17, 19 ; end coords
|
||||
@ -46,19 +46,19 @@ MenuDataHeader_0x1d5f: ; 1d5f
|
||||
db 0 ; default option
|
||||
; 1d67
|
||||
|
||||
Function1d67: ; 1d67
|
||||
Function1d67:: ; 1d67
|
||||
call Function1d4f
|
||||
call Function1c17
|
||||
ret
|
||||
; 1d6e
|
||||
|
||||
Function1d6e: ; 1d6e
|
||||
Function1d6e:: ; 1d6e
|
||||
ld hl, MenuDataHeader_0x1d75
|
||||
call LoadMenuDataHeader
|
||||
ret
|
||||
; 1d75
|
||||
|
||||
MenuDataHeader_0x1d75: ; 1d75
|
||||
MenuDataHeader_0x1d75:: ; 1d75
|
||||
db $40 ; tile backup
|
||||
db 0, 0 ; start coords
|
||||
db 17, 19 ; end coords
|
||||
@ -66,12 +66,12 @@ MenuDataHeader_0x1d75: ; 1d75
|
||||
db 1 ; default option
|
||||
; 1d7d
|
||||
|
||||
Function1d7d: ; 1d7d
|
||||
Function1d7d:: ; 1d7d
|
||||
call Function1c07
|
||||
ret
|
||||
; 1d81
|
||||
|
||||
Function1d81: ; 0x1d81
|
||||
Function1d81:: ; 0x1d81
|
||||
xor a
|
||||
ld [hBGMapMode], a
|
||||
call Function1cbb
|
||||
@ -95,7 +95,7 @@ Function1d81: ; 0x1d81
|
||||
ret
|
||||
; 0x1dab
|
||||
|
||||
Function1dab: ; 1dab
|
||||
Function1dab:: ; 1dab
|
||||
call LoadMenuDataHeader
|
||||
call Function1d81
|
||||
call Function1c17
|
||||
@ -103,7 +103,7 @@ Function1dab: ; 1dab
|
||||
ret
|
||||
; 1db8
|
||||
|
||||
Function1db8: ; 0x1db8
|
||||
Function1db8:: ; 0x1db8
|
||||
push hl
|
||||
push bc
|
||||
push af
|
||||
@ -124,17 +124,17 @@ Function1db8: ; 0x1db8
|
||||
; 0x1dcf
|
||||
|
||||
|
||||
YesNoBox: ; 1dcf
|
||||
YesNoBox:: ; 1dcf
|
||||
lb bc, 14, 7
|
||||
|
||||
PlaceYesNoBox: ; 1dd2
|
||||
PlaceYesNoBox:: ; 1dd2
|
||||
jr _YesNoBox
|
||||
|
||||
Function1dd4: ; 1dd4
|
||||
Function1dd4:: ; 1dd4
|
||||
call LoadMenuDataHeader
|
||||
jr Function1dfe
|
||||
|
||||
_YesNoBox: ; 1dd9
|
||||
_YesNoBox:: ; 1dd9
|
||||
; Return nc (yes) or c (no).
|
||||
push bc
|
||||
ld hl, YesNoMenuDataHeader
|
||||
@ -157,7 +157,7 @@ _YesNoBox: ; 1dd9
|
||||
ld [$cf84], a
|
||||
call Function1c00
|
||||
|
||||
Function1dfe: ; 1dfe
|
||||
Function1dfe:: ; 1dfe
|
||||
call Function1d81
|
||||
push af
|
||||
ld c, $f
|
||||
@ -178,7 +178,7 @@ Function1dfe: ; 1dfe
|
||||
ret
|
||||
; 1e1d
|
||||
|
||||
YesNoMenuDataHeader: ; 1e1d
|
||||
YesNoMenuDataHeader:: ; 1e1d
|
||||
db $40 ; tile backup
|
||||
db 5, 10 ; start coords
|
||||
db 9, 15 ; end coords
|
||||
@ -186,20 +186,20 @@ YesNoMenuDataHeader: ; 1e1d
|
||||
db 1 ; default option
|
||||
; 1e25
|
||||
|
||||
YesNoMenuData2: ; 1e25
|
||||
YesNoMenuData2:: ; 1e25
|
||||
db $c0 ; flags
|
||||
db 2
|
||||
db "YES@"
|
||||
db "NO@"
|
||||
; 1e2e
|
||||
|
||||
Function1e2e: ; 1e2e
|
||||
Function1e2e:: ; 1e2e
|
||||
call Function1e35
|
||||
call Function1c00
|
||||
ret
|
||||
; 1e35
|
||||
|
||||
Function1e35: ; 1e35
|
||||
Function1e35:: ; 1e35
|
||||
push de
|
||||
call Function1d3c
|
||||
pop de
|
||||
@ -224,7 +224,7 @@ Function1e35: ; 1e35
|
||||
ret
|
||||
; 1e5d
|
||||
|
||||
Function1e5d: ; 1e5d
|
||||
Function1e5d:: ; 1e5d
|
||||
call MenuFunc_1e7f
|
||||
call MenuWriteText
|
||||
call Function1eff
|
||||
@ -234,7 +234,7 @@ Function1e5d: ; 1e5d
|
||||
ret
|
||||
; 1e70
|
||||
|
||||
SetUpMenu: ; 1e70
|
||||
SetUpMenu:: ; 1e70
|
||||
call MenuFunc_1e7f ; ???
|
||||
call MenuWriteText
|
||||
call Function1eff ; set up selection pointer
|
||||
@ -242,14 +242,14 @@ SetUpMenu: ; 1e70
|
||||
set 7, [hl]
|
||||
ret
|
||||
|
||||
MenuFunc_1e7f: ; 0x1e7f
|
||||
MenuFunc_1e7f:: ; 0x1e7f
|
||||
call Function1c66
|
||||
call Function1ebd
|
||||
call Function1ea6
|
||||
call Function1cbb
|
||||
ret
|
||||
|
||||
MenuWriteText: ; 0x1e8c
|
||||
MenuWriteText:: ; 0x1e8c
|
||||
xor a
|
||||
ld [hBGMapMode], a
|
||||
call Function1ebd ; sort out the text
|
||||
@ -265,7 +265,7 @@ MenuWriteText: ; 0x1e8c
|
||||
ret
|
||||
; 0x1ea6
|
||||
|
||||
Function1ea6: ; 1ea6
|
||||
Function1ea6:: ; 1ea6
|
||||
ld a, [$cf83]
|
||||
ld c, a
|
||||
ld a, [$cf85]
|
||||
@ -281,7 +281,7 @@ Function1ea6: ; 1ea6
|
||||
ret
|
||||
; 1ebd
|
||||
|
||||
Function1ebd: ; 1ebd
|
||||
Function1ebd:: ; 1ebd
|
||||
ld hl, $cf93
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -306,7 +306,7 @@ Function1ebd: ; 1ebd
|
||||
ret
|
||||
; 1eda
|
||||
|
||||
Function1eda: ; 1eda
|
||||
Function1eda:: ; 1eda
|
||||
call Function1cfd
|
||||
ld bc, $002a
|
||||
add hl, bc
|
||||
@ -329,14 +329,14 @@ Function1eda: ; 1eda
|
||||
jr .asm_1ee1
|
||||
; 1efb
|
||||
|
||||
Function1efb: ; 1efb
|
||||
Function1efb:: ; 1efb
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
jp [hl]
|
||||
; 1eff
|
||||
|
||||
Function1eff: ; 1eff
|
||||
Function1eff:: ; 1eff
|
||||
call Function1c10
|
||||
ld hl, $cfa8
|
||||
ld a, [$cf91]
|
||||
@ -356,20 +356,20 @@ Function1eff: ; 1eff
|
||||
; 1f1a
|
||||
|
||||
|
||||
Function1f1a: ; 1f1a
|
||||
Function1f1a:: ; 1f1a
|
||||
call Function1bd3
|
||||
ld hl, $cfa8
|
||||
and [hl]
|
||||
jr Function1f2a
|
||||
; 1f23
|
||||
|
||||
Function1f23: ; 1f23
|
||||
Function1f23:: ; 1f23
|
||||
xor a
|
||||
ld [$cf73], a
|
||||
call Function1bc9
|
||||
; 1f2a
|
||||
|
||||
Function1f2a: ; 1f2a
|
||||
Function1f2a:: ; 1f2a
|
||||
bit 0, a
|
||||
jr nz, .asm_1f52
|
||||
bit 1, a
|
||||
@ -420,7 +420,7 @@ Function1f2a: ; 1f2a
|
||||
ret
|
||||
; 1f79
|
||||
|
||||
Function1f79: ; 1f79
|
||||
Function1f79:: ; 1f79
|
||||
push de
|
||||
ld hl, $cf97
|
||||
ld a, [hli]
|
||||
@ -435,7 +435,7 @@ Function1f79: ; 1f79
|
||||
ret
|
||||
; 1f8d
|
||||
|
||||
Function1f8d: ; 1f8d
|
||||
Function1f8d:: ; 1f8d
|
||||
push de
|
||||
ld a, [MenuSelection]
|
||||
call Function1fb1
|
||||
@ -449,7 +449,7 @@ Function1f8d: ; 1f8d
|
||||
ret
|
||||
; 1f9e
|
||||
|
||||
Function1f9e: ; 1f9e
|
||||
Function1f9e:: ; 1f9e
|
||||
call Function1fb1
|
||||
inc hl
|
||||
inc hl
|
||||
@ -459,7 +459,7 @@ Function1f9e: ; 1f9e
|
||||
ret
|
||||
; 1fa7
|
||||
|
||||
Function1fa7: ; 1fa7
|
||||
Function1fa7:: ; 1fa7
|
||||
ld a, [MenuSelection]
|
||||
call Function1fb1
|
||||
ld a, [hli]
|
||||
@ -468,7 +468,7 @@ Function1fa7: ; 1fa7
|
||||
jp [hl]
|
||||
; 1fb1
|
||||
|
||||
Function1fb1: ; 1fb1
|
||||
Function1fb1:: ; 1fb1
|
||||
ld e, a
|
||||
ld d, $0
|
||||
ld hl, $cf97
|
||||
@ -482,7 +482,7 @@ Function1fb1: ; 1fb1
|
||||
ret
|
||||
; 1fbf
|
||||
|
||||
Function1fbf: ; 1fbf
|
||||
Function1fbf:: ; 1fbf
|
||||
ld hl, $cf71
|
||||
call Function1ff0
|
||||
ld hl, $cf81
|
||||
@ -508,14 +508,14 @@ Function1fbf: ; 1fbf
|
||||
ret
|
||||
; 1ff0
|
||||
|
||||
Function1ff0: ; 1ff0
|
||||
Function1ff0:: ; 1ff0
|
||||
ld bc, $0010
|
||||
xor a
|
||||
call ByteFill
|
||||
ret
|
||||
; 1ff8
|
||||
|
||||
Function1ff8: ; 1ff8
|
||||
Function1ff8:: ; 1ff8
|
||||
push af
|
||||
and $3
|
||||
jr z, .asm_2007
|
||||
@ -530,7 +530,7 @@ Function1ff8: ; 1ff8
|
||||
; 2009
|
||||
|
||||
|
||||
PlayClickSFX: ; 2009
|
||||
PlayClickSFX:: ; 2009
|
||||
push de
|
||||
ld de, SFX_READ_TEXT_2
|
||||
call PlaySFX
|
||||
@ -538,14 +538,14 @@ PlayClickSFX: ; 2009
|
||||
ret
|
||||
; 0x2012
|
||||
|
||||
Function2012: ; 2012
|
||||
Function2012:: ; 2012
|
||||
call Function1d4f
|
||||
call Functiona46
|
||||
call Function1c07
|
||||
ret
|
||||
; 201c
|
||||
|
||||
Function201c: ; 201c
|
||||
Function201c:: ; 201c
|
||||
ld [hBuffer], a
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -559,7 +559,7 @@ Function201c: ; 201c
|
||||
ret
|
||||
; 202a
|
||||
|
||||
Function202a: ; 202a
|
||||
Function202a:: ; 202a
|
||||
ld a, [hROMBank]
|
||||
ld [$cf94], a
|
||||
callba Function2400e
|
||||
@ -567,7 +567,7 @@ Function202a: ; 202a
|
||||
ret
|
||||
; 2039
|
||||
|
||||
Function2039: ; 2039
|
||||
Function2039:: ; 2039
|
||||
ld a, [hROMBank]
|
||||
ld [$cf94], a
|
||||
callba Function24022
|
||||
@ -575,7 +575,7 @@ Function2039: ; 2039
|
||||
ret
|
||||
; 2048
|
||||
|
||||
Function2048: ; 2048
|
||||
Function2048:: ; 2048
|
||||
ld a, [hROMBank]
|
||||
ld [$cf94], a
|
||||
callba Function2403c
|
||||
@ -583,7 +583,7 @@ Function2048: ; 2048
|
||||
ret
|
||||
; 2057
|
||||
|
||||
Function2057: ; 2057
|
||||
Function2057:: ; 2057
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
ld a, $21
|
||||
|
@ -1,4 +1,4 @@
|
||||
Function1b1e: ; 1b1e
|
||||
Function1b1e:: ; 1b1e
|
||||
ld [$d003], a
|
||||
xor a
|
||||
ld [DefaultFlypoint], a
|
||||
@ -11,7 +11,7 @@ Function1b1e: ; 1b1e
|
||||
ret
|
||||
; 1b35
|
||||
|
||||
Function1b35: ; 1b35
|
||||
Function1b35:: ; 1b35
|
||||
ld a, [DefaultFlypoint]
|
||||
and a
|
||||
ret z
|
||||
@ -20,7 +20,7 @@ Function1b35: ; 1b35
|
||||
ret
|
||||
; 1b3f
|
||||
|
||||
Function1b3f: ; 1b3f
|
||||
Function1b3f:: ; 1b3f
|
||||
push hl
|
||||
push de
|
||||
ld hl, DefaultFlypoint
|
||||
@ -35,7 +35,7 @@ Function1b3f: ; 1b3f
|
||||
ret
|
||||
; 1b50
|
||||
|
||||
Function1b50: ; 1b50
|
||||
Function1b50:: ; 1b50
|
||||
push af
|
||||
ld a, c
|
||||
and a
|
||||
@ -52,7 +52,7 @@ Function1b50: ; 1b50
|
||||
ret
|
||||
; 1b5f
|
||||
|
||||
Function1b5f: ; 1b5f
|
||||
Function1b5f:: ; 1b5f
|
||||
push af
|
||||
ld a, b
|
||||
sub d
|
||||
@ -97,7 +97,7 @@ Function1b5f: ; 1b5f
|
||||
ret
|
||||
; 1b92
|
||||
|
||||
Function1b92: ; 1b92
|
||||
Function1b92:: ; 1b92
|
||||
push de
|
||||
push hl
|
||||
ld l, b
|
||||
@ -119,7 +119,7 @@ Function1b92: ; 1b92
|
||||
db 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
|
||||
; 1bb1
|
||||
|
||||
Function1bb1: ; 1bb1
|
||||
Function1bb1:: ; 1bb1
|
||||
push hl
|
||||
push bc
|
||||
ld hl, $cfa1
|
||||
@ -142,19 +142,19 @@ Function1bb1: ; 1bb1
|
||||
ret
|
||||
; 1bc9
|
||||
|
||||
Function1bc9: ; 1bc9
|
||||
Function1bc9:: ; 1bc9
|
||||
callab Function241a8
|
||||
call Function1bdd
|
||||
ret
|
||||
; 1bd3
|
||||
|
||||
Function1bd3: ; 1bd3
|
||||
Function1bd3:: ; 1bd3
|
||||
callab Function241ab
|
||||
call Function1bdd
|
||||
ret
|
||||
; 1bdd
|
||||
|
||||
Function1bdd: ; 1bdd
|
||||
Function1bdd:: ; 1bdd
|
||||
push bc
|
||||
push af
|
||||
ld a, [$ffa9]
|
||||
@ -170,7 +170,7 @@ Function1bdd: ; 1bdd
|
||||
ret
|
||||
; 1bee
|
||||
|
||||
Function1bee: ; 1bee
|
||||
Function1bee:: ; 1bee
|
||||
ld hl, $cfac
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -179,7 +179,7 @@ Function1bee: ; 1bee
|
||||
ret
|
||||
; 1bf7
|
||||
|
||||
Function1bf7: ; 1bf7
|
||||
Function1bf7:: ; 1bf7
|
||||
ld hl, $cfac
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -188,22 +188,22 @@ Function1bf7: ; 1bf7
|
||||
ret
|
||||
; 1c00
|
||||
|
||||
Function1c00: ; 1c00
|
||||
Function1c00:: ; 1c00
|
||||
callab Function24374
|
||||
ret
|
||||
; 1c07
|
||||
|
||||
Function1c07: ; 0x1c07
|
||||
Function1c07:: ; 0x1c07
|
||||
push af
|
||||
callab Function243e8
|
||||
pop af
|
||||
ret
|
||||
|
||||
Function1c10: ; 0x1c10
|
||||
Function1c10:: ; 0x1c10
|
||||
callab Function2446d
|
||||
ret
|
||||
|
||||
Function1c17: ; 0x1c17
|
||||
Function1c17:: ; 0x1c17
|
||||
push af
|
||||
call Function1c07
|
||||
call Function321c
|
||||
@ -211,7 +211,7 @@ Function1c17: ; 0x1c17
|
||||
pop af
|
||||
ret
|
||||
|
||||
Function1c23: ; 0x1c23
|
||||
Function1c23:: ; 0x1c23
|
||||
call Function1cfd
|
||||
call Function1c30
|
||||
call Function1d19
|
||||
|
@ -1,7 +1,7 @@
|
||||
; Functions dealing with palettes.
|
||||
|
||||
|
||||
UpdatePalsIfCGB: ; c2f
|
||||
UpdatePalsIfCGB:: ; c2f
|
||||
; update bgp data from BGPals
|
||||
; update obp data from OBPals
|
||||
; return carry if successful
|
||||
@ -12,7 +12,7 @@ UpdatePalsIfCGB: ; c2f
|
||||
ret z
|
||||
|
||||
|
||||
UpdateCGBPals: ; c33
|
||||
UpdateCGBPals:: ; c33
|
||||
; return carry if successful
|
||||
; any pals to update?
|
||||
ld a, [hCGBPalUpdate]
|
||||
@ -20,7 +20,7 @@ UpdateCGBPals: ; c33
|
||||
ret z
|
||||
|
||||
|
||||
ForceUpdateCGBPals: ; c37
|
||||
ForceUpdateCGBPals:: ; c37
|
||||
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
@ -71,7 +71,7 @@ ForceUpdateCGBPals: ; c37
|
||||
; c9f
|
||||
|
||||
|
||||
DmgToCgbBGPals: ; c9f
|
||||
DmgToCgbBGPals:: ; c9f
|
||||
; exists to forego reinserting cgb-converted image data
|
||||
|
||||
; input: a -> bgp
|
||||
@ -116,7 +116,7 @@ DmgToCgbBGPals: ; c9f
|
||||
; ccb
|
||||
|
||||
|
||||
DmgToCgbObjPals: ; ccb
|
||||
DmgToCgbObjPals:: ; ccb
|
||||
; exists to forego reinserting cgb-converted image data
|
||||
|
||||
; input: d -> obp1
|
||||
@ -162,7 +162,7 @@ DmgToCgbObjPals: ; ccb
|
||||
; cf8
|
||||
|
||||
|
||||
Functioncf8: ; cf8
|
||||
Functioncf8:: ; cf8
|
||||
ld [rOBP0], a
|
||||
push af
|
||||
ld a, [hCGB]
|
||||
@ -194,7 +194,7 @@ Functioncf8: ; cf8
|
||||
ret
|
||||
; d24
|
||||
|
||||
Functiond24: ; d24
|
||||
Functiond24:: ; d24
|
||||
ld [rOBP1], a
|
||||
push af
|
||||
ld a, [hCGB]
|
||||
@ -228,7 +228,7 @@ Functiond24: ; d24
|
||||
|
||||
|
||||
|
||||
CopyPals: ; d50
|
||||
CopyPals:: ; d50
|
||||
; copy c palettes in order b from de to hl
|
||||
|
||||
push bc
|
||||
@ -281,7 +281,7 @@ CopyPals: ; d50
|
||||
; d79
|
||||
|
||||
|
||||
Functiond79: ; d79
|
||||
Functiond79:: ; d79
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
ret z
|
||||
@ -297,12 +297,12 @@ Functiond79: ; d79
|
||||
; d90
|
||||
|
||||
|
||||
Functiond90: ; d90
|
||||
Functiond90:: ; d90
|
||||
ret
|
||||
; d91
|
||||
|
||||
|
||||
Functiond91: ; d91
|
||||
Functiond91:: ; d91
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
ret z
|
||||
@ -323,7 +323,7 @@ Functiond91: ; d91
|
||||
; db1
|
||||
|
||||
|
||||
Functiondb1: ; db1
|
||||
Functiondb1:: ; db1
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
ld a, BANK(Function4c000)
|
||||
@ -334,7 +334,7 @@ Functiondb1: ; db1
|
||||
ret
|
||||
; dbd
|
||||
|
||||
Functiondbd: ; dbd
|
||||
Functiondbd:: ; dbd
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
ld a, BANK(Function4c03f)
|
||||
|
@ -1,4 +1,4 @@
|
||||
SetSeenAndCaughtMon: ; 3380
|
||||
SetSeenAndCaughtMon:: ; 3380
|
||||
push af
|
||||
ld c, a
|
||||
ld hl, PokedexCaught
|
||||
@ -8,28 +8,28 @@ SetSeenAndCaughtMon: ; 3380
|
||||
; fallthrough
|
||||
; 338b
|
||||
|
||||
SetSeenMon: ; 338b
|
||||
SetSeenMon:: ; 338b
|
||||
ld c, a
|
||||
ld hl, PokedexSeen
|
||||
ld b, SET_FLAG
|
||||
jr PokedexFlagAction
|
||||
; 3393
|
||||
|
||||
CheckCaughtMon: ; 3393
|
||||
CheckCaughtMon:: ; 3393
|
||||
ld c, a
|
||||
ld hl, PokedexCaught
|
||||
ld b, CHECK_FLAG
|
||||
jr PokedexFlagAction
|
||||
; 339b
|
||||
|
||||
CheckSeenMon: ; 339b
|
||||
CheckSeenMon:: ; 339b
|
||||
ld c, a
|
||||
ld hl, PokedexSeen
|
||||
ld b, CHECK_FLAG
|
||||
; fallthrough
|
||||
; 33a1
|
||||
|
||||
PokedexFlagAction: ; 33a1
|
||||
PokedexFlagAction:: ; 33a1
|
||||
ld d, 0
|
||||
ld a, PREDEF_FLAG
|
||||
call Predef
|
||||
|
@ -1,4 +1,4 @@
|
||||
Predef: ; 2d83
|
||||
Predef:: ; 2d83
|
||||
; Call predefined function a.
|
||||
; Preserves bc, de, hl and f.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Random: ; 2f8c
|
||||
Random:: ; 2f8c
|
||||
; A simple hardware-based random number generator (RNG).
|
||||
|
||||
; Two random numbers are generated by adding and subtracting
|
||||
@ -29,7 +29,7 @@ Random: ; 2f8c
|
||||
ret
|
||||
; 2f9f
|
||||
|
||||
BattleRandom: ; 2f9f
|
||||
BattleRandom:: ; 2f9f
|
||||
; _BattleRandom lives in another bank.
|
||||
|
||||
; It handles all RNG calls in the battle engine, allowing
|
||||
@ -50,7 +50,7 @@ BattleRandom: ; 2f9f
|
||||
; 2fb1
|
||||
|
||||
|
||||
Function2fb1: ; 2fb1
|
||||
Function2fb1:: ; 2fb1
|
||||
push bc
|
||||
ld c, a
|
||||
xor a
|
||||
|
@ -1,4 +1,4 @@
|
||||
RTC: ; 46f
|
||||
RTC:: ; 46f
|
||||
; update time and time-sensitive palettes
|
||||
|
||||
; rtc enabled?
|
||||
@ -13,12 +13,12 @@ RTC: ; 46f
|
||||
bit 0, a ; obj update
|
||||
ret z
|
||||
|
||||
TimeOfDayPals: ; 47e
|
||||
TimeOfDayPals:: ; 47e
|
||||
callab _TimeOfDayPals
|
||||
ret
|
||||
; 485
|
||||
|
||||
UpdateTimePals: ; 485
|
||||
UpdateTimePals:: ; 485
|
||||
callab _UpdateTimePals
|
||||
ret
|
||||
; 48c
|
||||
|
@ -1,4 +1,4 @@
|
||||
Serial: ; 6ef
|
||||
Serial:: ; 6ef
|
||||
; The serial interrupt.
|
||||
|
||||
push af
|
||||
@ -89,7 +89,7 @@ Serial: ; 6ef
|
||||
reti
|
||||
; 75f
|
||||
|
||||
Function75f: ; 75f
|
||||
Function75f:: ; 75f
|
||||
ld a, $1
|
||||
ld [$ffcc], a
|
||||
.asm_763
|
||||
@ -125,7 +125,7 @@ Function75f: ; 75f
|
||||
ret
|
||||
; 78a
|
||||
|
||||
Function78a: ; 78a
|
||||
Function78a:: ; 78a
|
||||
xor a
|
||||
ld [$ffca], a
|
||||
ld a, [$ffcb]
|
||||
@ -230,7 +230,7 @@ Function78a: ; 78a
|
||||
ret
|
||||
; 82b
|
||||
|
||||
Function82b: ; 82b
|
||||
Function82b:: ; 82b
|
||||
push hl
|
||||
ld hl, $cf5b
|
||||
ld a, [hli]
|
||||
@ -239,14 +239,14 @@ Function82b: ; 82b
|
||||
ret
|
||||
; 833
|
||||
|
||||
Function833: ; 833
|
||||
Function833:: ; 833
|
||||
dec a
|
||||
ld [$cf5b], a
|
||||
ld [$cf5c], a
|
||||
ret
|
||||
; 83b
|
||||
|
||||
Function83b: ; 83b
|
||||
Function83b:: ; 83b
|
||||
ld hl, $cf56
|
||||
ld de, $cf51
|
||||
ld c, $2
|
||||
@ -272,7 +272,7 @@ Function83b: ; 83b
|
||||
ret
|
||||
; 862
|
||||
|
||||
Function862: ; 862
|
||||
Function862:: ; 862
|
||||
call Function309d
|
||||
callab Function4000
|
||||
call Function87d
|
||||
@ -280,7 +280,7 @@ Function862: ; 862
|
||||
; 871
|
||||
|
||||
|
||||
Function871: ; 871
|
||||
Function871:: ; 871
|
||||
call Function309d
|
||||
callab Function4000
|
||||
jp Function87d
|
||||
@ -288,7 +288,7 @@ Function871: ; 871
|
||||
|
||||
|
||||
|
||||
Function87d: ; 87d
|
||||
Function87d:: ; 87d
|
||||
ld a, $ff
|
||||
ld [$cf52], a
|
||||
.asm_882
|
||||
@ -331,7 +331,7 @@ Function87d: ; 87d
|
||||
ret
|
||||
; 8c1
|
||||
|
||||
Function8c1: ; 8c1
|
||||
Function8c1:: ; 8c1
|
||||
push bc
|
||||
ld b, $60
|
||||
ld a, [InLinkBattle]
|
||||
@ -363,7 +363,7 @@ Function8c1: ; 8c1
|
||||
ret
|
||||
; 8f3
|
||||
|
||||
Function8f3: ; 8f3
|
||||
Function8f3:: ; 8f3
|
||||
ld a, [hSerialReceive]
|
||||
ld [$cf51], a
|
||||
and $f0
|
||||
@ -377,7 +377,7 @@ Function8f3: ; 8f3
|
||||
ret
|
||||
; 908
|
||||
|
||||
Function908: ; 908
|
||||
Function908:: ; 908
|
||||
xor a
|
||||
ld [hSerialSend], a
|
||||
ld a, [$ffcb]
|
||||
@ -390,7 +390,7 @@ Function908: ; 908
|
||||
ret
|
||||
; 919
|
||||
|
||||
Function919: ; 919
|
||||
Function919:: ; 919
|
||||
ld a, [InLinkBattle]
|
||||
and a
|
||||
ret nz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Cosine: ; 1b0f
|
||||
Cosine:: ; 1b0f
|
||||
; Return d * cos(a) in hl
|
||||
add $10 ; 90 degrees
|
||||
|
||||
Sine: ; 1b11
|
||||
Sine:: ; 1b11
|
||||
; Return d * sin(a) in hl
|
||||
; a is a signed 6-bit value.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
GetSRAMBank: ; 2fcb
|
||||
GetSRAMBank:: ; 2fcb
|
||||
; load sram bank a
|
||||
; if invalid bank, sram is disabled
|
||||
cp NUM_SRAM_BANKS
|
||||
@ -6,7 +6,7 @@ GetSRAMBank: ; 2fcb
|
||||
jr CloseSRAM
|
||||
; 2fd1
|
||||
|
||||
OpenSRAM: ; 2fd1
|
||||
OpenSRAM:: ; 2fd1
|
||||
; switch to sram bank a
|
||||
push af
|
||||
; latch clock data
|
||||
@ -21,7 +21,7 @@ OpenSRAM: ; 2fd1
|
||||
ret
|
||||
; 2fe1
|
||||
|
||||
CloseSRAM: ; 2fe1
|
||||
CloseSRAM:: ; 2fe1
|
||||
push af
|
||||
ld a, SRAM_DISABLE
|
||||
; reset clock latch for next time
|
||||
|
@ -1,16 +1,16 @@
|
||||
InitString: ; 2ef6
|
||||
InitString:: ; 2ef6
|
||||
; Init a string of length c.
|
||||
push hl
|
||||
jr _InitString
|
||||
; 2ef9
|
||||
|
||||
InitName: ; 2ef9
|
||||
InitName:: ; 2ef9
|
||||
; Intended for names, so this function is limited to ten characters.
|
||||
push hl
|
||||
ld c, 10
|
||||
; 2efc
|
||||
|
||||
_InitString: ; 2efc
|
||||
_InitString:: ; 2efc
|
||||
; if the string pointed to by hl is empty (defined as "zero or more spaces
|
||||
; followed by a null"), then initialize it to the string pointed to by de.
|
||||
push bc
|
||||
|
190
home/text.asm
190
home/text.asm
@ -1,8 +1,8 @@
|
||||
ClearBox: ; fb6
|
||||
ClearBox:: ; fb6
|
||||
; Fill a c*b box at hl with blank tiles.
|
||||
|
||||
ld a, " "
|
||||
Functionfb8:
|
||||
Functionfb8::
|
||||
push bc
|
||||
push hl
|
||||
.x
|
||||
@ -19,7 +19,7 @@ Functionfb8:
|
||||
; fc8
|
||||
|
||||
|
||||
ClearTileMap: ; fc8
|
||||
ClearTileMap:: ; fc8
|
||||
; Fill TileMap with blank tiles.
|
||||
|
||||
ld hl, TileMap
|
||||
@ -35,7 +35,7 @@ ClearTileMap: ; fc8
|
||||
; fdb
|
||||
|
||||
|
||||
Functionfdb: ; fdb
|
||||
Functionfdb:: ; fdb
|
||||
ld a, $7
|
||||
ld hl, AttrMap
|
||||
ld bc, $0168
|
||||
@ -45,7 +45,7 @@ Functionfdb: ; fdb
|
||||
|
||||
|
||||
|
||||
TextBox: ; fe8
|
||||
TextBox:: ; fe8
|
||||
; Draw a text box width c height b at hl
|
||||
; Dimensions do not include the border.
|
||||
push bc
|
||||
@ -57,7 +57,7 @@ TextBox: ; fe8
|
||||
; ff1
|
||||
|
||||
|
||||
TextBoxBorder: ; ff1
|
||||
TextBoxBorder:: ; ff1
|
||||
|
||||
; Top
|
||||
push hl
|
||||
@ -96,7 +96,7 @@ TextBoxBorder: ; ff1
|
||||
; 101e
|
||||
|
||||
|
||||
NPlaceChar: ; 101e
|
||||
NPlaceChar:: ; 101e
|
||||
; Place char a c times
|
||||
ld d,c
|
||||
.loop
|
||||
@ -107,7 +107,7 @@ NPlaceChar: ; 101e
|
||||
; 1024
|
||||
|
||||
|
||||
TextBoxPalette: ; 1024
|
||||
TextBoxPalette:: ; 1024
|
||||
; Fill text box width c height b at hl with pal 7
|
||||
ld de, AttrMap - TileMap
|
||||
add hl, de
|
||||
@ -133,7 +133,7 @@ TextBoxPalette: ; 1024
|
||||
; 103e
|
||||
|
||||
|
||||
SpeechTextBox: ; 103e
|
||||
SpeechTextBox:: ; 103e
|
||||
; Standard textbox.
|
||||
hlcoord 0, 12
|
||||
ld b, 4 ; height
|
||||
@ -141,11 +141,11 @@ SpeechTextBox: ; 103e
|
||||
jp TextBox
|
||||
; 1048
|
||||
|
||||
UnknownText_0x1048: ; 1048
|
||||
UnknownText_0x1048:: ; 1048
|
||||
db $0, "ゲームフりーク!", $57
|
||||
; 1052
|
||||
|
||||
Function1052: ; 1052
|
||||
Function1052:: ; 1052
|
||||
ld hl, .text_1056
|
||||
ret
|
||||
.text_1056
|
||||
@ -153,23 +153,23 @@ Function1052: ; 1052
|
||||
; 1057
|
||||
|
||||
|
||||
PrintText: ; 1057
|
||||
PrintText:: ; 1057
|
||||
call Function106c
|
||||
Function105a: ; 105a
|
||||
Function105a:: ; 105a
|
||||
push hl
|
||||
hlcoord 1, 14
|
||||
ld bc, 18 + 3<<8
|
||||
call ClearBox
|
||||
pop hl
|
||||
|
||||
PrintTextBoxText: ; 1065
|
||||
PrintTextBoxText:: ; 1065
|
||||
bccoord 1, 14
|
||||
call Function13e5
|
||||
ret
|
||||
; 106c
|
||||
|
||||
|
||||
Function106c: ; 106c
|
||||
Function106c:: ; 106c
|
||||
push hl
|
||||
call SpeechTextBox
|
||||
call Function1ad2
|
||||
@ -180,10 +180,10 @@ Function106c: ; 106c
|
||||
|
||||
|
||||
|
||||
PlaceString: ; 1078
|
||||
PlaceString:: ; 1078
|
||||
push hl
|
||||
|
||||
PlaceNextChar: ; 1079
|
||||
PlaceNextChar:: ; 1079
|
||||
ld a, [de]
|
||||
cp "@"
|
||||
jr nz, CheckDict
|
||||
@ -193,11 +193,11 @@ PlaceNextChar: ; 1079
|
||||
ret
|
||||
pop de
|
||||
|
||||
NextChar: ; 1083
|
||||
NextChar:: ; 1083
|
||||
inc de
|
||||
jp PlaceNextChar
|
||||
|
||||
CheckDict: ; 1087
|
||||
CheckDict:: ; 1087
|
||||
cp $15
|
||||
jp z, Function117b
|
||||
cp $4f
|
||||
@ -312,127 +312,127 @@ CheckDict: ; 1087
|
||||
; 0x117b
|
||||
|
||||
|
||||
Function117b: ; 117b
|
||||
Function117b:: ; 117b
|
||||
ld c, l
|
||||
ld b, h
|
||||
callba Function17f036
|
||||
jp PlaceNextChar
|
||||
; 1186
|
||||
|
||||
Function1186: ; 1186
|
||||
Function1186:: ; 1186
|
||||
push de
|
||||
ld de, MomsName
|
||||
jp $126a
|
||||
; 118d
|
||||
|
||||
Function118d: ; 118d
|
||||
Function118d:: ; 118d
|
||||
push de
|
||||
ld de, PlayerName
|
||||
jp $126a
|
||||
; 1194
|
||||
|
||||
Function1194: ; 1194
|
||||
Function1194:: ; 1194
|
||||
push de
|
||||
ld de, RivalName
|
||||
jp $126a
|
||||
; 119b
|
||||
|
||||
Function119b: ; 119b
|
||||
Function119b:: ; 119b
|
||||
push de
|
||||
ld de, RedsName
|
||||
jp $126a
|
||||
; 11a2
|
||||
|
||||
Function11a2: ; 11a2
|
||||
Function11a2:: ; 11a2
|
||||
push de
|
||||
ld de, GreensName
|
||||
jp $126a
|
||||
; 11a9
|
||||
|
||||
Function11a9: ; 11a9
|
||||
Function11a9:: ; 11a9
|
||||
push de
|
||||
ld de, Char5DText
|
||||
jp $126a
|
||||
; 11b0
|
||||
|
||||
Function11b0: ; 11b0
|
||||
Function11b0:: ; 11b0
|
||||
push de
|
||||
ld de, Char5CText
|
||||
jp $126a
|
||||
; 11b7
|
||||
|
||||
Function11b7: ; 11b7
|
||||
Function11b7:: ; 11b7
|
||||
push de
|
||||
ld de, Char5BText
|
||||
jp $126a
|
||||
; 11be
|
||||
|
||||
Function11be: ; 11be
|
||||
Function11be:: ; 11be
|
||||
push de
|
||||
ld de, Char5EText
|
||||
jp $126a
|
||||
; 11c5
|
||||
|
||||
Function11c5: ; 11c5
|
||||
Function11c5:: ; 11c5
|
||||
push de
|
||||
ld de, Char54Text
|
||||
jp $126a
|
||||
; 11cc
|
||||
|
||||
Function11cc: ; 11cc
|
||||
Function11cc:: ; 11cc
|
||||
push de
|
||||
ld de, Char23Text
|
||||
jp $126a
|
||||
; 11d3
|
||||
|
||||
Function11d3: ; 11d3
|
||||
Function11d3:: ; 11d3
|
||||
push de
|
||||
ld de, $1292
|
||||
jp $126a
|
||||
; 11da
|
||||
|
||||
Function11da: ; 11da
|
||||
Function11da:: ; 11da
|
||||
push de
|
||||
ld de, Char4AText
|
||||
jp $126a
|
||||
; 11e1
|
||||
|
||||
Function11e1: ; 11e1
|
||||
Function11e1:: ; 11e1
|
||||
push de
|
||||
ld de, Char24Text
|
||||
jp $126a
|
||||
; 11e8
|
||||
|
||||
Function11e8: ; 11e8
|
||||
Function11e8:: ; 11e8
|
||||
push de
|
||||
ld de, Char37Text
|
||||
jp $126a
|
||||
; 11ef
|
||||
|
||||
Function11ef: ; 11ef
|
||||
Function11ef:: ; 11ef
|
||||
push de
|
||||
ld de, Char37Text
|
||||
jp $126a
|
||||
; 11f6
|
||||
|
||||
Function11f6: ; 11f6
|
||||
Function11f6:: ; 11f6
|
||||
push de
|
||||
ld de, Char37Text
|
||||
jp $126a
|
||||
; 11fd
|
||||
|
||||
|
||||
Function11fd: ; 11fd
|
||||
Function11fd:: ; 11fd
|
||||
ld a, [hBattleTurn]
|
||||
xor $1
|
||||
jr Function1205
|
||||
; 1203
|
||||
|
||||
Char5D: ; 1203
|
||||
Char5D:: ; 1203
|
||||
ld a, [hBattleTurn]
|
||||
; 1205
|
||||
|
||||
Function1205: ; 1205
|
||||
Function1205:: ; 1205
|
||||
push de
|
||||
and a
|
||||
jr nz, .asm_120e ; 0x1207 $5
|
||||
@ -490,39 +490,39 @@ Function1205: ; 1205
|
||||
jp NextChar
|
||||
; 0x1273
|
||||
|
||||
Char5CText: ; 1273
|
||||
Char5CText:: ; 1273
|
||||
db "TM@"
|
||||
Char5DText: ; 1276
|
||||
Char5DText:: ; 1276
|
||||
db "TRAINER@"
|
||||
Char5BText: ; 127e
|
||||
Char5BText:: ; 127e
|
||||
db "PC@"
|
||||
Char5EText: ; 1281
|
||||
Char5EText:: ; 1281
|
||||
db "ROCKET@"
|
||||
Char54Text: ; 1288
|
||||
Char54Text:: ; 1288
|
||||
db "POKé@"
|
||||
Char23Text: ; 128d
|
||||
Char23Text:: ; 128d
|
||||
db "こうげき@"
|
||||
Char56Text:; 1292
|
||||
Char56Text::; 1292
|
||||
db "……@"
|
||||
Char5AText: ; 1295
|
||||
Char5AText:: ; 1295
|
||||
db "Enemy @"
|
||||
Char4AText: ; 129c
|
||||
Char4AText:: ; 129c
|
||||
db $e1, $e2, "@" ; PK MN
|
||||
Char24Text: ; 129f
|
||||
Char24Text:: ; 129f
|
||||
db $70, $71, "@" ; PO KE
|
||||
String12a2: ; 12a2
|
||||
String12a2:: ; 12a2
|
||||
db " @"
|
||||
Char35Text:
|
||||
Char36Text:
|
||||
Char37Text: ; 12a4
|
||||
Char35Text::
|
||||
Char36Text::
|
||||
Char37Text:: ; 12a4
|
||||
db "@"
|
||||
String12a5: ; 12a5
|
||||
String12a5:: ; 12a5
|
||||
db "@"
|
||||
String12a6: ; 12a6
|
||||
String12a6:: ; 12a6
|
||||
db "@"
|
||||
; 12a7
|
||||
|
||||
Function12a7: ; 12a7
|
||||
Function12a7:: ; 12a7
|
||||
pop hl
|
||||
ld bc, $0028
|
||||
add hl, bc
|
||||
@ -530,7 +530,7 @@ Function12a7: ; 12a7
|
||||
jp NextChar
|
||||
; 12b0
|
||||
|
||||
Function12b0: ; 12b0
|
||||
Function12b0:: ; 12b0
|
||||
pop hl
|
||||
ld bc, $0014
|
||||
add hl, bc
|
||||
@ -538,7 +538,7 @@ Function12b0: ; 12b0
|
||||
jp NextChar
|
||||
; 12b9
|
||||
|
||||
Function12b9: ; 12b9
|
||||
Function12b9:: ; 12b9
|
||||
pop hl
|
||||
push de
|
||||
ld bc, $3b60
|
||||
@ -581,14 +581,14 @@ Function12b9: ; 12b9
|
||||
; 12ea
|
||||
|
||||
|
||||
Char4F: ; 12ea
|
||||
Char4F:: ; 12ea
|
||||
pop hl
|
||||
hlcoord 1, 16
|
||||
push hl
|
||||
jp NextChar
|
||||
; 0x12f2
|
||||
|
||||
Function12f2: ; 12f2
|
||||
Function12f2:: ; 12f2
|
||||
push de
|
||||
ld a, [InLinkBattle]
|
||||
cp $3
|
||||
@ -612,7 +612,7 @@ Function12f2: ; 12f2
|
||||
; 131f
|
||||
|
||||
|
||||
Char4B: ; 131f
|
||||
Char4B:: ; 131f
|
||||
ld a, [InLinkBattle]
|
||||
or a
|
||||
jr nz, .asm_1328
|
||||
@ -638,7 +638,7 @@ Char4B: ; 131f
|
||||
; 1345
|
||||
|
||||
|
||||
Char55: ; 1345
|
||||
Char55:: ; 1345
|
||||
push de
|
||||
ld de, Text_1354
|
||||
ld b, h
|
||||
@ -650,19 +650,19 @@ Char55: ; 1345
|
||||
jp NextChar
|
||||
; 1354
|
||||
|
||||
Text_1354: ; 1354
|
||||
Text_1354:: ; 1354
|
||||
db $4b, "@"
|
||||
; 1356
|
||||
|
||||
|
||||
Char5F: ; 1356
|
||||
Char5F:: ; 1356
|
||||
; ends a Pokédex entry
|
||||
ld [hl], "."
|
||||
pop hl
|
||||
ret
|
||||
; 135a
|
||||
|
||||
Function135a: ; 135a
|
||||
Function135a:: ; 135a
|
||||
ld a, [InLinkBattle]
|
||||
cp $3
|
||||
jr z, .asm_1368
|
||||
@ -690,14 +690,14 @@ Function135a: ; 135a
|
||||
db "@"
|
||||
; 1383
|
||||
|
||||
Function1383: ; 1383
|
||||
Function1383:: ; 1383
|
||||
ld a, $e6
|
||||
ld [hli], a
|
||||
call PrintLetterDelay
|
||||
jp NextChar
|
||||
; 138c
|
||||
|
||||
Function138c: ; 138c
|
||||
Function138c:: ; 138c
|
||||
ld hl, $c5b9
|
||||
ld de, $c5a5
|
||||
ld a, $3
|
||||
@ -726,7 +726,7 @@ Function138c: ; 138c
|
||||
ret
|
||||
; 13b6
|
||||
|
||||
Function13b6: ; 13b6
|
||||
Function13b6:: ; 13b6
|
||||
push bc
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
@ -739,23 +739,23 @@ Function13b6: ; 13b6
|
||||
ret
|
||||
; 13c6
|
||||
|
||||
Function13c6: ; 13c6
|
||||
Function13c6:: ; 13c6
|
||||
ret
|
||||
; 13c7
|
||||
|
||||
Function13c7: ; 13c7
|
||||
Function13c7:: ; 13c7
|
||||
ld a, $ee
|
||||
ld [$c606], a
|
||||
ret
|
||||
; 13cd
|
||||
|
||||
Function13cd: ; 13cd
|
||||
Function13cd:: ; 13cd
|
||||
ld a, [$c605]
|
||||
ld [$c606], a
|
||||
ret
|
||||
; 13d4
|
||||
|
||||
Function13d4: ; 13d4
|
||||
Function13d4:: ; 13d4
|
||||
ld b, a
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -769,7 +769,7 @@ Function13d4: ; 13d4
|
||||
ret
|
||||
; 13e0
|
||||
|
||||
Function13e0: ; 13e0
|
||||
Function13e0:: ; 13e0
|
||||
ld hl, $13e4
|
||||
ret
|
||||
|
||||
@ -778,7 +778,7 @@ Function13e0: ; 13e0
|
||||
; 13e5
|
||||
|
||||
|
||||
Function13e5: ; 13e5
|
||||
Function13e5:: ; 13e5
|
||||
ld a, [$cfcf]
|
||||
push af
|
||||
set 1, a
|
||||
@ -789,7 +789,7 @@ Function13e5: ; 13e5
|
||||
ret
|
||||
; 13f6
|
||||
|
||||
Function13f6: ; 13f6
|
||||
Function13f6:: ; 13f6
|
||||
.asm_13f6
|
||||
ld a, [hli]
|
||||
cp "@"
|
||||
@ -798,7 +798,7 @@ Function13f6: ; 13f6
|
||||
jr .asm_13f6
|
||||
; 13ff
|
||||
|
||||
Function13ff: ; 13ff
|
||||
Function13ff:: ; 13ff
|
||||
push hl
|
||||
push bc
|
||||
ld c, a
|
||||
@ -817,7 +817,7 @@ Function13ff: ; 13ff
|
||||
ret
|
||||
; 1410
|
||||
|
||||
TextCommands: ; 1410
|
||||
TextCommands:: ; 1410
|
||||
dw Text_00
|
||||
dw Text_01
|
||||
dw Text_02
|
||||
@ -843,7 +843,7 @@ TextCommands: ; 1410
|
||||
dw Text_16
|
||||
; 143e
|
||||
|
||||
Text_00: ; 143e
|
||||
Text_00:: ; 143e
|
||||
; TX
|
||||
; write text until "@"
|
||||
; [$00]["...@"]
|
||||
@ -859,7 +859,7 @@ Text_00: ; 143e
|
||||
ret
|
||||
; 1449
|
||||
|
||||
Text_01: ; 1449
|
||||
Text_01:: ; 1449
|
||||
; TX_RAM
|
||||
; write text from a ram address
|
||||
; little endian
|
||||
@ -877,7 +877,7 @@ Text_01: ; 1449
|
||||
ret
|
||||
; 1455
|
||||
|
||||
Text_16: ; 1455
|
||||
Text_16:: ; 1455
|
||||
; TX_FAR
|
||||
; write text from a different bank
|
||||
; little endian
|
||||
@ -907,7 +907,7 @@ Text_16: ; 1455
|
||||
ret
|
||||
; 1470
|
||||
|
||||
Text_02: ; 1470
|
||||
Text_02:: ; 1470
|
||||
; TX_NUM
|
||||
; write bcdnumber from address, typically ram
|
||||
; little endian
|
||||
@ -930,7 +930,7 @@ Text_02: ; 1470
|
||||
ret
|
||||
; 1480
|
||||
|
||||
Text_03: ; 1480
|
||||
Text_03:: ; 1480
|
||||
; TX_MOVE
|
||||
; move to a new tile
|
||||
; little endian
|
||||
@ -945,7 +945,7 @@ Text_03: ; 1480
|
||||
ret
|
||||
; 148b
|
||||
|
||||
Text_04: ; 148b
|
||||
Text_04:: ; 148b
|
||||
; TX_BOX
|
||||
; draw a box
|
||||
; little endian
|
||||
@ -967,7 +967,7 @@ Text_04: ; 148b
|
||||
ret
|
||||
; 149b
|
||||
|
||||
Text_05: ; 149b
|
||||
Text_05:: ; 149b
|
||||
; TX_LOW
|
||||
; write text at (1,16)
|
||||
; [$05]
|
||||
@ -997,7 +997,7 @@ Text_06:: ; 149f
|
||||
ret
|
||||
; 14ba
|
||||
|
||||
Text_07: ; 14ba
|
||||
Text_07:: ; 14ba
|
||||
push hl
|
||||
call Function13cd
|
||||
call Function138c
|
||||
@ -1007,7 +1007,7 @@ Text_07: ; 14ba
|
||||
ret
|
||||
; 14c9
|
||||
|
||||
Text_08: ; 14c9
|
||||
Text_08:: ; 14c9
|
||||
; TX_ASM
|
||||
|
||||
; rom only?
|
||||
@ -1021,7 +1021,7 @@ Text_08: ; 14c9
|
||||
ret
|
||||
; 14d2
|
||||
|
||||
Text_09: ; 14d2
|
||||
Text_09:: ; 14d2
|
||||
ld a, [hli]
|
||||
ld e, a
|
||||
ld a, [hli]
|
||||
@ -1045,7 +1045,7 @@ Text_09: ; 14d2
|
||||
ret
|
||||
; 14ed
|
||||
|
||||
Text_0A: ; 14ed
|
||||
Text_0A:: ; 14ed
|
||||
push hl
|
||||
push bc
|
||||
call GetJoypad
|
||||
@ -1097,7 +1097,7 @@ Text_PlaySound:: ; 1500
|
||||
ret
|
||||
; 1522
|
||||
|
||||
Function1522: ; 1522
|
||||
Function1522:: ; 1522
|
||||
push de
|
||||
ld e, [hl]
|
||||
inc hl
|
||||
@ -1109,7 +1109,7 @@ Function1522: ; 1522
|
||||
ret
|
||||
; 152d
|
||||
|
||||
TextSFX: ; 152d
|
||||
TextSFX:: ; 152d
|
||||
dbw $0b, SFX_DEX_FANFARE_50_79
|
||||
dbw $12, SFX_FANFARE
|
||||
dbw $0e, SFX_DEX_FANFARE_20_49
|
||||
@ -1120,7 +1120,7 @@ TextSFX: ; 152d
|
||||
db $ff ; end
|
||||
; 1543
|
||||
|
||||
Text_0C: ; 1543
|
||||
Text_0C:: ; 1543
|
||||
ld a, [hli]
|
||||
ld d, a
|
||||
push hl
|
||||
@ -1146,7 +1146,7 @@ Text_0C: ; 1543
|
||||
ret
|
||||
; 1562
|
||||
|
||||
Text_0D: ; 1562
|
||||
Text_0D:: ; 1562
|
||||
; wait for key down
|
||||
; display arrow
|
||||
push hl
|
||||
@ -1157,7 +1157,7 @@ Text_0D: ; 1562
|
||||
ret
|
||||
; 156a
|
||||
|
||||
Text_14: ; 156a
|
||||
Text_14:: ; 156a
|
||||
; TX_PREDEF
|
||||
; [$14][id]
|
||||
|
||||
@ -1179,7 +1179,7 @@ Text_14: ; 156a
|
||||
ret
|
||||
; 1582
|
||||
|
||||
Text_15: ; 1582
|
||||
Text_15:: ; 1582
|
||||
; TX_DAY
|
||||
|
||||
call GetWeekday
|
||||
|
@ -1,4 +1,4 @@
|
||||
Function1c30: ; 0x1c30
|
||||
Function1c30:: ; 0x1c30
|
||||
call Function1c53
|
||||
inc b
|
||||
inc c
|
||||
@ -19,7 +19,7 @@ Function1c30: ; 0x1c30
|
||||
jr nz, .asm_1c35 ; 0x1c44 $ef
|
||||
ret
|
||||
|
||||
Function1c47: ; 0x1c47
|
||||
Function1c47:: ; 0x1c47
|
||||
ld b, $10
|
||||
ld de, $cf81
|
||||
.asm_1c4c
|
||||
@ -30,7 +30,7 @@ Function1c47: ; 0x1c47
|
||||
jr nz, .asm_1c4c ; 0x1c50 $fa
|
||||
ret
|
||||
|
||||
Function1c53: ; 0x1c53
|
||||
Function1c53:: ; 0x1c53
|
||||
ld a, [$cf82]
|
||||
ld b, a
|
||||
ld a, [$cf84]
|
||||
@ -44,7 +44,7 @@ Function1c53: ; 0x1c53
|
||||
ret
|
||||
; 0x1c66
|
||||
|
||||
Function1c66: ; 1c66
|
||||
Function1c66:: ; 1c66
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@ -63,7 +63,7 @@ Function1c66: ; 1c66
|
||||
ret
|
||||
; 1c7e
|
||||
|
||||
Function1c7e: ; 1c7e
|
||||
Function1c7e:: ; 1c7e
|
||||
ld hl, $cf71
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@ -75,7 +75,7 @@ Function1c7e: ; 1c7e
|
||||
ret
|
||||
; 1c89
|
||||
|
||||
Function1c89: ; 1c89
|
||||
Function1c89:: ; 1c89
|
||||
call Function1c66
|
||||
ld hl, $cf86
|
||||
ld e, [hl]
|
||||
@ -108,7 +108,7 @@ Function1c89: ; 1c89
|
||||
jp PlaceString
|
||||
; 1cbb
|
||||
|
||||
Function1cbb: ; 1cbb
|
||||
Function1cbb:: ; 1cbb
|
||||
call Function1cfd
|
||||
call Function1c53
|
||||
dec b
|
||||
@ -116,7 +116,7 @@ Function1cbb: ; 1cbb
|
||||
jp TextBox
|
||||
; 1cc6
|
||||
|
||||
Function1cc6: ; 1cc6
|
||||
Function1cc6:: ; 1cc6
|
||||
ld a, [$cf82]
|
||||
ld b, a
|
||||
inc b
|
||||
@ -138,7 +138,7 @@ Function1cc6: ; 1cc6
|
||||
ret
|
||||
; 1ce1
|
||||
|
||||
Function1ce1: ; 1ce1
|
||||
Function1ce1:: ; 1ce1
|
||||
call Function1cfd
|
||||
ld bc, $0015
|
||||
add hl, bc
|
||||
@ -149,7 +149,7 @@ Function1ce1: ; 1ce1
|
||||
ret
|
||||
; 1cf1
|
||||
|
||||
Function1cf1: ; 1cf1
|
||||
Function1cf1:: ; 1cf1
|
||||
call Function1cfd
|
||||
call Function1c53
|
||||
inc c
|
||||
@ -159,7 +159,7 @@ Function1cf1: ; 1cf1
|
||||
; 1cfd
|
||||
|
||||
|
||||
Function1cfd: ; 1cfd
|
||||
Function1cfd:: ; 1cfd
|
||||
ld a, [$cf83]
|
||||
ld c, a
|
||||
ld a, [$cf82]
|
||||
@ -167,7 +167,7 @@ Function1cfd: ; 1cfd
|
||||
; 1d05
|
||||
|
||||
|
||||
GetTileCoord: ; 1d05
|
||||
GetTileCoord:: ; 1d05
|
||||
; Return the address of TileMap(c, b) in hl.
|
||||
xor a
|
||||
ld h, a
|
||||
@ -189,13 +189,13 @@ GetTileCoord: ; 1d05
|
||||
ret
|
||||
; 1d19
|
||||
|
||||
Function1d19: ; 1d19
|
||||
Function1d19:: ; 1d19
|
||||
ld a, [$cf83]
|
||||
ld c, a
|
||||
ld a, [$cf82]
|
||||
ld b, a
|
||||
|
||||
GetAttrCoord: ; 1d21
|
||||
GetAttrCoord:: ; 1d21
|
||||
; Return the address of AttrMap(c, b) in hl.
|
||||
xor a
|
||||
ld h, a
|
||||
|
@ -1,7 +1,7 @@
|
||||
; Functions relating to the timer interrupt and the real-time-clock.
|
||||
|
||||
|
||||
AskTimer: ; 591
|
||||
AskTimer:: ; 591
|
||||
push af
|
||||
ld a, [$ffe9]
|
||||
and a
|
||||
@ -14,7 +14,7 @@ AskTimer: ; 591
|
||||
; 59c
|
||||
|
||||
|
||||
LatchClock: ; 59c
|
||||
LatchClock:: ; 59c
|
||||
; latch clock counter data
|
||||
ld a, 0
|
||||
ld [MBC3LatchClock], a
|
||||
@ -24,7 +24,7 @@ LatchClock: ; 59c
|
||||
; 5a7
|
||||
|
||||
|
||||
UpdateTime: ; 5a7
|
||||
UpdateTime:: ; 5a7
|
||||
call GetClock
|
||||
call FixDays
|
||||
call FixTime
|
||||
@ -33,7 +33,7 @@ UpdateTime: ; 5a7
|
||||
; 5b7
|
||||
|
||||
|
||||
GetClock: ; 5b7
|
||||
GetClock:: ; 5b7
|
||||
; store clock data in hRTCDayHi-hRTCSeconds
|
||||
|
||||
; enable clock r/w
|
||||
@ -75,7 +75,7 @@ GetClock: ; 5b7
|
||||
; 5e8
|
||||
|
||||
|
||||
FixDays: ; 5e8
|
||||
FixDays:: ; 5e8
|
||||
; fix day count
|
||||
; mod by 140
|
||||
|
||||
@ -137,7 +137,7 @@ FixDays: ; 5e8
|
||||
; 61d
|
||||
|
||||
|
||||
FixTime: ; 61d
|
||||
FixTime:: ; 61d
|
||||
; add ingame time (set at newgame) to current time
|
||||
; day hr min sec
|
||||
; store time in CurDay, hHours, hMinutes, hSeconds
|
||||
@ -187,14 +187,14 @@ FixTime: ; 61d
|
||||
ret
|
||||
; 658
|
||||
|
||||
Function658: ; 658
|
||||
Function658:: ; 658
|
||||
xor a
|
||||
ld [StringBuffer2], a
|
||||
ld a, $0
|
||||
ld [$d089], a
|
||||
jr Function677
|
||||
|
||||
Function663: ; 663
|
||||
Function663:: ; 663
|
||||
call UpdateTime
|
||||
ld a, [hHours]
|
||||
ld [$d087], a
|
||||
@ -204,20 +204,20 @@ Function663: ; 663
|
||||
ld [$d089], a
|
||||
jr Function677
|
||||
|
||||
Function677: ; 677
|
||||
Function677:: ; 677
|
||||
callba Function140ed
|
||||
ret
|
||||
; 67e
|
||||
|
||||
|
||||
|
||||
Function67e: ; 67e
|
||||
Function67e:: ; 67e
|
||||
call Function685
|
||||
call SetClock
|
||||
ret
|
||||
; 685
|
||||
|
||||
Function685: ; 685
|
||||
Function685:: ; 685
|
||||
xor a
|
||||
ld [hRTCSeconds], a
|
||||
ld [hRTCMinutes], a
|
||||
@ -228,7 +228,7 @@ Function685: ; 685
|
||||
; 691
|
||||
|
||||
|
||||
SetClock: ; 691
|
||||
SetClock:: ; 691
|
||||
; set clock data from hram
|
||||
|
||||
; enable clock r/w
|
||||
@ -277,7 +277,7 @@ SetClock: ; 691
|
||||
; 6c4
|
||||
|
||||
|
||||
Function6c4: ; 6c4
|
||||
Function6c4:: ; 6c4
|
||||
xor a
|
||||
push af
|
||||
ld a, $0
|
||||
@ -288,7 +288,7 @@ Function6c4: ; 6c4
|
||||
ret
|
||||
; 6d3
|
||||
|
||||
Function6d3: ; 6d3
|
||||
Function6d3:: ; 6d3
|
||||
ld hl, $ac60
|
||||
push af
|
||||
ld a, $0
|
||||
@ -300,7 +300,7 @@ Function6d3: ; 6d3
|
||||
ret
|
||||
; 6e3
|
||||
|
||||
Function6e3: ; 6e3
|
||||
Function6e3:: ; 6e3
|
||||
ld a, $0
|
||||
call GetSRAMBank
|
||||
ld a, [$ac60]
|
||||
|
@ -7,7 +7,7 @@
|
||||
; This prevents the display and audio output from lagging.
|
||||
|
||||
|
||||
VBlank: ; 283
|
||||
VBlank:: ; 283
|
||||
push af
|
||||
push bc
|
||||
push de
|
||||
@ -52,7 +52,7 @@ VBlank: ; 283
|
||||
; 2b1
|
||||
|
||||
|
||||
VBlank0: ; 2b1
|
||||
VBlank0:: ; 2b1
|
||||
; normal operation
|
||||
|
||||
; rng
|
||||
@ -181,7 +181,7 @@ VBlank0: ; 2b1
|
||||
; 325
|
||||
|
||||
|
||||
VBlank2: ; 325
|
||||
VBlank2:: ; 325
|
||||
; sound only
|
||||
|
||||
; save bank
|
||||
@ -204,7 +204,7 @@ VBlank2: ; 325
|
||||
; 337
|
||||
|
||||
|
||||
VBlank1: ; 337
|
||||
VBlank1:: ; 337
|
||||
; scx, scy
|
||||
; palettes
|
||||
; bg map
|
||||
@ -289,7 +289,7 @@ VBlank1: ; 337
|
||||
; 37f
|
||||
|
||||
|
||||
UpdatePals: ; 37f
|
||||
UpdatePals:: ; 37f
|
||||
; update pals for either dmg or cgb
|
||||
|
||||
; check cgb
|
||||
@ -312,7 +312,7 @@ UpdatePals: ; 37f
|
||||
; 396
|
||||
|
||||
|
||||
VBlank3: ; 396
|
||||
VBlank3:: ; 396
|
||||
; scx, scy
|
||||
; palettes
|
||||
; bg map
|
||||
@ -397,7 +397,7 @@ VBlank3: ; 396
|
||||
; 3df
|
||||
|
||||
|
||||
VBlank4: ; 3df
|
||||
VBlank4:: ; 3df
|
||||
; bg map
|
||||
; tiles
|
||||
; oam
|
||||
@ -444,7 +444,7 @@ VBlank4: ; 3df
|
||||
; 400
|
||||
|
||||
|
||||
VBlank5: ; 400
|
||||
VBlank5:: ; 400
|
||||
; scx
|
||||
; palettes
|
||||
; bg map
|
||||
@ -504,7 +504,7 @@ VBlank5: ; 400
|
||||
; 436
|
||||
|
||||
|
||||
VBlank6: ; 436
|
||||
VBlank6:: ; 436
|
||||
; palettes
|
||||
; tiles
|
||||
; dma transfer
|
||||
|
@ -1,6 +1,6 @@
|
||||
; Functions dealing with VRAM.
|
||||
|
||||
DMATransfer: ; 15d8
|
||||
DMATransfer:: ; 15d8
|
||||
; Return carry if the transfer is completed.
|
||||
|
||||
ld a, [hDMATransfer]
|
||||
@ -19,7 +19,7 @@ DMATransfer: ; 15d8
|
||||
; 15e3
|
||||
|
||||
|
||||
UpdateBGMapBuffer: ; 15e3
|
||||
UpdateBGMapBuffer:: ; 15e3
|
||||
; Copy [$ffdc] 16x8 tiles from BGMapBuffer
|
||||
; to bg map addresses in BGMapBufferPtrs.
|
||||
|
||||
@ -100,7 +100,7 @@ endr
|
||||
; 163a
|
||||
|
||||
|
||||
WaitTop: ; 163a
|
||||
WaitTop:: ; 163a
|
||||
; Wait until the top third of the BG Map is being updated.
|
||||
|
||||
ld a, [hBGMapMode]
|
||||
@ -121,7 +121,7 @@ WaitTop: ; 163a
|
||||
; 164c
|
||||
|
||||
|
||||
UpdateBGMap: ; 164c
|
||||
UpdateBGMap:: ; 164c
|
||||
; Update the BG Map, in thirds, from TileMap and AttrMap.
|
||||
|
||||
ld a, [hBGMapMode]
|
||||
@ -282,7 +282,7 @@ endr
|
||||
; 170a
|
||||
|
||||
|
||||
Serve1bppRequest: ; 170a
|
||||
Serve1bppRequest:: ; 170a
|
||||
; Only call during the first fifth of VBlank
|
||||
|
||||
ld a, [Requested1bpp]
|
||||
@ -363,7 +363,7 @@ endr
|
||||
; 1769
|
||||
|
||||
|
||||
Serve2bppRequest: ; 1769
|
||||
Serve2bppRequest:: ; 1769
|
||||
; Only call during the first fifth of VBlank
|
||||
|
||||
ld a, [Requested2bpp]
|
||||
@ -379,13 +379,13 @@ Serve2bppRequest: ; 1769
|
||||
jr _Serve2bppRequest
|
||||
|
||||
|
||||
Serve2bppRequest@VBlank: ; 1778
|
||||
Serve2bppRequest@VBlank:: ; 1778
|
||||
|
||||
ld a, [Requested2bpp]
|
||||
and a
|
||||
ret z
|
||||
|
||||
_Serve2bppRequest: ; 177d
|
||||
_Serve2bppRequest:: ; 177d
|
||||
; Copy [Requested2bpp] 2bpp tiles from [Requested2bppSource] to [Requested2bppDest]
|
||||
|
||||
ld [hSPBuffer], sp
|
||||
@ -445,7 +445,7 @@ endr
|
||||
; 17d3
|
||||
|
||||
|
||||
AnimateTileset: ; 17d3
|
||||
AnimateTileset:: ; 17d3
|
||||
; Only call during the first fifth of VBlank
|
||||
|
||||
ld a, [$ffde]
|
||||
|
@ -1,4 +1,4 @@
|
||||
ResetWindow: ; 2dba
|
||||
ResetWindow:: ; 2dba
|
||||
|
||||
call Function1fbf
|
||||
ld a, [hROMBank]
|
||||
@ -16,7 +16,7 @@ ResetWindow: ; 2dba
|
||||
; 2dcf
|
||||
|
||||
|
||||
Function2dcf: ; 2dcf
|
||||
Function2dcf:: ; 2dcf
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, $1
|
||||
@ -29,7 +29,7 @@ Function2dcf: ; 2dcf
|
||||
ret
|
||||
; 2de2
|
||||
|
||||
Function2de2: ; 2de2
|
||||
Function2de2:: ; 2de2
|
||||
call Function1fbf
|
||||
xor a
|
||||
ld [hBGMapMode], a
|
||||
@ -46,7 +46,7 @@ Function2de2: ; 2de2
|
||||
ret
|
||||
; 2e08
|
||||
|
||||
Function2e08: ; 2e08
|
||||
Function2e08:: ; 2e08
|
||||
call Function1fbf
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@ -63,7 +63,7 @@ Function2e08: ; 2e08
|
||||
ret
|
||||
; 2e20
|
||||
|
||||
Function2e20: ; 2e20
|
||||
Function2e20:: ; 2e20
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, $1
|
||||
@ -74,7 +74,7 @@ Function2e20: ; 2e20
|
||||
ret
|
||||
; 2e31
|
||||
|
||||
Function2e31: ; 2e31
|
||||
Function2e31:: ; 2e31
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, [hBGMapMode]
|
||||
|
@ -1,4 +1,4 @@
|
||||
_DoItemEffect: ; e722
|
||||
_DoItemEffect:: ; e722
|
||||
ld a, [CurItem]
|
||||
ld [$d265], a
|
||||
call GetItemName
|
||||
|
@ -21,7 +21,7 @@ Function110029: ; 110029 (44:4029)
|
||||
ret
|
||||
|
||||
; known jump sources: 3e5d (0:3e5d)
|
||||
Function110030: ; 110030 (44:4030)
|
||||
Function110030:: ; 110030 (44:4030)
|
||||
push de
|
||||
ld a, [$c988]
|
||||
cp $c
|
||||
@ -183,7 +183,7 @@ Function111686: ; 111686 (44:5686)
|
||||
INCBIN "baserom.gbc",$1116a0,$1116c5 - $1116a0
|
||||
|
||||
; known jump sources: 3e89 (0:3e89)
|
||||
Function1116c5: ; 1116c5 (44:56c5)
|
||||
Function1116c5:: ; 1116c5 (44:56c5)
|
||||
ld a, [OverworldMap] ; $c800
|
||||
rrca
|
||||
jp nc, Function1118bc
|
||||
@ -522,7 +522,7 @@ Function1118c2: ; 1118c2 (44:58c2)
|
||||
ret
|
||||
|
||||
; known jump sources: 3ec1 (0:3ec1)
|
||||
Function1118de: ; 1118de (44:58de)
|
||||
Function1118de:: ; 1118de (44:58de)
|
||||
ld a, [$c80b]
|
||||
cp $4
|
||||
call z, Function111b3c
|
||||
|
@ -202,7 +202,7 @@ ScientistMarcScript: ; 0x5e5eb
|
||||
end
|
||||
; 0x5e5f3
|
||||
|
||||
MapRadioTower3FSignpost2Script: ; 0x5e5f3
|
||||
MapRadioTower3FSignpost2Script:: ; 0x5e5f3
|
||||
loadfont
|
||||
2writetext UnknownText_0x5eaa4
|
||||
closetext
|
||||
|
@ -67,7 +67,7 @@ UnknownScript_0x19404a: ; 0x19404a
|
||||
; fallthrough
|
||||
; 0x194053
|
||||
|
||||
WateredWeirdTreeScript: ; 0x194053
|
||||
WateredWeirdTreeScript:: ; 0x194053
|
||||
loadfont
|
||||
2writetext UnknownText_0x194290
|
||||
closetext
|
||||
|
@ -468,7 +468,7 @@ UnknownScript_0x7c2cd: ; 0x7c2cd
|
||||
end
|
||||
; 0x7c2d6
|
||||
|
||||
MapWarehouseEntranceSignpost0Script: ; 0x7c2d6
|
||||
MapWarehouseEntranceSignpost0Script:: ; 0x7c2d6
|
||||
loadfont
|
||||
checkevent EVENT_USED_BASEMENT_KEY
|
||||
iftrue UnknownScript_0x7c2fa
|
||||
|
@ -1,4 +1,4 @@
|
||||
MapGroupPointers: ; 0x94000
|
||||
MapGroupPointers:: ; 0x94000
|
||||
; pointers to the first map header of each map group
|
||||
dw MapGroup1
|
||||
dw MapGroup2
|
||||
@ -30,7 +30,7 @@ MapGroupPointers: ; 0x94000
|
||||
|
||||
MapGroup1:
|
||||
|
||||
OlivinePokeCenter1F_MapHeader: ; 0x94034
|
||||
OlivinePokeCenter1F_MapHeader:: ; 0x94034
|
||||
; bank, tileset, permission
|
||||
db BANK(OlivinePokeCenter1F_SecondMapHeader), $7, 3
|
||||
|
||||
@ -43,7 +43,7 @@ OlivinePokeCenter1F_MapHeader: ; 0x94034
|
||||
; had to convert 0x->$ (duh..)
|
||||
; 0x9403d
|
||||
|
||||
OlivineGym_MapHeader: ; 0x9403d
|
||||
OlivineGym_MapHeader:: ; 0x9403d
|
||||
; bank, tileset, permission
|
||||
db BANK(OlivineGym_SecondMapHeader), $12, 3
|
||||
|
||||
|
@ -2974,7 +2974,7 @@ RuinsofAlphHoOhChamber_SecondMapHeader: ; 0x958c4
|
||||
db 0
|
||||
; 0x958d0
|
||||
|
||||
RuinsofAlphKabutoChamber_SecondMapHeader: ; 0x958d0
|
||||
RuinsofAlphKabutoChamber_SecondMapHeader:: ; 0x958d0
|
||||
; border block
|
||||
db $0
|
||||
|
||||
@ -3014,7 +3014,7 @@ RuinsofAlphOmanyteChamber_SecondMapHeader: ; 0x958dc
|
||||
db 0
|
||||
; 0x958e8
|
||||
|
||||
RuinsofAlphAerodactylChamber_SecondMapHeader: ; 0x958e8
|
||||
RuinsofAlphAerodactylChamber_SecondMapHeader:: ; 0x958e8
|
||||
; border block
|
||||
db $0
|
||||
|
||||
|
@ -8,7 +8,7 @@ INCBIN "gfx/misc/mobile_adapter.2bpp"
|
||||
|
||||
|
||||
; no known jump sources
|
||||
Function17a68f: ; 17a68f (5e:668f)
|
||||
Function17a68f:: ; 17a68f (5e:668f)
|
||||
call Function17a6a8
|
||||
call Function17a751
|
||||
ld hl, $d088
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
EvosAttacks:
|
||||
EvosAttacks::
|
||||
|
||||
BulbasaurEvosAttacks:
|
||||
db EVOLVE_LEVEL,16,IVYSAUR
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
; These are grouped together since they're both checked at level-up.
|
||||
|
||||
EvosAttacksPointers: ; 0x425b1
|
||||
EvosAttacksPointers:: ; 0x425b1
|
||||
dw BulbasaurEvosAttacks
|
||||
dw IvysaurEvosAttacks
|
||||
dw VenusaurEvosAttacks
|
||||
|
@ -1,24 +1,24 @@
|
||||
|
||||
SECTION "Pokedex Entries 001-064", ROMX, BANK[POKEDEX_ENTRIES_1]
|
||||
|
||||
PokedexEntries1:
|
||||
PokedexEntries1::
|
||||
INCLUDE "stats/pokedex/entries_1.asm"
|
||||
|
||||
|
||||
SECTION "Pokedex Entries 065-128", ROMX, BANK[POKEDEX_ENTRIES_2]
|
||||
|
||||
PokedexEntries2:
|
||||
PokedexEntries2::
|
||||
INCLUDE "stats/pokedex/entries_2.asm"
|
||||
|
||||
|
||||
SECTION "Pokedex Entries 129-192", ROMX, BANK[POKEDEX_ENTRIES_3]
|
||||
|
||||
PokedexEntries3:
|
||||
PokedexEntries3::
|
||||
INCLUDE "stats/pokedex/entries_3.asm"
|
||||
|
||||
|
||||
SECTION "Pokedex Entries 193-251", ROMX, BANK[POKEDEX_ENTRIES_4]
|
||||
|
||||
PokedexEntries4:
|
||||
PokedexEntries4::
|
||||
INCLUDE "stats/pokedex/entries_4.asm"
|
||||
|
||||
|
@ -1,64 +1,64 @@
|
||||
BulbasaurPokedexEntry: INCLUDE "stats/pokedex/entries/001.asm"
|
||||
IvysaurPokedexEntry: INCLUDE "stats/pokedex/entries/002.asm"
|
||||
VenusaurPokedexEntry: INCLUDE "stats/pokedex/entries/003.asm"
|
||||
CharmanderPokedexEntry: INCLUDE "stats/pokedex/entries/004.asm"
|
||||
CharmeleonPokedexEntry: INCLUDE "stats/pokedex/entries/005.asm"
|
||||
CharizardPokedexEntry: INCLUDE "stats/pokedex/entries/006.asm"
|
||||
SquirtlePokedexEntry: INCLUDE "stats/pokedex/entries/007.asm"
|
||||
WartortlePokedexEntry: INCLUDE "stats/pokedex/entries/008.asm"
|
||||
BlastoisePokedexEntry: INCLUDE "stats/pokedex/entries/009.asm"
|
||||
CaterpiePokedexEntry: INCLUDE "stats/pokedex/entries/010.asm"
|
||||
MetapodPokedexEntry: INCLUDE "stats/pokedex/entries/011.asm"
|
||||
ButterfreePokedexEntry: INCLUDE "stats/pokedex/entries/012.asm"
|
||||
WeedlePokedexEntry: INCLUDE "stats/pokedex/entries/013.asm"
|
||||
KakunaPokedexEntry: INCLUDE "stats/pokedex/entries/014.asm"
|
||||
BeedrillPokedexEntry: INCLUDE "stats/pokedex/entries/015.asm"
|
||||
PidgeyPokedexEntry: INCLUDE "stats/pokedex/entries/016.asm"
|
||||
PidgeottoPokedexEntry: INCLUDE "stats/pokedex/entries/017.asm"
|
||||
PidgeotPokedexEntry: INCLUDE "stats/pokedex/entries/018.asm"
|
||||
RattataPokedexEntry: INCLUDE "stats/pokedex/entries/019.asm"
|
||||
RaticatePokedexEntry: INCLUDE "stats/pokedex/entries/020.asm"
|
||||
SpearowPokedexEntry: INCLUDE "stats/pokedex/entries/021.asm"
|
||||
FearowPokedexEntry: INCLUDE "stats/pokedex/entries/022.asm"
|
||||
EkansPokedexEntry: INCLUDE "stats/pokedex/entries/023.asm"
|
||||
ArbokPokedexEntry: INCLUDE "stats/pokedex/entries/024.asm"
|
||||
PikachuPokedexEntry: INCLUDE "stats/pokedex/entries/025.asm"
|
||||
RaichuPokedexEntry: INCLUDE "stats/pokedex/entries/026.asm"
|
||||
SandshrewPokedexEntry: INCLUDE "stats/pokedex/entries/027.asm"
|
||||
SandslashPokedexEntry: INCLUDE "stats/pokedex/entries/028.asm"
|
||||
NidoranFPokedexEntry: INCLUDE "stats/pokedex/entries/029.asm"
|
||||
NidorinaPokedexEntry: INCLUDE "stats/pokedex/entries/030.asm"
|
||||
NidoqueenPokedexEntry: INCLUDE "stats/pokedex/entries/031.asm"
|
||||
NidoranMPokedexEntry: INCLUDE "stats/pokedex/entries/032.asm"
|
||||
NidorinoPokedexEntry: INCLUDE "stats/pokedex/entries/033.asm"
|
||||
NidokingPokedexEntry: INCLUDE "stats/pokedex/entries/034.asm"
|
||||
ClefairyPokedexEntry: INCLUDE "stats/pokedex/entries/035.asm"
|
||||
ClefablePokedexEntry: INCLUDE "stats/pokedex/entries/036.asm"
|
||||
VulpixPokedexEntry: INCLUDE "stats/pokedex/entries/037.asm"
|
||||
NinetalesPokedexEntry: INCLUDE "stats/pokedex/entries/038.asm"
|
||||
JigglypuffPokedexEntry: INCLUDE "stats/pokedex/entries/039.asm"
|
||||
WigglytuffPokedexEntry: INCLUDE "stats/pokedex/entries/040.asm"
|
||||
ZubatPokedexEntry: INCLUDE "stats/pokedex/entries/041.asm"
|
||||
GolbatPokedexEntry: INCLUDE "stats/pokedex/entries/042.asm"
|
||||
OddishPokedexEntry: INCLUDE "stats/pokedex/entries/043.asm"
|
||||
GloomPokedexEntry: INCLUDE "stats/pokedex/entries/044.asm"
|
||||
VileplumePokedexEntry: INCLUDE "stats/pokedex/entries/045.asm"
|
||||
ParasPokedexEntry: INCLUDE "stats/pokedex/entries/046.asm"
|
||||
ParasectPokedexEntry: INCLUDE "stats/pokedex/entries/047.asm"
|
||||
VenonatPokedexEntry: INCLUDE "stats/pokedex/entries/048.asm"
|
||||
VenomothPokedexEntry: INCLUDE "stats/pokedex/entries/049.asm"
|
||||
DiglettPokedexEntry: INCLUDE "stats/pokedex/entries/050.asm"
|
||||
DugtrioPokedexEntry: INCLUDE "stats/pokedex/entries/051.asm"
|
||||
MeowthPokedexEntry: INCLUDE "stats/pokedex/entries/052.asm"
|
||||
PersianPokedexEntry: INCLUDE "stats/pokedex/entries/053.asm"
|
||||
PsyduckPokedexEntry: INCLUDE "stats/pokedex/entries/054.asm"
|
||||
GolduckPokedexEntry: INCLUDE "stats/pokedex/entries/055.asm"
|
||||
MankeyPokedexEntry: INCLUDE "stats/pokedex/entries/056.asm"
|
||||
PrimeapePokedexEntry: INCLUDE "stats/pokedex/entries/057.asm"
|
||||
GrowlithePokedexEntry: INCLUDE "stats/pokedex/entries/058.asm"
|
||||
ArcaninePokedexEntry: INCLUDE "stats/pokedex/entries/059.asm"
|
||||
PoliwagPokedexEntry: INCLUDE "stats/pokedex/entries/060.asm"
|
||||
PoliwhirlPokedexEntry: INCLUDE "stats/pokedex/entries/061.asm"
|
||||
PoliwrathPokedexEntry: INCLUDE "stats/pokedex/entries/062.asm"
|
||||
AbraPokedexEntry: INCLUDE "stats/pokedex/entries/063.asm"
|
||||
KadabraPokedexEntry: INCLUDE "stats/pokedex/entries/064.asm"
|
||||
BulbasaurPokedexEntry:: INCLUDE "stats/pokedex/entries/001.asm"
|
||||
IvysaurPokedexEntry:: INCLUDE "stats/pokedex/entries/002.asm"
|
||||
VenusaurPokedexEntry:: INCLUDE "stats/pokedex/entries/003.asm"
|
||||
CharmanderPokedexEntry:: INCLUDE "stats/pokedex/entries/004.asm"
|
||||
CharmeleonPokedexEntry:: INCLUDE "stats/pokedex/entries/005.asm"
|
||||
CharizardPokedexEntry:: INCLUDE "stats/pokedex/entries/006.asm"
|
||||
SquirtlePokedexEntry:: INCLUDE "stats/pokedex/entries/007.asm"
|
||||
WartortlePokedexEntry:: INCLUDE "stats/pokedex/entries/008.asm"
|
||||
BlastoisePokedexEntry:: INCLUDE "stats/pokedex/entries/009.asm"
|
||||
CaterpiePokedexEntry:: INCLUDE "stats/pokedex/entries/010.asm"
|
||||
MetapodPokedexEntry:: INCLUDE "stats/pokedex/entries/011.asm"
|
||||
ButterfreePokedexEntry:: INCLUDE "stats/pokedex/entries/012.asm"
|
||||
WeedlePokedexEntry:: INCLUDE "stats/pokedex/entries/013.asm"
|
||||
KakunaPokedexEntry:: INCLUDE "stats/pokedex/entries/014.asm"
|
||||
BeedrillPokedexEntry:: INCLUDE "stats/pokedex/entries/015.asm"
|
||||
PidgeyPokedexEntry:: INCLUDE "stats/pokedex/entries/016.asm"
|
||||
PidgeottoPokedexEntry:: INCLUDE "stats/pokedex/entries/017.asm"
|
||||
PidgeotPokedexEntry:: INCLUDE "stats/pokedex/entries/018.asm"
|
||||
RattataPokedexEntry:: INCLUDE "stats/pokedex/entries/019.asm"
|
||||
RaticatePokedexEntry:: INCLUDE "stats/pokedex/entries/020.asm"
|
||||
SpearowPokedexEntry:: INCLUDE "stats/pokedex/entries/021.asm"
|
||||
FearowPokedexEntry:: INCLUDE "stats/pokedex/entries/022.asm"
|
||||
EkansPokedexEntry:: INCLUDE "stats/pokedex/entries/023.asm"
|
||||
ArbokPokedexEntry:: INCLUDE "stats/pokedex/entries/024.asm"
|
||||
PikachuPokedexEntry:: INCLUDE "stats/pokedex/entries/025.asm"
|
||||
RaichuPokedexEntry:: INCLUDE "stats/pokedex/entries/026.asm"
|
||||
SandshrewPokedexEntry:: INCLUDE "stats/pokedex/entries/027.asm"
|
||||
SandslashPokedexEntry:: INCLUDE "stats/pokedex/entries/028.asm"
|
||||
NidoranFPokedexEntry:: INCLUDE "stats/pokedex/entries/029.asm"
|
||||
NidorinaPokedexEntry:: INCLUDE "stats/pokedex/entries/030.asm"
|
||||
NidoqueenPokedexEntry:: INCLUDE "stats/pokedex/entries/031.asm"
|
||||
NidoranMPokedexEntry:: INCLUDE "stats/pokedex/entries/032.asm"
|
||||
NidorinoPokedexEntry:: INCLUDE "stats/pokedex/entries/033.asm"
|
||||
NidokingPokedexEntry:: INCLUDE "stats/pokedex/entries/034.asm"
|
||||
ClefairyPokedexEntry:: INCLUDE "stats/pokedex/entries/035.asm"
|
||||
ClefablePokedexEntry:: INCLUDE "stats/pokedex/entries/036.asm"
|
||||
VulpixPokedexEntry:: INCLUDE "stats/pokedex/entries/037.asm"
|
||||
NinetalesPokedexEntry:: INCLUDE "stats/pokedex/entries/038.asm"
|
||||
JigglypuffPokedexEntry:: INCLUDE "stats/pokedex/entries/039.asm"
|
||||
WigglytuffPokedexEntry:: INCLUDE "stats/pokedex/entries/040.asm"
|
||||
ZubatPokedexEntry:: INCLUDE "stats/pokedex/entries/041.asm"
|
||||
GolbatPokedexEntry:: INCLUDE "stats/pokedex/entries/042.asm"
|
||||
OddishPokedexEntry:: INCLUDE "stats/pokedex/entries/043.asm"
|
||||
GloomPokedexEntry:: INCLUDE "stats/pokedex/entries/044.asm"
|
||||
VileplumePokedexEntry:: INCLUDE "stats/pokedex/entries/045.asm"
|
||||
ParasPokedexEntry:: INCLUDE "stats/pokedex/entries/046.asm"
|
||||
ParasectPokedexEntry:: INCLUDE "stats/pokedex/entries/047.asm"
|
||||
VenonatPokedexEntry:: INCLUDE "stats/pokedex/entries/048.asm"
|
||||
VenomothPokedexEntry:: INCLUDE "stats/pokedex/entries/049.asm"
|
||||
DiglettPokedexEntry:: INCLUDE "stats/pokedex/entries/050.asm"
|
||||
DugtrioPokedexEntry:: INCLUDE "stats/pokedex/entries/051.asm"
|
||||
MeowthPokedexEntry:: INCLUDE "stats/pokedex/entries/052.asm"
|
||||
PersianPokedexEntry:: INCLUDE "stats/pokedex/entries/053.asm"
|
||||
PsyduckPokedexEntry:: INCLUDE "stats/pokedex/entries/054.asm"
|
||||
GolduckPokedexEntry:: INCLUDE "stats/pokedex/entries/055.asm"
|
||||
MankeyPokedexEntry:: INCLUDE "stats/pokedex/entries/056.asm"
|
||||
PrimeapePokedexEntry:: INCLUDE "stats/pokedex/entries/057.asm"
|
||||
GrowlithePokedexEntry:: INCLUDE "stats/pokedex/entries/058.asm"
|
||||
ArcaninePokedexEntry:: INCLUDE "stats/pokedex/entries/059.asm"
|
||||
PoliwagPokedexEntry:: INCLUDE "stats/pokedex/entries/060.asm"
|
||||
PoliwhirlPokedexEntry:: INCLUDE "stats/pokedex/entries/061.asm"
|
||||
PoliwrathPokedexEntry:: INCLUDE "stats/pokedex/entries/062.asm"
|
||||
AbraPokedexEntry:: INCLUDE "stats/pokedex/entries/063.asm"
|
||||
KadabraPokedexEntry:: INCLUDE "stats/pokedex/entries/064.asm"
|
||||
|
@ -1,64 +1,64 @@
|
||||
AlakazamPokedexEntry: INCLUDE "stats/pokedex/entries/065.asm"
|
||||
MachopPokedexEntry: INCLUDE "stats/pokedex/entries/066.asm"
|
||||
MachokePokedexEntry: INCLUDE "stats/pokedex/entries/067.asm"
|
||||
MachampPokedexEntry: INCLUDE "stats/pokedex/entries/068.asm"
|
||||
BellsproutPokedexEntry: INCLUDE "stats/pokedex/entries/069.asm"
|
||||
WeepinbellPokedexEntry: INCLUDE "stats/pokedex/entries/070.asm"
|
||||
VictreebelPokedexEntry: INCLUDE "stats/pokedex/entries/071.asm"
|
||||
TentacoolPokedexEntry: INCLUDE "stats/pokedex/entries/072.asm"
|
||||
TentacruelPokedexEntry: INCLUDE "stats/pokedex/entries/073.asm"
|
||||
GeodudePokedexEntry: INCLUDE "stats/pokedex/entries/074.asm"
|
||||
GravelerPokedexEntry: INCLUDE "stats/pokedex/entries/075.asm"
|
||||
GolemPokedexEntry: INCLUDE "stats/pokedex/entries/076.asm"
|
||||
PonytaPokedexEntry: INCLUDE "stats/pokedex/entries/077.asm"
|
||||
RapidashPokedexEntry: INCLUDE "stats/pokedex/entries/078.asm"
|
||||
SlowpokePokedexEntry: INCLUDE "stats/pokedex/entries/079.asm"
|
||||
SlowbroPokedexEntry: INCLUDE "stats/pokedex/entries/080.asm"
|
||||
MagnemitePokedexEntry: INCLUDE "stats/pokedex/entries/081.asm"
|
||||
MagnetonPokedexEntry: INCLUDE "stats/pokedex/entries/082.asm"
|
||||
FarfetchDPokedexEntry: INCLUDE "stats/pokedex/entries/083.asm"
|
||||
DoduoPokedexEntry: INCLUDE "stats/pokedex/entries/084.asm"
|
||||
DodrioPokedexEntry: INCLUDE "stats/pokedex/entries/085.asm"
|
||||
SeelPokedexEntry: INCLUDE "stats/pokedex/entries/086.asm"
|
||||
DewgongPokedexEntry: INCLUDE "stats/pokedex/entries/087.asm"
|
||||
GrimerPokedexEntry: INCLUDE "stats/pokedex/entries/088.asm"
|
||||
MukPokedexEntry: INCLUDE "stats/pokedex/entries/089.asm"
|
||||
ShellderPokedexEntry: INCLUDE "stats/pokedex/entries/090.asm"
|
||||
CloysterPokedexEntry: INCLUDE "stats/pokedex/entries/091.asm"
|
||||
GastlyPokedexEntry: INCLUDE "stats/pokedex/entries/092.asm"
|
||||
HaunterPokedexEntry: INCLUDE "stats/pokedex/entries/093.asm"
|
||||
GengarPokedexEntry: INCLUDE "stats/pokedex/entries/094.asm"
|
||||
OnixPokedexEntry: INCLUDE "stats/pokedex/entries/095.asm"
|
||||
DrowzeePokedexEntry: INCLUDE "stats/pokedex/entries/096.asm"
|
||||
HypnoPokedexEntry: INCLUDE "stats/pokedex/entries/097.asm"
|
||||
KrabbyPokedexEntry: INCLUDE "stats/pokedex/entries/098.asm"
|
||||
KinglerPokedexEntry: INCLUDE "stats/pokedex/entries/099.asm"
|
||||
VoltorbPokedexEntry: INCLUDE "stats/pokedex/entries/100.asm"
|
||||
ElectrodePokedexEntry: INCLUDE "stats/pokedex/entries/101.asm"
|
||||
ExeggcutePokedexEntry: INCLUDE "stats/pokedex/entries/102.asm"
|
||||
ExeggutorPokedexEntry: INCLUDE "stats/pokedex/entries/103.asm"
|
||||
CubonePokedexEntry: INCLUDE "stats/pokedex/entries/104.asm"
|
||||
MarowakPokedexEntry: INCLUDE "stats/pokedex/entries/105.asm"
|
||||
HitmonleePokedexEntry: INCLUDE "stats/pokedex/entries/106.asm"
|
||||
HitmonchanPokedexEntry: INCLUDE "stats/pokedex/entries/107.asm"
|
||||
LickitungPokedexEntry: INCLUDE "stats/pokedex/entries/108.asm"
|
||||
KoffingPokedexEntry: INCLUDE "stats/pokedex/entries/109.asm"
|
||||
WeezingPokedexEntry: INCLUDE "stats/pokedex/entries/110.asm"
|
||||
RhyhornPokedexEntry: INCLUDE "stats/pokedex/entries/111.asm"
|
||||
RhydonPokedexEntry: INCLUDE "stats/pokedex/entries/112.asm"
|
||||
ChanseyPokedexEntry: INCLUDE "stats/pokedex/entries/113.asm"
|
||||
TangelaPokedexEntry: INCLUDE "stats/pokedex/entries/114.asm"
|
||||
KangaskhanPokedexEntry: INCLUDE "stats/pokedex/entries/115.asm"
|
||||
HorseaPokedexEntry: INCLUDE "stats/pokedex/entries/116.asm"
|
||||
SeadraPokedexEntry: INCLUDE "stats/pokedex/entries/117.asm"
|
||||
GoldeenPokedexEntry: INCLUDE "stats/pokedex/entries/118.asm"
|
||||
SeakingPokedexEntry: INCLUDE "stats/pokedex/entries/119.asm"
|
||||
StaryuPokedexEntry: INCLUDE "stats/pokedex/entries/120.asm"
|
||||
StarmiePokedexEntry: INCLUDE "stats/pokedex/entries/121.asm"
|
||||
MrMimePokedexEntry: INCLUDE "stats/pokedex/entries/122.asm"
|
||||
ScytherPokedexEntry: INCLUDE "stats/pokedex/entries/123.asm"
|
||||
JynxPokedexEntry: INCLUDE "stats/pokedex/entries/124.asm"
|
||||
ElectabuzzPokedexEntry: INCLUDE "stats/pokedex/entries/125.asm"
|
||||
MagmarPokedexEntry: INCLUDE "stats/pokedex/entries/126.asm"
|
||||
PinsirPokedexEntry: INCLUDE "stats/pokedex/entries/127.asm"
|
||||
TaurosPokedexEntry: INCLUDE "stats/pokedex/entries/128.asm"
|
||||
AlakazamPokedexEntry:: INCLUDE "stats/pokedex/entries/065.asm"
|
||||
MachopPokedexEntry:: INCLUDE "stats/pokedex/entries/066.asm"
|
||||
MachokePokedexEntry:: INCLUDE "stats/pokedex/entries/067.asm"
|
||||
MachampPokedexEntry:: INCLUDE "stats/pokedex/entries/068.asm"
|
||||
BellsproutPokedexEntry:: INCLUDE "stats/pokedex/entries/069.asm"
|
||||
WeepinbellPokedexEntry:: INCLUDE "stats/pokedex/entries/070.asm"
|
||||
VictreebelPokedexEntry:: INCLUDE "stats/pokedex/entries/071.asm"
|
||||
TentacoolPokedexEntry:: INCLUDE "stats/pokedex/entries/072.asm"
|
||||
TentacruelPokedexEntry:: INCLUDE "stats/pokedex/entries/073.asm"
|
||||
GeodudePokedexEntry:: INCLUDE "stats/pokedex/entries/074.asm"
|
||||
GravelerPokedexEntry:: INCLUDE "stats/pokedex/entries/075.asm"
|
||||
GolemPokedexEntry:: INCLUDE "stats/pokedex/entries/076.asm"
|
||||
PonytaPokedexEntry:: INCLUDE "stats/pokedex/entries/077.asm"
|
||||
RapidashPokedexEntry:: INCLUDE "stats/pokedex/entries/078.asm"
|
||||
SlowpokePokedexEntry:: INCLUDE "stats/pokedex/entries/079.asm"
|
||||
SlowbroPokedexEntry:: INCLUDE "stats/pokedex/entries/080.asm"
|
||||
MagnemitePokedexEntry:: INCLUDE "stats/pokedex/entries/081.asm"
|
||||
MagnetonPokedexEntry:: INCLUDE "stats/pokedex/entries/082.asm"
|
||||
FarfetchDPokedexEntry:: INCLUDE "stats/pokedex/entries/083.asm"
|
||||
DoduoPokedexEntry:: INCLUDE "stats/pokedex/entries/084.asm"
|
||||
DodrioPokedexEntry:: INCLUDE "stats/pokedex/entries/085.asm"
|
||||
SeelPokedexEntry:: INCLUDE "stats/pokedex/entries/086.asm"
|
||||
DewgongPokedexEntry:: INCLUDE "stats/pokedex/entries/087.asm"
|
||||
GrimerPokedexEntry:: INCLUDE "stats/pokedex/entries/088.asm"
|
||||
MukPokedexEntry:: INCLUDE "stats/pokedex/entries/089.asm"
|
||||
ShellderPokedexEntry:: INCLUDE "stats/pokedex/entries/090.asm"
|
||||
CloysterPokedexEntry:: INCLUDE "stats/pokedex/entries/091.asm"
|
||||
GastlyPokedexEntry:: INCLUDE "stats/pokedex/entries/092.asm"
|
||||
HaunterPokedexEntry:: INCLUDE "stats/pokedex/entries/093.asm"
|
||||
GengarPokedexEntry:: INCLUDE "stats/pokedex/entries/094.asm"
|
||||
OnixPokedexEntry:: INCLUDE "stats/pokedex/entries/095.asm"
|
||||
DrowzeePokedexEntry:: INCLUDE "stats/pokedex/entries/096.asm"
|
||||
HypnoPokedexEntry:: INCLUDE "stats/pokedex/entries/097.asm"
|
||||
KrabbyPokedexEntry:: INCLUDE "stats/pokedex/entries/098.asm"
|
||||
KinglerPokedexEntry:: INCLUDE "stats/pokedex/entries/099.asm"
|
||||
VoltorbPokedexEntry:: INCLUDE "stats/pokedex/entries/100.asm"
|
||||
ElectrodePokedexEntry:: INCLUDE "stats/pokedex/entries/101.asm"
|
||||
ExeggcutePokedexEntry:: INCLUDE "stats/pokedex/entries/102.asm"
|
||||
ExeggutorPokedexEntry:: INCLUDE "stats/pokedex/entries/103.asm"
|
||||
CubonePokedexEntry:: INCLUDE "stats/pokedex/entries/104.asm"
|
||||
MarowakPokedexEntry:: INCLUDE "stats/pokedex/entries/105.asm"
|
||||
HitmonleePokedexEntry:: INCLUDE "stats/pokedex/entries/106.asm"
|
||||
HitmonchanPokedexEntry:: INCLUDE "stats/pokedex/entries/107.asm"
|
||||
LickitungPokedexEntry:: INCLUDE "stats/pokedex/entries/108.asm"
|
||||
KoffingPokedexEntry:: INCLUDE "stats/pokedex/entries/109.asm"
|
||||
WeezingPokedexEntry:: INCLUDE "stats/pokedex/entries/110.asm"
|
||||
RhyhornPokedexEntry:: INCLUDE "stats/pokedex/entries/111.asm"
|
||||
RhydonPokedexEntry:: INCLUDE "stats/pokedex/entries/112.asm"
|
||||
ChanseyPokedexEntry:: INCLUDE "stats/pokedex/entries/113.asm"
|
||||
TangelaPokedexEntry:: INCLUDE "stats/pokedex/entries/114.asm"
|
||||
KangaskhanPokedexEntry:: INCLUDE "stats/pokedex/entries/115.asm"
|
||||
HorseaPokedexEntry:: INCLUDE "stats/pokedex/entries/116.asm"
|
||||
SeadraPokedexEntry:: INCLUDE "stats/pokedex/entries/117.asm"
|
||||
GoldeenPokedexEntry:: INCLUDE "stats/pokedex/entries/118.asm"
|
||||
SeakingPokedexEntry:: INCLUDE "stats/pokedex/entries/119.asm"
|
||||
StaryuPokedexEntry:: INCLUDE "stats/pokedex/entries/120.asm"
|
||||
StarmiePokedexEntry:: INCLUDE "stats/pokedex/entries/121.asm"
|
||||
MrMimePokedexEntry:: INCLUDE "stats/pokedex/entries/122.asm"
|
||||
ScytherPokedexEntry:: INCLUDE "stats/pokedex/entries/123.asm"
|
||||
JynxPokedexEntry:: INCLUDE "stats/pokedex/entries/124.asm"
|
||||
ElectabuzzPokedexEntry:: INCLUDE "stats/pokedex/entries/125.asm"
|
||||
MagmarPokedexEntry:: INCLUDE "stats/pokedex/entries/126.asm"
|
||||
PinsirPokedexEntry:: INCLUDE "stats/pokedex/entries/127.asm"
|
||||
TaurosPokedexEntry:: INCLUDE "stats/pokedex/entries/128.asm"
|
||||
|
@ -1,64 +1,64 @@
|
||||
MagikarpPokedexEntry: INCLUDE "stats/pokedex/entries/129.asm"
|
||||
GyaradosPokedexEntry: INCLUDE "stats/pokedex/entries/130.asm"
|
||||
LaprasPokedexEntry: INCLUDE "stats/pokedex/entries/131.asm"
|
||||
DittoPokedexEntry: INCLUDE "stats/pokedex/entries/132.asm"
|
||||
EeveePokedexEntry: INCLUDE "stats/pokedex/entries/133.asm"
|
||||
VaporeonPokedexEntry: INCLUDE "stats/pokedex/entries/134.asm"
|
||||
JolteonPokedexEntry: INCLUDE "stats/pokedex/entries/135.asm"
|
||||
FlareonPokedexEntry: INCLUDE "stats/pokedex/entries/136.asm"
|
||||
PorygonPokedexEntry: INCLUDE "stats/pokedex/entries/137.asm"
|
||||
OmanytePokedexEntry: INCLUDE "stats/pokedex/entries/138.asm"
|
||||
OmastarPokedexEntry: INCLUDE "stats/pokedex/entries/139.asm"
|
||||
KabutoPokedexEntry: INCLUDE "stats/pokedex/entries/140.asm"
|
||||
KabutopsPokedexEntry: INCLUDE "stats/pokedex/entries/141.asm"
|
||||
AerodactylPokedexEntry: INCLUDE "stats/pokedex/entries/142.asm"
|
||||
SnorlaxPokedexEntry: INCLUDE "stats/pokedex/entries/143.asm"
|
||||
ArticunoPokedexEntry: INCLUDE "stats/pokedex/entries/144.asm"
|
||||
ZapdosPokedexEntry: INCLUDE "stats/pokedex/entries/145.asm"
|
||||
MoltresPokedexEntry: INCLUDE "stats/pokedex/entries/146.asm"
|
||||
DratiniPokedexEntry: INCLUDE "stats/pokedex/entries/147.asm"
|
||||
DragonairPokedexEntry: INCLUDE "stats/pokedex/entries/148.asm"
|
||||
DragonitePokedexEntry: INCLUDE "stats/pokedex/entries/149.asm"
|
||||
MewtwoPokedexEntry: INCLUDE "stats/pokedex/entries/150.asm"
|
||||
MewPokedexEntry: INCLUDE "stats/pokedex/entries/151.asm"
|
||||
ChikoritaPokedexEntry: INCLUDE "stats/pokedex/entries/152.asm"
|
||||
BayleefPokedexEntry: INCLUDE "stats/pokedex/entries/153.asm"
|
||||
MeganiumPokedexEntry: INCLUDE "stats/pokedex/entries/154.asm"
|
||||
CyndaquilPokedexEntry: INCLUDE "stats/pokedex/entries/155.asm"
|
||||
QuilavaPokedexEntry: INCLUDE "stats/pokedex/entries/156.asm"
|
||||
TyphlosionPokedexEntry: INCLUDE "stats/pokedex/entries/157.asm"
|
||||
TotodilePokedexEntry: INCLUDE "stats/pokedex/entries/158.asm"
|
||||
CroconawPokedexEntry: INCLUDE "stats/pokedex/entries/159.asm"
|
||||
FeraligatrPokedexEntry: INCLUDE "stats/pokedex/entries/160.asm"
|
||||
SentretPokedexEntry: INCLUDE "stats/pokedex/entries/161.asm"
|
||||
FurretPokedexEntry: INCLUDE "stats/pokedex/entries/162.asm"
|
||||
HoothootPokedexEntry: INCLUDE "stats/pokedex/entries/163.asm"
|
||||
NoctowlPokedexEntry: INCLUDE "stats/pokedex/entries/164.asm"
|
||||
LedybaPokedexEntry: INCLUDE "stats/pokedex/entries/165.asm"
|
||||
LedianPokedexEntry: INCLUDE "stats/pokedex/entries/166.asm"
|
||||
SpinarakPokedexEntry: INCLUDE "stats/pokedex/entries/167.asm"
|
||||
AriadosPokedexEntry: INCLUDE "stats/pokedex/entries/168.asm"
|
||||
CrobatPokedexEntry: INCLUDE "stats/pokedex/entries/169.asm"
|
||||
ChinchouPokedexEntry: INCLUDE "stats/pokedex/entries/170.asm"
|
||||
LanturnPokedexEntry: INCLUDE "stats/pokedex/entries/171.asm"
|
||||
PichuPokedexEntry: INCLUDE "stats/pokedex/entries/172.asm"
|
||||
CleffaPokedexEntry: INCLUDE "stats/pokedex/entries/173.asm"
|
||||
IgglybuffPokedexEntry: INCLUDE "stats/pokedex/entries/174.asm"
|
||||
TogepiPokedexEntry: INCLUDE "stats/pokedex/entries/175.asm"
|
||||
TogeticPokedexEntry: INCLUDE "stats/pokedex/entries/176.asm"
|
||||
NatuPokedexEntry: INCLUDE "stats/pokedex/entries/177.asm"
|
||||
XatuPokedexEntry: INCLUDE "stats/pokedex/entries/178.asm"
|
||||
MareepPokedexEntry: INCLUDE "stats/pokedex/entries/179.asm"
|
||||
FlaaffyPokedexEntry: INCLUDE "stats/pokedex/entries/180.asm"
|
||||
AmpharosPokedexEntry: INCLUDE "stats/pokedex/entries/181.asm"
|
||||
BellossomPokedexEntry: INCLUDE "stats/pokedex/entries/182.asm"
|
||||
MarillPokedexEntry: INCLUDE "stats/pokedex/entries/183.asm"
|
||||
AzumarillPokedexEntry: INCLUDE "stats/pokedex/entries/184.asm"
|
||||
SudowoodoPokedexEntry: INCLUDE "stats/pokedex/entries/185.asm"
|
||||
PolitoedPokedexEntry: INCLUDE "stats/pokedex/entries/186.asm"
|
||||
HoppipPokedexEntry: INCLUDE "stats/pokedex/entries/187.asm"
|
||||
SkiploomPokedexEntry: INCLUDE "stats/pokedex/entries/188.asm"
|
||||
JumpluffPokedexEntry: INCLUDE "stats/pokedex/entries/189.asm"
|
||||
AipomPokedexEntry: INCLUDE "stats/pokedex/entries/190.asm"
|
||||
SunkernPokedexEntry: INCLUDE "stats/pokedex/entries/191.asm"
|
||||
SunfloraPokedexEntry: INCLUDE "stats/pokedex/entries/192.asm"
|
||||
MagikarpPokedexEntry:: INCLUDE "stats/pokedex/entries/129.asm"
|
||||
GyaradosPokedexEntry:: INCLUDE "stats/pokedex/entries/130.asm"
|
||||
LaprasPokedexEntry:: INCLUDE "stats/pokedex/entries/131.asm"
|
||||
DittoPokedexEntry:: INCLUDE "stats/pokedex/entries/132.asm"
|
||||
EeveePokedexEntry:: INCLUDE "stats/pokedex/entries/133.asm"
|
||||
VaporeonPokedexEntry:: INCLUDE "stats/pokedex/entries/134.asm"
|
||||
JolteonPokedexEntry:: INCLUDE "stats/pokedex/entries/135.asm"
|
||||
FlareonPokedexEntry:: INCLUDE "stats/pokedex/entries/136.asm"
|
||||
PorygonPokedexEntry:: INCLUDE "stats/pokedex/entries/137.asm"
|
||||
OmanytePokedexEntry:: INCLUDE "stats/pokedex/entries/138.asm"
|
||||
OmastarPokedexEntry:: INCLUDE "stats/pokedex/entries/139.asm"
|
||||
KabutoPokedexEntry:: INCLUDE "stats/pokedex/entries/140.asm"
|
||||
KabutopsPokedexEntry:: INCLUDE "stats/pokedex/entries/141.asm"
|
||||
AerodactylPokedexEntry:: INCLUDE "stats/pokedex/entries/142.asm"
|
||||
SnorlaxPokedexEntry:: INCLUDE "stats/pokedex/entries/143.asm"
|
||||
ArticunoPokedexEntry:: INCLUDE "stats/pokedex/entries/144.asm"
|
||||
ZapdosPokedexEntry:: INCLUDE "stats/pokedex/entries/145.asm"
|
||||
MoltresPokedexEntry:: INCLUDE "stats/pokedex/entries/146.asm"
|
||||
DratiniPokedexEntry:: INCLUDE "stats/pokedex/entries/147.asm"
|
||||
DragonairPokedexEntry:: INCLUDE "stats/pokedex/entries/148.asm"
|
||||
DragonitePokedexEntry:: INCLUDE "stats/pokedex/entries/149.asm"
|
||||
MewtwoPokedexEntry:: INCLUDE "stats/pokedex/entries/150.asm"
|
||||
MewPokedexEntry:: INCLUDE "stats/pokedex/entries/151.asm"
|
||||
ChikoritaPokedexEntry:: INCLUDE "stats/pokedex/entries/152.asm"
|
||||
BayleefPokedexEntry:: INCLUDE "stats/pokedex/entries/153.asm"
|
||||
MeganiumPokedexEntry:: INCLUDE "stats/pokedex/entries/154.asm"
|
||||
CyndaquilPokedexEntry:: INCLUDE "stats/pokedex/entries/155.asm"
|
||||
QuilavaPokedexEntry:: INCLUDE "stats/pokedex/entries/156.asm"
|
||||
TyphlosionPokedexEntry:: INCLUDE "stats/pokedex/entries/157.asm"
|
||||
TotodilePokedexEntry:: INCLUDE "stats/pokedex/entries/158.asm"
|
||||
CroconawPokedexEntry:: INCLUDE "stats/pokedex/entries/159.asm"
|
||||
FeraligatrPokedexEntry:: INCLUDE "stats/pokedex/entries/160.asm"
|
||||
SentretPokedexEntry:: INCLUDE "stats/pokedex/entries/161.asm"
|
||||
FurretPokedexEntry:: INCLUDE "stats/pokedex/entries/162.asm"
|
||||
HoothootPokedexEntry:: INCLUDE "stats/pokedex/entries/163.asm"
|
||||
NoctowlPokedexEntry:: INCLUDE "stats/pokedex/entries/164.asm"
|
||||
LedybaPokedexEntry:: INCLUDE "stats/pokedex/entries/165.asm"
|
||||
LedianPokedexEntry:: INCLUDE "stats/pokedex/entries/166.asm"
|
||||
SpinarakPokedexEntry:: INCLUDE "stats/pokedex/entries/167.asm"
|
||||
AriadosPokedexEntry:: INCLUDE "stats/pokedex/entries/168.asm"
|
||||
CrobatPokedexEntry:: INCLUDE "stats/pokedex/entries/169.asm"
|
||||
ChinchouPokedexEntry:: INCLUDE "stats/pokedex/entries/170.asm"
|
||||
LanturnPokedexEntry:: INCLUDE "stats/pokedex/entries/171.asm"
|
||||
PichuPokedexEntry:: INCLUDE "stats/pokedex/entries/172.asm"
|
||||
CleffaPokedexEntry:: INCLUDE "stats/pokedex/entries/173.asm"
|
||||
IgglybuffPokedexEntry:: INCLUDE "stats/pokedex/entries/174.asm"
|
||||
TogepiPokedexEntry:: INCLUDE "stats/pokedex/entries/175.asm"
|
||||
TogeticPokedexEntry:: INCLUDE "stats/pokedex/entries/176.asm"
|
||||
NatuPokedexEntry:: INCLUDE "stats/pokedex/entries/177.asm"
|
||||
XatuPokedexEntry:: INCLUDE "stats/pokedex/entries/178.asm"
|
||||
MareepPokedexEntry:: INCLUDE "stats/pokedex/entries/179.asm"
|
||||
FlaaffyPokedexEntry:: INCLUDE "stats/pokedex/entries/180.asm"
|
||||
AmpharosPokedexEntry:: INCLUDE "stats/pokedex/entries/181.asm"
|
||||
BellossomPokedexEntry:: INCLUDE "stats/pokedex/entries/182.asm"
|
||||
MarillPokedexEntry:: INCLUDE "stats/pokedex/entries/183.asm"
|
||||
AzumarillPokedexEntry:: INCLUDE "stats/pokedex/entries/184.asm"
|
||||
SudowoodoPokedexEntry:: INCLUDE "stats/pokedex/entries/185.asm"
|
||||
PolitoedPokedexEntry:: INCLUDE "stats/pokedex/entries/186.asm"
|
||||
HoppipPokedexEntry:: INCLUDE "stats/pokedex/entries/187.asm"
|
||||
SkiploomPokedexEntry:: INCLUDE "stats/pokedex/entries/188.asm"
|
||||
JumpluffPokedexEntry:: INCLUDE "stats/pokedex/entries/189.asm"
|
||||
AipomPokedexEntry:: INCLUDE "stats/pokedex/entries/190.asm"
|
||||
SunkernPokedexEntry:: INCLUDE "stats/pokedex/entries/191.asm"
|
||||
SunfloraPokedexEntry:: INCLUDE "stats/pokedex/entries/192.asm"
|
||||
|
@ -1,59 +1,59 @@
|
||||
YanmaPokedexEntry: INCLUDE "stats/pokedex/entries/193.asm"
|
||||
WooperPokedexEntry: INCLUDE "stats/pokedex/entries/194.asm"
|
||||
QuagsirePokedexEntry: INCLUDE "stats/pokedex/entries/195.asm"
|
||||
EspeonPokedexEntry: INCLUDE "stats/pokedex/entries/196.asm"
|
||||
UmbreonPokedexEntry: INCLUDE "stats/pokedex/entries/197.asm"
|
||||
MurkrowPokedexEntry: INCLUDE "stats/pokedex/entries/198.asm"
|
||||
SlowkingPokedexEntry: INCLUDE "stats/pokedex/entries/199.asm"
|
||||
MisdreavusPokedexEntry: INCLUDE "stats/pokedex/entries/200.asm"
|
||||
UnownPokedexEntry: INCLUDE "stats/pokedex/entries/201.asm"
|
||||
WobbuffetPokedexEntry: INCLUDE "stats/pokedex/entries/202.asm"
|
||||
GirafarigPokedexEntry: INCLUDE "stats/pokedex/entries/203.asm"
|
||||
PinecoPokedexEntry: INCLUDE "stats/pokedex/entries/204.asm"
|
||||
ForretressPokedexEntry: INCLUDE "stats/pokedex/entries/205.asm"
|
||||
DunsparcePokedexEntry: INCLUDE "stats/pokedex/entries/206.asm"
|
||||
GligarPokedexEntry: INCLUDE "stats/pokedex/entries/207.asm"
|
||||
SteelixPokedexEntry: INCLUDE "stats/pokedex/entries/208.asm"
|
||||
SnubbullPokedexEntry: INCLUDE "stats/pokedex/entries/209.asm"
|
||||
GranbullPokedexEntry: INCLUDE "stats/pokedex/entries/210.asm"
|
||||
QwilfishPokedexEntry: INCLUDE "stats/pokedex/entries/211.asm"
|
||||
ScizorPokedexEntry: INCLUDE "stats/pokedex/entries/212.asm"
|
||||
ShucklePokedexEntry: INCLUDE "stats/pokedex/entries/213.asm"
|
||||
HeracrossPokedexEntry: INCLUDE "stats/pokedex/entries/214.asm"
|
||||
SneaselPokedexEntry: INCLUDE "stats/pokedex/entries/215.asm"
|
||||
TeddiursaPokedexEntry: INCLUDE "stats/pokedex/entries/216.asm"
|
||||
UrsaringPokedexEntry: INCLUDE "stats/pokedex/entries/217.asm"
|
||||
SlugmaPokedexEntry: INCLUDE "stats/pokedex/entries/218.asm"
|
||||
MagcargoPokedexEntry: INCLUDE "stats/pokedex/entries/219.asm"
|
||||
SwinubPokedexEntry: INCLUDE "stats/pokedex/entries/220.asm"
|
||||
PiloswinePokedexEntry: INCLUDE "stats/pokedex/entries/221.asm"
|
||||
CorsolaPokedexEntry: INCLUDE "stats/pokedex/entries/222.asm"
|
||||
RemoraidPokedexEntry: INCLUDE "stats/pokedex/entries/223.asm"
|
||||
OctilleryPokedexEntry: INCLUDE "stats/pokedex/entries/224.asm"
|
||||
DelibirdPokedexEntry: INCLUDE "stats/pokedex/entries/225.asm"
|
||||
MantinePokedexEntry: INCLUDE "stats/pokedex/entries/226.asm"
|
||||
SkarmoryPokedexEntry: INCLUDE "stats/pokedex/entries/227.asm"
|
||||
HoundourPokedexEntry: INCLUDE "stats/pokedex/entries/228.asm"
|
||||
HoundoomPokedexEntry: INCLUDE "stats/pokedex/entries/229.asm"
|
||||
KingdraPokedexEntry: INCLUDE "stats/pokedex/entries/230.asm"
|
||||
PhanpyPokedexEntry: INCLUDE "stats/pokedex/entries/231.asm"
|
||||
DonphanPokedexEntry: INCLUDE "stats/pokedex/entries/232.asm"
|
||||
Porygon2PokedexEntry: INCLUDE "stats/pokedex/entries/233.asm"
|
||||
StantlerPokedexEntry: INCLUDE "stats/pokedex/entries/234.asm"
|
||||
SmearglePokedexEntry: INCLUDE "stats/pokedex/entries/235.asm"
|
||||
TyroguePokedexEntry: INCLUDE "stats/pokedex/entries/236.asm"
|
||||
HitmontopPokedexEntry: INCLUDE "stats/pokedex/entries/237.asm"
|
||||
SmoochumPokedexEntry: INCLUDE "stats/pokedex/entries/238.asm"
|
||||
ElekidPokedexEntry: INCLUDE "stats/pokedex/entries/239.asm"
|
||||
MagbyPokedexEntry: INCLUDE "stats/pokedex/entries/240.asm"
|
||||
MiltankPokedexEntry: INCLUDE "stats/pokedex/entries/241.asm"
|
||||
BlisseyPokedexEntry: INCLUDE "stats/pokedex/entries/242.asm"
|
||||
RaikouPokedexEntry: INCLUDE "stats/pokedex/entries/243.asm"
|
||||
EnteiPokedexEntry: INCLUDE "stats/pokedex/entries/244.asm"
|
||||
SuicunePokedexEntry: INCLUDE "stats/pokedex/entries/245.asm"
|
||||
LarvitarPokedexEntry: INCLUDE "stats/pokedex/entries/246.asm"
|
||||
PupitarPokedexEntry: INCLUDE "stats/pokedex/entries/247.asm"
|
||||
TyranitarPokedexEntry: INCLUDE "stats/pokedex/entries/248.asm"
|
||||
LugiaPokedexEntry: INCLUDE "stats/pokedex/entries/249.asm"
|
||||
HoOhPokedexEntry: INCLUDE "stats/pokedex/entries/250.asm"
|
||||
CelebiPokedexEntry: INCLUDE "stats/pokedex/entries/251.asm"
|
||||
YanmaPokedexEntry:: INCLUDE "stats/pokedex/entries/193.asm"
|
||||
WooperPokedexEntry:: INCLUDE "stats/pokedex/entries/194.asm"
|
||||
QuagsirePokedexEntry:: INCLUDE "stats/pokedex/entries/195.asm"
|
||||
EspeonPokedexEntry:: INCLUDE "stats/pokedex/entries/196.asm"
|
||||
UmbreonPokedexEntry:: INCLUDE "stats/pokedex/entries/197.asm"
|
||||
MurkrowPokedexEntry:: INCLUDE "stats/pokedex/entries/198.asm"
|
||||
SlowkingPokedexEntry:: INCLUDE "stats/pokedex/entries/199.asm"
|
||||
MisdreavusPokedexEntry:: INCLUDE "stats/pokedex/entries/200.asm"
|
||||
UnownPokedexEntry:: INCLUDE "stats/pokedex/entries/201.asm"
|
||||
WobbuffetPokedexEntry:: INCLUDE "stats/pokedex/entries/202.asm"
|
||||
GirafarigPokedexEntry:: INCLUDE "stats/pokedex/entries/203.asm"
|
||||
PinecoPokedexEntry:: INCLUDE "stats/pokedex/entries/204.asm"
|
||||
ForretressPokedexEntry:: INCLUDE "stats/pokedex/entries/205.asm"
|
||||
DunsparcePokedexEntry:: INCLUDE "stats/pokedex/entries/206.asm"
|
||||
GligarPokedexEntry:: INCLUDE "stats/pokedex/entries/207.asm"
|
||||
SteelixPokedexEntry:: INCLUDE "stats/pokedex/entries/208.asm"
|
||||
SnubbullPokedexEntry:: INCLUDE "stats/pokedex/entries/209.asm"
|
||||
GranbullPokedexEntry:: INCLUDE "stats/pokedex/entries/210.asm"
|
||||
QwilfishPokedexEntry:: INCLUDE "stats/pokedex/entries/211.asm"
|
||||
ScizorPokedexEntry:: INCLUDE "stats/pokedex/entries/212.asm"
|
||||
ShucklePokedexEntry:: INCLUDE "stats/pokedex/entries/213.asm"
|
||||
HeracrossPokedexEntry:: INCLUDE "stats/pokedex/entries/214.asm"
|
||||
SneaselPokedexEntry:: INCLUDE "stats/pokedex/entries/215.asm"
|
||||
TeddiursaPokedexEntry:: INCLUDE "stats/pokedex/entries/216.asm"
|
||||
UrsaringPokedexEntry:: INCLUDE "stats/pokedex/entries/217.asm"
|
||||
SlugmaPokedexEntry:: INCLUDE "stats/pokedex/entries/218.asm"
|
||||
MagcargoPokedexEntry:: INCLUDE "stats/pokedex/entries/219.asm"
|
||||
SwinubPokedexEntry:: INCLUDE "stats/pokedex/entries/220.asm"
|
||||
PiloswinePokedexEntry:: INCLUDE "stats/pokedex/entries/221.asm"
|
||||
CorsolaPokedexEntry:: INCLUDE "stats/pokedex/entries/222.asm"
|
||||
RemoraidPokedexEntry:: INCLUDE "stats/pokedex/entries/223.asm"
|
||||
OctilleryPokedexEntry:: INCLUDE "stats/pokedex/entries/224.asm"
|
||||
DelibirdPokedexEntry:: INCLUDE "stats/pokedex/entries/225.asm"
|
||||
MantinePokedexEntry:: INCLUDE "stats/pokedex/entries/226.asm"
|
||||
SkarmoryPokedexEntry:: INCLUDE "stats/pokedex/entries/227.asm"
|
||||
HoundourPokedexEntry:: INCLUDE "stats/pokedex/entries/228.asm"
|
||||
HoundoomPokedexEntry:: INCLUDE "stats/pokedex/entries/229.asm"
|
||||
KingdraPokedexEntry:: INCLUDE "stats/pokedex/entries/230.asm"
|
||||
PhanpyPokedexEntry:: INCLUDE "stats/pokedex/entries/231.asm"
|
||||
DonphanPokedexEntry:: INCLUDE "stats/pokedex/entries/232.asm"
|
||||
Porygon2PokedexEntry:: INCLUDE "stats/pokedex/entries/233.asm"
|
||||
StantlerPokedexEntry:: INCLUDE "stats/pokedex/entries/234.asm"
|
||||
SmearglePokedexEntry:: INCLUDE "stats/pokedex/entries/235.asm"
|
||||
TyroguePokedexEntry:: INCLUDE "stats/pokedex/entries/236.asm"
|
||||
HitmontopPokedexEntry:: INCLUDE "stats/pokedex/entries/237.asm"
|
||||
SmoochumPokedexEntry:: INCLUDE "stats/pokedex/entries/238.asm"
|
||||
ElekidPokedexEntry:: INCLUDE "stats/pokedex/entries/239.asm"
|
||||
MagbyPokedexEntry:: INCLUDE "stats/pokedex/entries/240.asm"
|
||||
MiltankPokedexEntry:: INCLUDE "stats/pokedex/entries/241.asm"
|
||||
BlisseyPokedexEntry:: INCLUDE "stats/pokedex/entries/242.asm"
|
||||
RaikouPokedexEntry:: INCLUDE "stats/pokedex/entries/243.asm"
|
||||
EnteiPokedexEntry:: INCLUDE "stats/pokedex/entries/244.asm"
|
||||
SuicunePokedexEntry:: INCLUDE "stats/pokedex/entries/245.asm"
|
||||
LarvitarPokedexEntry:: INCLUDE "stats/pokedex/entries/246.asm"
|
||||
PupitarPokedexEntry:: INCLUDE "stats/pokedex/entries/247.asm"
|
||||
TyranitarPokedexEntry:: INCLUDE "stats/pokedex/entries/248.asm"
|
||||
LugiaPokedexEntry:: INCLUDE "stats/pokedex/entries/249.asm"
|
||||
HoOhPokedexEntry:: INCLUDE "stats/pokedex/entries/250.asm"
|
||||
CelebiPokedexEntry:: INCLUDE "stats/pokedex/entries/251.asm"
|
||||
|
@ -33,7 +33,7 @@ WildPokemonAppearedText2: ; 0x80793
|
||||
db "appeared!", $58
|
||||
; 0x807a9
|
||||
|
||||
WantsToBattleText: ; 0x807a9
|
||||
WantsToBattleText:: ; 0x807a9
|
||||
db $0, $3f, $4f
|
||||
db "wants to battle!", $58
|
||||
; 0x807bd
|
||||
@ -745,7 +745,7 @@ WontDropAnymoreText: ; 0x8128f
|
||||
db "drop anymore!", $58
|
||||
; 0x812ac
|
||||
|
||||
FledFromBattleText: ; 0x812ac
|
||||
FledFromBattleText:: ; 0x812ac
|
||||
db $0, $5a, $4f
|
||||
db "fled from battle!", $58
|
||||
; 0x812c1
|
||||
|
@ -222,26 +222,26 @@ UnknownText_0x1c46dc: ; 0x1c46dc
|
||||
db $0, "Corrupted event!", $58
|
||||
; 0x1c46ee
|
||||
|
||||
_ObjectEventText: ; 0x1c46ee
|
||||
_ObjectEventText:: ; 0x1c46ee
|
||||
db $0, "Object event", $57
|
||||
; 0x1c46fc
|
||||
|
||||
UnknownText_0x1c46fc: ; 0x1c46fc
|
||||
UnknownText_0x1c46fc:: ; 0x1c46fc
|
||||
db $0, "BG event", $57
|
||||
; 0x1c4706
|
||||
|
||||
UnknownText_0x1c4706: ; 0x1c4706
|
||||
UnknownText_0x1c4706:: ; 0x1c4706
|
||||
db $0, "Coordinates event", $57
|
||||
; 0x1c4719
|
||||
|
||||
UnknownText_0x1c4719: ; 0x1c4719
|
||||
UnknownText_0x1c4719:: ; 0x1c4719
|
||||
db $0, $52, " received", $4f
|
||||
db "@"
|
||||
text_from_ram $d0ac
|
||||
db $0, ".", $57
|
||||
; 0x1c472c
|
||||
|
||||
UnknownText_0x1c472c: ; 0x1c472c
|
||||
UnknownText_0x1c472c:: ; 0x1c472c
|
||||
db $0, $52, " put the", $4f
|
||||
db "@"
|
||||
text_from_ram $d073
|
||||
@ -251,7 +251,7 @@ UnknownText_0x1c472c: ; 0x1c472c
|
||||
db $0, ".", $58
|
||||
; 0x1c474b
|
||||
|
||||
UnknownText_0x1c474b: ; 0x1c474b
|
||||
UnknownText_0x1c474b:: ; 0x1c474b
|
||||
db $0, "The @"
|
||||
text_from_ram $d099
|
||||
db $0, $4f
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
_AnimateTileset: ; fc000
|
||||
_AnimateTileset:: ; fc000
|
||||
; Iterate over a given pointer array of
|
||||
; animation functions (one per frame).
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
LoadMapGroupRoof: ; 1c000
|
||||
LoadMapGroupRoof:: ; 1c000
|
||||
ld a, [MapGroup]
|
||||
ld e, a
|
||||
ld d, 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
Tileset00: ; 0x4d596
|
||||
Tileset00:: ; 0x4d596
|
||||
dbw BANK(Tileset00GFX), Tileset00GFX
|
||||
dbw BANK(Tileset00Meta), Tileset00Meta
|
||||
dbw BANK(Tileset00Coll), Tileset00Coll
|
||||
@ -6,7 +6,7 @@ Tileset00: ; 0x4d596
|
||||
dw $0000
|
||||
dw Tileset00PalMap
|
||||
|
||||
Tileset01: ; 0x4d5a5
|
||||
Tileset01:: ; 0x4d5a5
|
||||
dbw BANK(Tileset01GFX), Tileset01GFX
|
||||
dbw BANK(Tileset01Meta), Tileset01Meta
|
||||
dbw BANK(Tileset01Coll), Tileset01Coll
|
||||
|
Loading…
Reference in New Issue
Block a user