diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-20 23:47:59 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-21 10:59:38 -0400 |
commit | 96c806efc484c7a57476ac17515d62ac1d0515a8 (patch) | |
tree | 21bd541defee1a8ef4bb0331f93584d6e7fb3db6 /main.asm | |
parent | af844aa35c0731bbee14039a274aa151e75a35d9 (diff) |
Disassemble remainder of bank $40.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -876,10 +876,10 @@ InitMysteryGiftLayout:: dr $fcfb2, $fde20 -SECTION "bank40", ROMX +SECTION "Standard Scripts", ROMX -StdScripts:: - dr $100000, $10110c +INCLUDE "engine/events/std_scripts.asm" +INCLUDE "data/text/std_text.asm" INCLUDE "data/text/battle.asm" |