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