diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 15:12:02 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 15:12:02 -0500 |
| commit | 6e2bc25eb54c4e182b5a02e68755d672902b9855 (patch) | |
| tree | d8b83b0b6eb5016da8162896027485d60f13670e /maps | |
| parent | f2f261a8e7827fbeb4c133520e6f7b9adafa1b44 (diff) | |
Disassemble SetTime.
Diffstat (limited to 'maps')
| -rw-r--r-- | maps/Route1P1.asm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/maps/Route1P1.asm b/maps/Route1P1.asm index 62ed0cd..7b23aec 100644 --- a/maps/Route1P1.asm +++ b/maps/Route1P1.asm @@ -2,6 +2,17 @@ include "constants.asm" SECTION "maps/Route1P1.asm", ROMX + ret + + dw Textdbb82 +Textdbb82: ; 36:7b82 + text "べんりな よのなかだね" + done + + rept 9 + ret + endr + Route1P1ScriptLoader:: ; 7B98 ld hl, Route1P1ScriptPointers call RunMapScript |
