diff options
author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-01-26 01:02:28 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 13:02:28 -0500 |
commit | c6d003b9b0cce8339749880abd4ae3acd51a41b6 (patch) | |
tree | 0cd884dde0d29a011fcef9d0d5a75750f845e040 /layout.link | |
parent | 5251fe1ec15442de2605bd1c653e9dfd07b36adc (diff) |
Disassemble Pokecenter PC (#90)
Disassemble Pokecenter PC and identify some menu functions in bank 09
Diffstat (limited to 'layout.link')
-rw-r--r-- | layout.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout.link b/layout.link index a04aa0b..97fd388 100644 --- a/layout.link +++ b/layout.link @@ -182,6 +182,8 @@ ROMX $05 "engine/sprites/sprites.asm@LoadOverworldSprite" org $423b "engine/sprites/sprites.asm@OverworldSprites" + org $477d + "engine/events/pokecenter_pc.asm" ROMX $06 org $4000 |