diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2021-06-20 12:30:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 12:30:46 -0400 |
commit | 90ed0237ae85aca7b8dd29bfe9118e36be056038 (patch) | |
tree | ea15fd8ccc81bda7e259bb0d24776590ad8d080c | |
parent | f71062bc76bcc2c3cd1fb6a556862887b1fd3943 (diff) |
Identify Pokepic function
-rw-r--r-- | engine/dumps/bank09.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/dumps/bank09.asm b/engine/dumps/bank09.asm index 8851fbb..5466c79 100644 --- a/engine/dumps/bank09.asm +++ b/engine/dumps/bank09.asm @@ -347,14 +347,14 @@ UpdateItemDescription:: callab ShowItemDescription ret -Function2420b: +Pokepic: ld a, $01 ldh [hBGMapMode], a - ld hl, .MenuHeader24262 + ld hl, .PokepicMenuHeader call LoadMenuHeader call MenuBox call UpdateSprites - ld b, SGB_12 + ld b, SGB_POKEPIC call GetSGBLayout xor a ldh [hBGMapMode], a @@ -372,7 +372,7 @@ Function2420b: call Coord2Tile ld a, $80 ldh [hGraphicStartTile], a - ld bc, $0707 + lb bc, 7, 7 predef PlaceGraphic ld a, $01 ldh [hBGMapMode], a @@ -384,7 +384,7 @@ Function2420b: call LoadFont ret -.MenuHeader24262: +.PokepicMenuHeader: db MENU_BACKUP_TILES menu_coords 6, 4, $e, $d dw 0 |