2018-06-24 14:09:41 +00:00
|
|
|
DisplayCaughtContestMonStats:
|
2017-12-16 01:10:54 +00:00
|
|
|
call ClearBGPalettes
|
2020-02-13 17:30:13 +00:00
|
|
|
call ClearTilemap
|
2017-12-16 01:10:54 +00:00
|
|
|
call ClearSprites
|
|
|
|
call LoadFontsBattleExtra
|
|
|
|
|
2018-01-23 22:39:09 +00:00
|
|
|
ld hl, wOptions
|
2017-12-16 01:10:54 +00:00
|
|
|
ld a, [hl]
|
|
|
|
push af
|
2018-04-05 15:44:02 +00:00
|
|
|
set NO_TEXT_SCROLL, [hl]
|
2017-12-16 01:10:54 +00:00
|
|
|
|
|
|
|
hlcoord 0, 0
|
|
|
|
ld b, 4
|
|
|
|
ld c, 13
|
2019-04-08 12:15:10 +00:00
|
|
|
call Textbox
|
2017-12-16 01:10:54 +00:00
|
|
|
|
|
|
|
hlcoord 0, 6
|
|
|
|
ld b, 4
|
|
|
|
ld c, 13
|
2019-04-08 12:15:10 +00:00
|
|
|
call Textbox
|
2017-12-16 01:10:54 +00:00
|
|
|
|
|
|
|
hlcoord 2, 0
|
|
|
|
ld de, .Stock
|
|
|
|
call PlaceString
|
|
|
|
|
|
|
|
hlcoord 2, 6
|
|
|
|
ld de, .This
|
|
|
|
call PlaceString
|
|
|
|
|
|
|
|
hlcoord 5, 4
|
|
|
|
ld de, .Health
|
|
|
|
call PlaceString
|
|
|
|
|
|
|
|
hlcoord 5, 10
|
|
|
|
ld de, .Health
|
|
|
|
call PlaceString
|
|
|
|
|
|
|
|
ld a, [wContestMon]
|
2018-07-28 23:27:34 +00:00
|
|
|
ld [wNamedObjectIndexBuffer], a
|
2017-12-16 01:10:54 +00:00
|
|
|
call GetPokemonName
|
2018-01-23 22:39:09 +00:00
|
|
|
ld de, wStringBuffer1
|
2017-12-16 01:10:54 +00:00
|
|
|
hlcoord 1, 2
|
|
|
|
call PlaceString
|
|
|
|
|
|
|
|
ld h, b
|
|
|
|
ld l, c
|
|
|
|
ld a, [wContestMonLevel]
|
2018-01-23 22:39:09 +00:00
|
|
|
ld [wTempMonLevel], a
|
2017-12-16 01:10:54 +00:00
|
|
|
call PrintLevel
|
|
|
|
|
2018-01-23 22:39:09 +00:00
|
|
|
ld de, wEnemyMonNick
|
2017-12-16 01:10:54 +00:00
|
|
|
hlcoord 1, 8
|
|
|
|
call PlaceString
|
|
|
|
|
|
|
|
ld h, b
|
|
|
|
ld l, c
|
2018-01-23 22:39:09 +00:00
|
|
|
ld a, [wEnemyMonLevel]
|
|
|
|
ld [wTempMonLevel], a
|
2017-12-16 01:10:54 +00:00
|
|
|
call PrintLevel
|
|
|
|
|
|
|
|
hlcoord 11, 4
|
|
|
|
ld de, wContestMonMaxHP
|
|
|
|
lb bc, 2, 3
|
|
|
|
call PrintNum
|
|
|
|
|
|
|
|
hlcoord 11, 10
|
2018-01-23 22:39:09 +00:00
|
|
|
ld de, wEnemyMonMaxHP
|
2017-12-16 01:10:54 +00:00
|
|
|
call PrintNum
|
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
ld hl, ContestAskSwitchText
|
2017-12-16 01:10:54 +00:00
|
|
|
call PrintText
|
|
|
|
|
|
|
|
pop af
|
2018-01-23 22:39:09 +00:00
|
|
|
ld [wOptions], a
|
2017-12-16 01:10:54 +00:00
|
|
|
|
|
|
|
call WaitBGMap
|
|
|
|
ld b, SCGB_DIPLOMA
|
|
|
|
call GetSGBLayout
|
|
|
|
call SetPalettes
|
|
|
|
ret
|
|
|
|
|
|
|
|
.Health:
|
|
|
|
db "HEALTH@"
|
|
|
|
.Stock:
|
2018-01-19 01:40:32 +00:00
|
|
|
db " STOCK <PKMN> @"
|
2017-12-16 01:10:54 +00:00
|
|
|
.This:
|
2018-01-19 01:40:32 +00:00
|
|
|
db " THIS <PKMN> @"
|
2017-12-16 01:10:54 +00:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
ContestAskSwitchText:
|
|
|
|
text_far _ContestAskSwitchText
|
2018-11-17 18:33:03 +00:00
|
|
|
text_end
|
2017-12-16 01:10:54 +00:00
|
|
|
|
2018-06-24 14:09:41 +00:00
|
|
|
DisplayAlreadyCaughtText:
|
2017-12-16 01:10:54 +00:00
|
|
|
call GetPokemonName
|
2019-10-20 22:24:17 +00:00
|
|
|
ld hl, .ContestAlreadyCaughtText
|
2017-12-16 01:10:54 +00:00
|
|
|
jp PrintText
|
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
.ContestAlreadyCaughtText:
|
|
|
|
text_far _ContestAlreadyCaughtText
|
2018-11-17 18:33:03 +00:00
|
|
|
text_end
|
2017-12-16 01:10:54 +00:00
|
|
|
|
2018-01-02 14:05:14 +00:00
|
|
|
DummyPredef2F:
|
|
|
|
DummyPredef38:
|
2018-06-24 14:09:41 +00:00
|
|
|
DummyPredef39:
|
2017-12-16 01:10:54 +00:00
|
|
|
ret
|