diff options
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2447,7 +2447,7 @@ RunNPCMovementScript:: ; 30ae (0:30ae) ret .NPCMovementScriptPointerTables - dw ProfOakMovementScriptPointerTable + dw PalletMovementScriptPointerTable dw PewterMuseumGuyMovementScriptPointerTable dw PewterGymGuyMovementScriptPointerTable .playerStepOutFromDoor @@ -5044,3 +5044,5 @@ TextPredefs:: ; 3f67 (0:3f67) ; add_tx_pre BookOrSculptureText ; 40 ; add_tx_pre ElevatorText ; 41 ; add_tx_pre PokemonStuffText ; 42 +; add_tx_pre $7a9b ; 43 +; add_tx_pre $7ad3 ; 44 |