diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 20:03:39 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 20:03:39 -0400 |
commit | ed7c6365c98db4ca87d3003d2c84696d768b8e66 (patch) | |
tree | f95049354ce88e12f3bd06fe9abb53e6533073f9 /wram.asm | |
parent | f4ce13c0ffff06199c55c6ba025ddb1fa387fa6b (diff) |
Disassemble remainder of ROM0.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -97,6 +97,10 @@ NEXTU ; Monster or Trainer test? wWhichPicTest:: ; c40b db +; c40c + ds 180 + +wSpriteAnimIDBuffer:: db ; c4c0 ENDU |