pokegold-spaceworld/scripts/OldCityPokecenter2F.asm
DrippingYellow ce247cc761
Some checks failed
CI / build (push) Has been cancelled
Adding bank14, good chunk of text transcribed and labelled in bank0d, renaming farcall to callab, and much more (#112)
* Sporadic constantifying and function naming

* Added bank 14

* Delete .DS_Store files

* Delete EOL whitespace

* Use Tab indents instead of four spaces

* Identify some routines

* Identify more stuff

* Identified party and box structs

* Identified wBattleMon and wEnemyMon structs

* Macro'd landmarks, cleaned up comments

---------

Co-authored-by: vulcandth <vulcandth@gmail.com>
2025-01-16 12:12:38 -06:00

89 lines
1.6 KiB
NASM

INCLUDE "constants.asm"
SECTION "scripts/OldCityPokecenter2F.asm", ROMX
OldCityPokecenter2F_ScriptLoader:
call Unreferenced_Function7e6
ld hl, OldCityPokecenter2FScriptPointers
call RunMapScript
call WriteBackMapScriptNumber
ret
OldCityPokecenter2FScriptPointers:
dw OldCityPokecenter2FScript1
dw OldCityPokecenter2FNPCIds
OldCityPokecenter2FScript1:
ld hl, OldCityPokecenter2FNPCIds
ld de, OldCityPokecenter2FSignPointers
call CallMapTextSubroutine
ret
OldCityPokecenter2FNPCIds:
db $00, $01, $02, $03, $ff
OldCityPokecenter2FSignPointers:
dw MapDefaultText
OldCityPokecenter2F_TextPointers:
dw OldCityPokecenter2FText1
dw OldCityPokecenter2FText2
dw OldCityPokecenter2FText3
dw OldCityPokecenter2FText4
OldCityPokecenter2FText1:
ld a, $01
ld [wce37], a
ld hl, wJoypadFlags
set 5, [hl]
callfar Function29abf
ld hl, wJoypadFlags
res 5, [hl]
ret
OldCityPokecenter2FText2:
ld a, $02
ld [wce37], a
ld hl, wJoypadFlags
set 5, [hl]
callfar Function29abf
ld hl, wJoypadFlags
res 5, [hl]
ret
OldCityPokecenter2FText3:
ld hl, Text947e3
call OpenTextbox
ret
Text947e3:
text "おりゃ!"
done
OldCityPokecenter2FText4:
ld hl, OldCityPokecenter2FTextString4
call OpenTextbox
callfar Function29a1f
jr c, .asm_9480c
ld a, $05
call DeleteMapObject
jr .asm_9480c
; unreferenced?
ld hl, Data14824
ld a, $5
call Function16fb ; something related to follow
ld hl, $0000
nop
.asm_9480c
ret
OldCityPokecenter2FTextString4:
text "うしろにあるのは"
line "タイムマシンです"
done
db $05, $25, $24, $48
Data14824: ; movement data
db $07, $32