summaryrefslogtreecommitdiff
path: root/maps/PlayerHouse1F.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-09-20 13:58:03 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-09-20 13:58:03 -0400
commitfac958b280056922a1828b71a04d84a36e1e807a (patch)
treec094adc59182b253a61defb5fb85de7a9d77b7cc /maps/PlayerHouse1F.asm
parentbfb981f1885d21cc59d2656e84c87bb8d64a089c (diff)
- Remove trailing whitespace
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
Diffstat (limited to 'maps/PlayerHouse1F.asm')
-rw-r--r--maps/PlayerHouse1F.asm38
1 files changed, 19 insertions, 19 deletions
diff --git a/maps/PlayerHouse1F.asm b/maps/PlayerHouse1F.asm
index 09d6098..b4481a0 100644
--- a/maps/PlayerHouse1F.asm
+++ b/maps/PlayerHouse1F.asm
@@ -7,55 +7,55 @@ PlayerHouse1FScriptLoader:: ; 409C
call RunMapScript
call WriteBackMapScriptNumber
ret
-
+
PlayerHouse1FScriptPointers: ; 40A6
- dw PlayerHouse1FScript1
- dw PlayerHouse1FNPCIDs1
- dw PlayerHouse1FScript2
- dw PlayerHouse1FNPCIDs2
-
+ dw PlayerHouse1FScript1
+ dw PlayerHouse1FNPCIDs1
+ dw PlayerHouse1FScript2
+ dw PlayerHouse1FNPCIDs2
+
PlayerHouse1FNPCIDs1: ; 40AE
db $FF
-
+
PlayerHouse1FNPCIDs2: ; 40AF
db 0
db $FF
-
+
PlayerHouse1FScript1: ; 40B1
ld hl, PlayerHouse1FNPCIDs1
ld de, PlayerHouse1FSignPointers
call CallMapTextSubroutine
ret
-
+
PlayerHouse1FScript2: ; 40BB
ld hl, PlayerHouse1FNPCIDs2
ld de, PlayerHouse1FSignPointers
call CallMapTextSubroutine
ret
-
+
PlayerHouse1FSignPointers: ; 40C5
- dw Function38ab
- dw Function38b4
- dw Function38a2
- dw Function38bd
+ dw Function38ab
+ dw Function38b4
+ dw Function38a2
+ dw Function38bd
dw Function3899
PlayerHouse1FTextPointers::
- dw PlayerHouse1FNPCText1
-
+ dw PlayerHouse1FNPCText1
+
PlayerHouse1FNPCText1: ; 40D1
ld hl, PlayerHouse1FTextString1
call OpenTextbox
ret
-
+
PlayerHouse1FTextString1: ; 40D8
text "おかあさん『えっ あなた"
line "オーキドはかせに"
cont "ポケモンずかんを つくってくれって"
cont "たのまれたの?"
-
+
para "すごいじゃない!"
line "わたしも ポケモン きらいって"
cont "わけじゃないし がんばるのよ!"
done
-
+
; 4132